Searched defs:led_flash_ops (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 108276 struct led_flash_ops { struct 108277 int (*flash_brightness_set)(struct led_classdev_flash *, u32); 108278 int (*flash_brightness_get)(struct led_classdev_flash *, u32 *); 108279 int (*strobe_set)(struct led_classdev_flash *, bool); 108280 int (*strobe_get)(struct led_classdev_flash *, bool *); 108281 int (*timeout_set)(struct led_classdev_flash *, u32); 108282 int (*fault_get)(struct led_classdev_flash *, u32 *);
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 118119 struct led_flash_ops { struct 118120 int (*flash_brightness_set)(struct led_classdev_flash *, u32); 118121 int (*flash_brightness_get)(struct led_classdev_flash *, u32 *); 118122 int (*strobe_set)(struct led_classdev_flash *, bool); 118123 int (*strobe_get)(struct led_classdev_flash *, bool *); 118124 int (*timeout_set)(struct led_classdev_flash *, u32); 118125 int (*fault_get)(struct led_classdev_flash *, u32 *);
|