Searched defs:pnp_card_driver (Results 1 – 7 of 7) sorted by relevance
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_510.h | 98191 struct pnp_card_driver { struct 98192 struct list_head global_list; 98193 char *name; 98194 const struct pnp_card_device_id *id_table; 98195 unsigned int flags; 98196 int (*probe)(struct pnp_card_link *, const struct pnp_card_device_id *); 98197 void (*remove)(struct pnp_card_link *); 98198 int (*suspend)(struct pnp_card_link *, pm_message_t); 98199 int (*resume)(struct pnp_card_link *); 98200 struct pnp_driver link;
|
D | vmlinux.h | 98191 struct pnp_card_driver { struct 98192 struct list_head global_list; 98193 char *name; 98194 const struct pnp_card_device_id *id_table; 98195 unsigned int flags; 98196 int (*probe)(struct pnp_card_link *, const struct pnp_card_device_id *); 98197 void (*remove)(struct pnp_card_link *); 98198 int (*suspend)(struct pnp_card_link *, pm_message_t); 98199 int (*resume)(struct pnp_card_link *); 98200 struct pnp_driver link;
|
/external/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 21961 struct pnp_card_driver { struct 21962 struct list_head global_list; 21963 char *name; 21964 const struct pnp_card_device_id *id_table; 21965 unsigned int flags; 21966 int (*probe)(struct pnp_card_link *, const struct pnp_card_device_id *); 21967 void (*remove)(struct pnp_card_link *); 21968 int (*suspend)(struct pnp_card_link *, pm_message_t); 21969 int (*resume)(struct pnp_card_link *); 21970 struct pnp_driver link;
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux.h | 71326 struct pnp_card_driver { struct 71327 struct list_head global_list; 71328 char *name; 71329 const struct pnp_card_device_id *id_table; 71330 unsigned int flags; 71331 int (*probe)(struct pnp_card_link *, const struct pnp_card_device_id *); 71332 void (*remove)(struct pnp_card_link *); 71333 int (*suspend)(struct pnp_card_link *, pm_message_t); 71334 int (*resume)(struct pnp_card_link *); 71335 struct pnp_driver link;
|
D | vmlinux_510.h | 71326 struct pnp_card_driver { struct 71327 struct list_head global_list; 71328 char *name; 71329 const struct pnp_card_device_id *id_table; 71330 unsigned int flags; 71331 int (*probe)(struct pnp_card_link *, const struct pnp_card_device_id *); 71332 void (*remove)(struct pnp_card_link *); 71333 int (*suspend)(struct pnp_card_link *, pm_message_t); 71334 int (*resume)(struct pnp_card_link *); 71335 struct pnp_driver link;
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux.h | 22227 struct pnp_card_driver { struct 22228 struct list_head global_list; 22229 char *name; 22230 const struct pnp_card_device_id *id_table; 22231 unsigned int flags; 22232 int (*probe)(struct pnp_card_link *, const struct pnp_card_device_id *); 22233 void (*remove)(struct pnp_card_link *); 22234 int (*suspend)(struct pnp_card_link *, pm_message_t); 22235 int (*resume)(struct pnp_card_link *); 22236 struct pnp_driver link;
|
D | vmlinux_505.h | 22227 struct pnp_card_driver { struct 22228 struct list_head global_list; 22229 char *name; 22230 const struct pnp_card_device_id *id_table; 22231 unsigned int flags; 22232 int (*probe)(struct pnp_card_link *, const struct pnp_card_device_id *); 22233 void (*remove)(struct pnp_card_link *); 22234 int (*suspend)(struct pnp_card_link *, pm_message_t); 22235 int (*resume)(struct pnp_card_link *); 22236 struct pnp_driver link;
|