Rechercher une page de manuel
pci_mmap_resource
Langue: en
Version: October 2010 (fedora - 01/12/10)
Section: 9 (Appels noyau Linux)
NAME
pci_mmap_resource - map a PCI resource into user memory spaceSYNOPSIS
- int pci_mmap_resource(struct kobject * kobj, struct bin_attribute * attr, struct vm_area_struct * vma, int write_combine);
ARGUMENTS
kobj
- kobject for mapping
attr
- struct bin_attribute for the file being mapped
vma
- struct vm_area_struct passed into the mmap
write_combine
- 1 for write_combine mapping
DESCRIPTION
Use the regular PCI mapping routines to map a PCI resource into userspace.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre