Searched refs:has_flash_op (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/media/v4l2-core/ |
D | v4l2-flash-led-class.c | 20 #define has_flash_op(v4l2_flash, op) \ macro 24 (has_flash_op(v4l2_flash, op) ? \ 88 if (has_flash_op(v4l2_flash, intensity_to_led_brightness)) in v4l2_flash_set_led_brightness() 101 if (has_flash_op(v4l2_flash, led_brightness_to_intensity)) in v4l2_flash_set_led_brightness() 143 if (has_flash_op(v4l2_flash, led_brightness_to_intensity)) in v4l2_flash_update_led_brightness() 378 if (has_flash_op(fled_cdev, strobe_get)) { in __fill_ctrl_init_data() 388 if (has_flash_op(fled_cdev, timeout_set)) { in __fill_ctrl_init_data() 396 if (has_flash_op(fled_cdev, flash_brightness_set)) { in __fill_ctrl_init_data()
|
/Linux-v4.19/drivers/leds/ |
D | led-class-flash.c | 20 #define has_flash_op(fled_cdev, op) \ macro 24 ((has_flash_op(fled_cdev, op)) ? \ 385 if (has_flash_op(fled_cdev, flash_brightness_get)) { in led_update_flash_brightness()
|