Home
last modified time | relevance | path

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

/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h17774 struct pci_driver { struct
17775 struct list_head node;
17776 const char *name;
17777 const struct pci_device_id *id_table;
17778 int (*probe)(struct pci_dev *, const struct pci_device_id *);
17779 void (*remove)(struct pci_dev *);
17780 int (*suspend)(struct pci_dev *, pm_message_t);
17781 int (*resume)(struct pci_dev *);
17782 void (*shutdown)(struct pci_dev *);
17783 int (*sriov_configure)(struct pci_dev *, int);
[all …]