Home
last modified time | relevance | path

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

/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h98191 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;
Dvmlinux.h98191 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/
Dvmlinux.h21961 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/
Dvmlinux.h71326 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;
Dvmlinux_510.h71326 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/
Dvmlinux.h22227 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;
Dvmlinux_505.h22227 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;