Searched refs:call_flash_op (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/leds/ |
H A D | led-class-flash.c | 20 #define call_flash_op(fled_cdev, op, args...) \ macro 258 call_flash_op(fled_cdev, flash_brightness_set, in led_flash_resume() 260 call_flash_op(fled_cdev, timeout_set, fled_cdev->timeout.val); in led_flash_resume() 400 return call_flash_op(fled_cdev, timeout_set, s->val); in led_set_flash_timeout() 408 return call_flash_op(fled_cdev, fault_get, fault); in led_get_flash_fault() 422 return call_flash_op(fled_cdev, flash_brightness_set, s->val); in led_set_flash_brightness() 434 int ret = call_flash_op(fled_cdev, flash_brightness_get, in led_update_flash_brightness()
|
/kernel/linux/linux-6.6/drivers/leds/ |
H A D | led-class-flash.c | 20 #define call_flash_op(fled_cdev, op, args...) \ macro 256 call_flash_op(fled_cdev, flash_brightness_set, in led_flash_resume() 258 call_flash_op(fled_cdev, timeout_set, fled_cdev->timeout.val); in led_flash_resume() 398 return call_flash_op(fled_cdev, timeout_set, s->val); in led_set_flash_timeout() 406 return call_flash_op(fled_cdev, fault_get, fault); in led_get_flash_fault() 420 return call_flash_op(fled_cdev, flash_brightness_set, s->val); in led_set_flash_brightness() 432 int ret = call_flash_op(fled_cdev, flash_brightness_get, in led_update_flash_brightness()
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-flash-led-class.c | 20 #define call_flash_op(v4l2_flash, op, arg) \ macro 86 brightness = call_flash_op(v4l2_flash, in v4l2_flash_set_led_brightness() 99 ctrl->val = call_flash_op(v4l2_flash, in v4l2_flash_set_led_brightness() 141 ctrl->val = call_flash_op(v4l2_flash, in v4l2_flash_update_led_brightness() 215 ret = call_flash_op(v4l2_flash, in v4l2_flash_s_ctrl() 222 ret = call_flash_op(v4l2_flash, in v4l2_flash_s_ctrl() 249 return call_flash_op(v4l2_flash, external_strobe_set, in v4l2_flash_s_ctrl() 516 ret = call_flash_op(v4l2_flash, external_strobe_set, in __sync_device_with_v4l2_controls()
|
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-flash-led-class.c | 20 #define call_flash_op(v4l2_flash, op, arg) \ macro 87 brightness = call_flash_op(v4l2_flash, in v4l2_flash_set_led_brightness() 100 ctrl->val = call_flash_op(v4l2_flash, in v4l2_flash_set_led_brightness() 155 ctrl->val = call_flash_op(v4l2_flash, in v4l2_flash_update_led_brightness() 246 ret = call_flash_op(v4l2_flash, in v4l2_flash_s_ctrl() 253 ret = call_flash_op(v4l2_flash, in v4l2_flash_s_ctrl() 279 return call_flash_op(v4l2_flash, external_strobe_set, in v4l2_flash_s_ctrl() 554 ret = call_flash_op(v4l2_flash, external_strobe_set, in __sync_device_with_v4l2_controls()
|
Completed in 4 milliseconds