Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/include/device/
H A Dpci.h39 struct pci_driver { struct
61 #define __pci_driver __attribute__((used, __section__(".rodata.pci_driver"))) argument
/aosp_15_r20/external/libbpf/.github/actions/build-selftests/
H A Dvmlinux.h16172 struct pci_driver { struct
16173 const char *name;
16174 const struct pci_device_id *id_table;
16175 int (*probe)(struct pci_dev *, const struct pci_device_id *);
16176 void (*remove)(struct pci_dev *);
16177 int (*suspend)(struct pci_dev *, pm_message_t);
16178 int (*resume)(struct pci_dev *);
16179 void (*shutdown)(struct pci_dev *);
16180 int (*sriov_configure)(struct pci_dev *, int);
16181 int (*sriov_set_msix_vec_count)(struct pci_dev *, int);
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/powerpc/
H A Dvmlinux.h7004 struct pci_driver { struct
7005 struct list_head node;
7006 const char *name;
7007 const struct pci_device_id *id_table;
7008 int (*probe)(struct pci_dev *, const struct pci_device_id *);
7009 void (*remove)(struct pci_dev *);
7010 int (*suspend)(struct pci_dev *, pm_message_t);
7011 int (*resume)(struct pci_dev *);
7012 void (*shutdown)(struct pci_dev *);
7013 int (*sriov_configure)(struct pci_dev *, int);
[all …]
H A Dvmlinux_600.h7004 struct pci_driver { struct
7005 struct list_head node;
7006 const char *name;
7007 const struct pci_device_id *id_table;
7008 int (*probe)(struct pci_dev *, const struct pci_device_id *);
7009 void (*remove)(struct pci_dev *);
7010 int (*suspend)(struct pci_dev *, pm_message_t);
7011 int (*resume)(struct pci_dev *);
7012 void (*shutdown)(struct pci_dev *);
7013 int (*sriov_configure)(struct pci_dev *, int);
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/
H A Dvmlinux.h32511 struct pci_driver { struct
32512 struct list_head node;
32513 const char *name;
32514 const struct pci_device_id *id_table;
32515 int (*probe)(struct pci_dev *, const struct pci_device_id *);
32516 void (*remove)(struct pci_dev *);
32517 int (*suspend)(struct pci_dev *, pm_message_t);
32518 int (*resume)(struct pci_dev *);
32519 void (*shutdown)(struct pci_dev *);
32520 int (*sriov_configure)(struct pci_dev *, int);
[all …]
H A Dvmlinux_602.h32511 struct pci_driver { struct
32512 struct list_head node;
32513 const char *name;
32514 const struct pci_device_id *id_table;
32515 int (*probe)(struct pci_dev *, const struct pci_device_id *);
32516 void (*remove)(struct pci_dev *);
32517 int (*suspend)(struct pci_dev *, pm_message_t);
32518 int (*resume)(struct pci_dev *);
32519 void (*shutdown)(struct pci_dev *);
32520 int (*sriov_configure)(struct pci_dev *, int);
[all …]
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/
H A Dvmlinux.h15502 struct pci_driver { struct
15503 struct list_head node;
15504 const char *name;
15505 const struct pci_device_id *id_table;
15506 int (*probe)(struct pci_dev *, const struct pci_device_id *);
15507 void (*remove)(struct pci_dev *);
15508 int (*suspend)(struct pci_dev *, pm_message_t);
15509 int (*resume)(struct pci_dev *);
15510 void (*shutdown)(struct pci_dev *);
15511 int (*sriov_configure)(struct pci_dev *, int);
[all …]
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/
H A Dvmlinux.h14291 struct pci_driver { struct
14292 struct list_head node;
14293 const char *name;
14294 const struct pci_device_id *id_table;
14295 int (*probe)(struct pci_dev *, const struct pci_device_id *);
14296 void (*remove)(struct pci_dev *);
14297 int (*suspend)(struct pci_dev *, pm_message_t);
14298 int (*resume)(struct pci_dev *);
14299 void (*shutdown)(struct pci_dev *);
14300 int (*sriov_configure)(struct pci_dev *, int);
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/x86/
H A Dvmlinux.h16234 struct pci_driver { struct
16235 struct list_head node;
16236 const char *name;
16237 const struct pci_device_id *id_table;
16238 int (*probe)(struct pci_dev *, const struct pci_device_id *);
16239 void (*remove)(struct pci_dev *);
16240 int (*suspend)(struct pci_dev *, pm_message_t);
16241 int (*resume)(struct pci_dev *);
16242 void (*shutdown)(struct pci_dev *);
16243 int (*sriov_configure)(struct pci_dev *, int);
[all …]
H A Dvmlinux_518.h16234 struct pci_driver { struct
16235 struct list_head node;
16236 const char *name;
16237 const struct pci_device_id *id_table;
16238 int (*probe)(struct pci_dev *, const struct pci_device_id *);
16239 void (*remove)(struct pci_dev *);
16240 int (*suspend)(struct pci_dev *, pm_message_t);
16241 int (*resume)(struct pci_dev *);
16242 void (*shutdown)(struct pci_dev *);
16243 int (*sriov_configure)(struct pci_dev *, int);
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/arm64/
H A Dvmlinux_608.h38351 struct pci_driver { struct
38352 struct list_head node;
38353 const char *name;
38354 const struct pci_device_id *id_table;
38355 int (*probe)(struct pci_dev *, const struct pci_device_id *);
38356 void (*remove)(struct pci_dev *);
38357 int (*suspend)(struct pci_dev *, pm_message_t);
38358 int (*resume)(struct pci_dev *);
38359 void (*shutdown)(struct pci_dev *);
38360 int (*sriov_configure)(struct pci_dev *, int);
[all …]
H A Dvmlinux.h38351 struct pci_driver { struct
38352 struct list_head node;
38353 const char *name;
38354 const struct pci_device_id *id_table;
38355 int (*probe)(struct pci_dev *, const struct pci_device_id *);
38356 void (*remove)(struct pci_dev *);
38357 int (*suspend)(struct pci_dev *, pm_message_t);
38358 int (*resume)(struct pci_dev *);
38359 void (*shutdown)(struct pci_dev *);
38360 int (*sriov_configure)(struct pci_dev *, int);
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/riscv/
H A Dvmlinux_602.h20054 struct pci_driver { struct
20055 struct list_head node;
20056 const char *name;
20057 const struct pci_device_id *id_table;
20058 int (*probe)(struct pci_dev *, const struct pci_device_id *);
20059 void (*remove)(struct pci_dev *);
20060 int (*suspend)(struct pci_dev *, pm_message_t);
20061 int (*resume)(struct pci_dev *);
20062 void (*shutdown)(struct pci_dev *);
20063 int (*sriov_configure)(struct pci_dev *, int);
[all …]
H A Dvmlinux.h20054 struct pci_driver { struct
20055 struct list_head node;
20056 const char *name;
20057 const struct pci_device_id *id_table;
20058 int (*probe)(struct pci_dev *, const struct pci_device_id *);
20059 void (*remove)(struct pci_dev *);
20060 int (*suspend)(struct pci_dev *, pm_message_t);
20061 int (*resume)(struct pci_dev *);
20062 void (*shutdown)(struct pci_dev *);
20063 int (*sriov_configure)(struct pci_dev *, int);
[all …]