Searched refs:call_flash_op (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/leds/ |
D | led-class-flash.c | 23 #define call_flash_op(fled_cdev, op, args...) \ macro 261 call_flash_op(fled_cdev, flash_brightness_set, in led_flash_resume() 263 call_flash_op(fled_cdev, timeout_set, fled_cdev->timeout.val); in led_flash_resume() 352 return call_flash_op(fled_cdev, timeout_set, s->val); in led_set_flash_timeout() 360 return call_flash_op(fled_cdev, fault_get, fault); in led_get_flash_fault() 374 return call_flash_op(fled_cdev, flash_brightness_set, s->val); in led_set_flash_brightness() 386 int ret = call_flash_op(fled_cdev, flash_brightness_get, in led_update_flash_brightness()
|
/Linux-v4.19/drivers/media/v4l2-core/ |
D | v4l2-flash-led-class.c | 23 #define call_flash_op(v4l2_flash, op, arg) \ macro 89 brightness = call_flash_op(v4l2_flash, in v4l2_flash_set_led_brightness() 102 ctrl->val = call_flash_op(v4l2_flash, in v4l2_flash_set_led_brightness() 144 ctrl->val = call_flash_op(v4l2_flash, in v4l2_flash_update_led_brightness() 218 ret = call_flash_op(v4l2_flash, in v4l2_flash_s_ctrl() 225 ret = call_flash_op(v4l2_flash, in v4l2_flash_s_ctrl() 252 return call_flash_op(v4l2_flash, external_strobe_set, in v4l2_flash_s_ctrl() 519 ret = call_flash_op(v4l2_flash, external_strobe_set, in __sync_device_with_v4l2_controls()
|