Home
last modified time | relevance | path

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

/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h21920 struct pnp_protocol { struct
21921 struct list_head protocol_list;
21922 char *name;
21923 int (*get)(struct pnp_dev *);
21924 int (*set)(struct pnp_dev *);
21925 int (*disable)(struct pnp_dev *);
21926 bool (*can_wakeup)(struct pnp_dev *);
21927 int (*suspend)(struct pnp_dev *, pm_message_t);
21928 int (*resume)(struct pnp_dev *);
21929 unsigned char number;
[all …]