Searched defs:pci_driver (Results  1 – 7 of 7) sorted by relevance
| /external/libbpf/.github/actions/build-selftests/ | 
| D | vmlinux.h | 17774 struct pci_driver {  struct17775 	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/ | 
| D | vmlinux_510.h | 15796 struct pci_driver {  struct15797 	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 …]
 
 | 
| D | vmlinux.h | 15796 struct pci_driver {  struct15797 	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/ | 
| D | vmlinux.h | 16943 struct pci_driver {  struct16944 	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 …]
 
 | 
| D | vmlinux_510.h | 16943 struct pci_driver {  struct16944 	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/ | 
| D | vmlinux_505.h | 18100 struct pci_driver {  struct18101 	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 …]
 
 | 
| D | vmlinux.h | 18100 struct pci_driver {  struct18101 	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 …]
 
 |