Home
last modified time | relevance | path

Searched refs:has_flash_op (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/media/v4l2-core/
Dv4l2-flash-led-class.c17 #define has_flash_op(v4l2_flash, op) \ macro
21 (has_flash_op(v4l2_flash, op) ? \
86 if (has_flash_op(v4l2_flash, intensity_to_led_brightness)) in v4l2_flash_set_led_brightness()
99 if (has_flash_op(v4l2_flash, led_brightness_to_intensity)) in v4l2_flash_set_led_brightness()
154 if (has_flash_op(v4l2_flash, led_brightness_to_intensity)) in v4l2_flash_update_led_brightness()
401 if (has_flash_op(fled_cdev, strobe_get)) { in __fill_ctrl_init_data()
411 if (has_flash_op(fled_cdev, timeout_set)) { in __fill_ctrl_init_data()
419 if (has_flash_op(fled_cdev, flash_brightness_set)) { in __fill_ctrl_init_data()
/linux-6.6.21/drivers/leds/
Dled-class-flash.c17 #define has_flash_op(fled_cdev, op) \ macro
21 ((has_flash_op(fled_cdev, op)) ? \
431 if (has_flash_op(fled_cdev, flash_brightness_get)) { in led_update_flash_brightness()