Home
last modified time | relevance | path

Searched refs:has_flash_op (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H A Dv4l2-flash-led-class.c17 #define has_flash_op(v4l2_flash, op) \ macro
21 (has_flash_op(v4l2_flash, op) ? \
85 if (has_flash_op(v4l2_flash, intensity_to_led_brightness)) in v4l2_flash_set_led_brightness()
98 if (has_flash_op(v4l2_flash, led_brightness_to_intensity)) in v4l2_flash_set_led_brightness()
140 if (has_flash_op(v4l2_flash, led_brightness_to_intensity)) in v4l2_flash_update_led_brightness()
375 if (has_flash_op(fled_cdev, strobe_get)) { in __fill_ctrl_init_data()
385 if (has_flash_op(fled_cdev, timeout_set)) { in __fill_ctrl_init_data()
393 if (has_flash_op(fled_cdev, flash_brightness_set)) { in __fill_ctrl_init_data()
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H A 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()
/kernel/linux/linux-5.10/drivers/leds/
H A Dled-class-flash.c17 #define has_flash_op(fled_cdev, op) \ macro
21 ((has_flash_op(fled_cdev, op)) ? \
433 if (has_flash_op(fled_cdev, flash_brightness_get)) { in led_update_flash_brightness()
/kernel/linux/linux-6.6/drivers/leds/
H A 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()

Completed in 4 milliseconds