Searched refs:v4l2_flash_init (Results 1 – 10 of 10) sorted by relevance
/linux/include/media/ |
A D | v4l2-flash-led-class.h | 132 struct v4l2_flash *v4l2_flash_init( 166 static inline struct v4l2_flash *v4l2_flash_init( in v4l2_flash_init() function
|
/linux/Documentation/leds/ |
A D | leds-class-flash.rst | 33 The driver must call the v4l2_flash_init function to get registered in the 78 argument - struct v4l2_flash pointer returned previously by v4l2_flash_init.
|
/linux/drivers/media/v4l2-core/ |
A D | v4l2-flash-led-class.c | 707 struct v4l2_flash *v4l2_flash_init( in v4l2_flash_init() function 715 EXPORT_SYMBOL_GPL(v4l2_flash_init);
|
/linux/drivers/leds/flash/ |
A D | leds-sgm3140.c | 265 priv->v4l2_flash = v4l2_flash_init(&pdev->dev, in sgm3140_probe()
|
A D | leds-rt8515.c | 355 rt->v4l2_flash = v4l2_flash_init(dev, child, fled, NULL, &v4l2_sd_cfg); in rt8515_probe()
|
A D | leds-aat1290.c | 507 led->v4l2_flash = v4l2_flash_init(dev, of_fwnode_handle(sub_node), in aat1290_led_probe()
|
A D | leds-rt4505.c | 384 priv->v4l2_flash = v4l2_flash_init(priv->dev, init_data.fwnode, in rt4505_probe()
|
A D | leds-as3645a.c | 658 flash->vf = v4l2_flash_init( in as3645a_v4l2_setup()
|
A D | leds-max77693.c | 930 sub_led->v4l2_flash = v4l2_flash_init(dev, of_fwnode_handle(sub_node), in max77693_register_led()
|
/linux/drivers/staging/greybus/ |
A D | light.c | 567 light->v4l2_flash = v4l2_flash_init(dev, NULL, fled, &v4l2_flash_ops, in gb_lights_light_v4l2_register()
|
Completed in 28 milliseconds