Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h16955 struct pci_driver { struct
16956 struct list_head node;
16957 const char *name;
16958 const struct pci_device_id *id_table;
16959 int (*probe)(struct pci_dev *, const struct pci_device_id *);
16960 void (*remove)(struct pci_dev *);
16961 int (*suspend)(struct pci_dev *, pm_message_t);
16962 int (*resume)(struct pci_dev *);
16963 void (*shutdown)(struct pci_dev *);
16964 int (*sriov_configure)(struct pci_dev *, int);
[all …]