Searched defs:spmi_controller (Results 1 – 2 of 2) sorted by relevance
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux_608.h | 98702 struct spmi_controller { struct 98705 int (*cmd)(struct spmi_controller *, u8, u8); argument 98706 int (*read_cmd)(struct spmi_controller *, u8, u8, u16, u8 *, size_t); argument 98707 int (*write_cmd)(struct spmi_controller *, u8, u8, u16, const u8 *, size_t); argument
|
D | vmlinux.h | 98702 struct spmi_controller { struct 98705 int (*cmd)(struct spmi_controller *, u8, u8); argument 98706 int (*read_cmd)(struct spmi_controller *, u8, u8, u16, u8 *, size_t); argument 98707 int (*write_cmd)(struct spmi_controller *, u8, u8, u16, const u8 *, size_t); argument
|