Home
last modified time | relevance | path

Searched defs:pci_epf_driver (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h68911 struct pci_epf_driver { struct
68912 int (*probe)(struct pci_epf *, const struct pci_epf_device_id *);
68913 void (*remove)(struct pci_epf *);
68914 struct device_driver driver;
68915 struct pci_epf_ops *ops;
68916 struct module *owner;
68917 struct list_head epf_group;
68918 const struct pci_epf_device_id *id_table;
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h78490 struct pci_epf_driver { struct
78491 int (*probe)(struct pci_epf *, const struct pci_epf_device_id *);
78492 void (*remove)(struct pci_epf *);
78493 struct device_driver driver;
78494 struct pci_epf_ops *ops;
78495 struct module *owner;
78496 struct list_head epf_group;
78497 const struct pci_epf_device_id *id_table;