Home
last modified time | relevance | path

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

/external/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 …]
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h15796 struct pci_driver { struct
15797 struct list_head node;
15798 const char *name;
15799 const struct pci_device_id *id_table;
15800 int (*probe)(struct pci_dev *, const struct pci_device_id *);
15801 void (*remove)(struct pci_dev *);
15802 int (*suspend)(struct pci_dev *, pm_message_t);
15803 int (*resume)(struct pci_dev *);
15804 void (*shutdown)(struct pci_dev *);
15805 int (*sriov_configure)(struct pci_dev *, int);
[all …]
Dvmlinux.h15796 struct pci_driver { struct
15797 struct list_head node;
15798 const char *name;
15799 const struct pci_device_id *id_table;
15800 int (*probe)(struct pci_dev *, const struct pci_device_id *);
15801 void (*remove)(struct pci_dev *);
15802 int (*suspend)(struct pci_dev *, pm_message_t);
15803 int (*resume)(struct pci_dev *);
15804 void (*shutdown)(struct pci_dev *);
15805 int (*sriov_configure)(struct pci_dev *, int);
[all …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h16943 struct pci_driver { struct
16944 struct list_head node;
16945 const char *name;
16946 const struct pci_device_id *id_table;
16947 int (*probe)(struct pci_dev *, const struct pci_device_id *);
16948 void (*remove)(struct pci_dev *);
16949 int (*suspend)(struct pci_dev *, pm_message_t);
16950 int (*resume)(struct pci_dev *);
16951 void (*shutdown)(struct pci_dev *);
16952 int (*sriov_configure)(struct pci_dev *, int);
[all …]
Dvmlinux_510.h16943 struct pci_driver { struct
16944 struct list_head node;
16945 const char *name;
16946 const struct pci_device_id *id_table;
16947 int (*probe)(struct pci_dev *, const struct pci_device_id *);
16948 void (*remove)(struct pci_dev *);
16949 int (*suspend)(struct pci_dev *, pm_message_t);
16950 int (*resume)(struct pci_dev *);
16951 void (*shutdown)(struct pci_dev *);
16952 int (*sriov_configure)(struct pci_dev *, int);
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux.h18100 struct pci_driver { struct
18101 struct list_head node;
18102 const char *name;
18103 const struct pci_device_id *id_table;
18104 int (*probe)(struct pci_dev *, const struct pci_device_id *);
18105 void (*remove)(struct pci_dev *);
18106 int (*suspend)(struct pci_dev *, pm_message_t);
18107 int (*resume)(struct pci_dev *);
18108 void (*shutdown)(struct pci_dev *);
18109 int (*sriov_configure)(struct pci_dev *, int);
[all …]
Dvmlinux_505.h18100 struct pci_driver { struct
18101 struct list_head node;
18102 const char *name;
18103 const struct pci_device_id *id_table;
18104 int (*probe)(struct pci_dev *, const struct pci_device_id *);
18105 void (*remove)(struct pci_dev *);
18106 int (*suspend)(struct pci_dev *, pm_message_t);
18107 int (*resume)(struct pci_dev *);
18108 void (*shutdown)(struct pci_dev *);
18109 int (*sriov_configure)(struct pci_dev *, int);
[all …]