Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h101277 struct pnp_protocol { struct
101278 struct list_head protocol_list;
101279 char *name;
101280 int (*get)(struct pnp_dev *);
101281 int (*set)(struct pnp_dev *);
101282 int (*disable)(struct pnp_dev *);
101283 bool (*can_wakeup)(struct pnp_dev *);
101284 int (*suspend)(struct pnp_dev *, pm_message_t);
101285 int (*resume)(struct pnp_dev *);
101286 unsigned char number;
[all …]