Searched defs:fl_cdev (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/leds/flash/ |
H A D | leds-sy7802.c | 173 static int sy7802_flash_brightness_set(struct led_classdev_flash *fl_cdev, u32 brightness) in sy7802_flash_brightness_set() 194 static int sy7802_strobe_set(struct led_classdev_flash *fl_cdev, bool state) in sy7802_strobe_set() 238 static int sy7802_strobe_get(struct led_classdev_flash *fl_cdev, bool *state) in sy7802_strobe_get() 250 static int sy7802_timeout_set(struct led_classdev_flash *fl_cdev, u32 timeout) in sy7802_timeout_set() 260 static int sy7802_fault_get(struct led_classdev_flash *fl_cdev, u32 *fault) in sy7802_fault_get() 293 static void sy7802_init_flash_brightness(struct led_classdev_flash *fl_cdev) in sy7802_init_flash_brightness() 305 static void sy7802_init_flash_timeout(struct led_classdev_flash *fl_cdev) in sy7802_init_flash_timeout()
|
H A D | leds-mt6370-flash.c | 154 static int mt6370_flash_brightness_set(struct led_classdev_flash *fl_cdev, u32 brightness) in mt6370_flash_brightness_set() 164 static int _mt6370_flash_brightness_set(struct led_classdev_flash *fl_cdev, u32 brightness) in _mt6370_flash_brightness_set() 195 static int mt6370_strobe_set(struct led_classdev_flash *fl_cdev, bool state) in mt6370_strobe_set() 260 static int mt6370_strobe_get(struct led_classdev_flash *fl_cdev, bool *state) in mt6370_strobe_get() 272 static int mt6370_timeout_set(struct led_classdev_flash *fl_cdev, u32 timeout) in mt6370_timeout_set() 282 static int mt6370_fault_get(struct led_classdev_flash *fl_cdev, u32 *fault) in mt6370_fault_get()
|
H A D | leds-mt6360.c | 208 static int mt6360_flash_brightness_set(struct led_classdev_flash *fl_cdev, in mt6360_flash_brightness_set() 220 static int _mt6360_flash_brightness_set(struct led_classdev_flash *fl_cdev, in _mt6360_flash_brightness_set() 234 static int mt6360_strobe_set(struct led_classdev_flash *fl_cdev, bool state) in mt6360_strobe_set() 310 static int mt6360_strobe_get(struct led_classdev_flash *fl_cdev, bool *state) in mt6360_strobe_get() 323 static int mt6360_timeout_set(struct led_classdev_flash *fl_cdev, u32 timeout) in mt6360_timeout_set() 340 static int mt6360_fault_get(struct led_classdev_flash *fl_cdev, u32 *fault) in mt6360_fault_get()
|