Home
last modified time | relevance | path

Searched refs:fl_cdev (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/leds/flash/
H A Dleds-sy7802.c175 struct sy7802_led *led = container_of(fl_cdev, struct sy7802_led, flash); in sy7802_flash_brightness_set()
176 struct led_flash_setting *s = &fl_cdev->brightness; in sy7802_flash_brightness_set()
196 struct sy7802_led *led = container_of(fl_cdev, struct sy7802_led, flash); in sy7802_strobe_set()
240 struct sy7802_led *led = container_of(fl_cdev, struct sy7802_led, flash); in sy7802_strobe_get()
252 struct sy7802_led *led = container_of(fl_cdev, struct sy7802_led, flash); in sy7802_timeout_set()
253 struct led_flash_setting *s = &fl_cdev->timeout; in sy7802_timeout_set()
260 static int sy7802_fault_get(struct led_classdev_flash *fl_cdev, u32 *fault) in sy7802_fault_get() argument
262 struct sy7802_led *led = container_of(fl_cdev, struct sy7802_led, flash); in sy7802_fault_get()
298 s = &fl_cdev->brightness; in sy7802_init_flash_brightness()
305 static void sy7802_init_flash_timeout(struct led_classdev_flash *fl_cdev) in sy7802_init_flash_timeout() argument
[all …]
H A Dleds-mt6370-flash.c166 struct mt6370_led *led = to_mt6370_led(fl_cdev, flash); in _mt6370_flash_brightness_set()
168 struct led_flash_setting *setting = &fl_cdev->brightness; in _mt6370_flash_brightness_set()
197 struct mt6370_led *led = to_mt6370_led(fl_cdev, flash); in mt6370_strobe_set()
199 struct led_classdev *lcdev = &fl_cdev->led_cdev; in mt6370_strobe_set()
200 struct led_flash_setting *s = &fl_cdev->brightness; in mt6370_strobe_set()
238 ret = _mt6370_flash_brightness_set(fl_cdev, state ? s->val : s->min); in mt6370_strobe_set()
262 struct mt6370_led *led = to_mt6370_led(fl_cdev, flash); in mt6370_strobe_get()
274 struct mt6370_led *led = to_mt6370_led(fl_cdev, flash); in mt6370_timeout_set()
276 struct led_flash_setting *s = &fl_cdev->timeout; in mt6370_timeout_set()
282 static int mt6370_fault_get(struct led_classdev_flash *fl_cdev, u32 *fault) in mt6370_fault_get() argument
[all …]
H A Dleds-mt6360.c208 static int mt6360_flash_brightness_set(struct led_classdev_flash *fl_cdev, in mt6360_flash_brightness_set() argument
224 container_of(fl_cdev, struct mt6360_led, flash); in _mt6360_flash_brightness_set()
226 struct led_flash_setting *s = &fl_cdev->brightness; in _mt6360_flash_brightness_set()
237 container_of(fl_cdev, struct mt6360_led, flash); in mt6360_strobe_set()
239 struct led_classdev *lcdev = &fl_cdev->led_cdev; in mt6360_strobe_set()
240 struct led_flash_setting *s = &fl_cdev->brightness; in mt6360_strobe_set()
290 ret = _mt6360_flash_brightness_set(fl_cdev, state ? s->val : s->min); in mt6360_strobe_set()
313 container_of(fl_cdev, struct mt6360_led, flash); in mt6360_strobe_get()
326 container_of(fl_cdev, struct mt6360_led, flash); in mt6360_timeout_set()
328 struct led_flash_setting *s = &fl_cdev->timeout; in mt6360_timeout_set()
[all …]