Home
last modified time | relevance | path

Searched refs:v4l2_flash_init (Results 1 – 13 of 13) sorted by relevance

/Linux-v6.6/include/media/
Dv4l2-flash-led-class.h132 struct v4l2_flash *v4l2_flash_init(
166 static inline struct v4l2_flash *v4l2_flash_init( in v4l2_flash_init() function
/Linux-v6.6/Documentation/leds/
Dleds-class-flash.rst33 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-v6.6/drivers/media/v4l2-core/
Dv4l2-flash-led-class.c707 struct v4l2_flash *v4l2_flash_init( in v4l2_flash_init() function
715 EXPORT_SYMBOL_GPL(v4l2_flash_init);
/Linux-v6.6/drivers/leds/flash/
Dleds-sgm3140.c265 priv->v4l2_flash = v4l2_flash_init(&pdev->dev, in sgm3140_probe()
Dleds-rt8515.c355 rt->v4l2_flash = v4l2_flash_init(dev, child, fled, NULL, &v4l2_sd_cfg); in rt8515_probe()
Dleds-rt4505.c384 priv->v4l2_flash = v4l2_flash_init(priv->dev, init_data.fwnode, in rt4505_probe()
Dleds-aat1290.c507 led->v4l2_flash = v4l2_flash_init(dev, of_fwnode_handle(sub_node), in aat1290_led_probe()
Dleds-mt6370-flash.c415 led->v4l2_flash = v4l2_flash_init(parent, fwnode, &led->flash, &v4l2_flash_ops, in mt6370_led_register()
Dleds-as3645a.c658 flash->vf = v4l2_flash_init( in as3645a_v4l2_setup()
Dleds-qcom-flash.c527 v4l2_flash_init(dev, fwnode, &led->flash, &qcom_v4l2_flash_ops, &v4l2_cfg); in qcom_flash_v4l2_init()
Dleds-mt6360.c588 led->v4l2_flash = v4l2_flash_init(parent, init_data->fwnode, in mt6360_led_register()
Dleds-max77693.c930 sub_led->v4l2_flash = v4l2_flash_init(dev, of_fwnode_handle(sub_node), in max77693_register_led()
/Linux-v6.6/drivers/staging/greybus/
Dlight.c567 light->v4l2_flash = v4l2_flash_init(dev, NULL, fled, &v4l2_flash_ops, in gb_lights_light_v4l2_register()