Home
last modified time | relevance | path

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

/linux-6.14.4/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-6.14.4/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-6.14.4/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-6.14.4/drivers/leds/flash/
Dleds-sgm3140.c268 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-aat1290.c503 led->v4l2_flash = v4l2_flash_init(dev, of_fwnode_handle(sub_node), in aat1290_led_probe()
Dleds-rt4505.c384 priv->v4l2_flash = v4l2_flash_init(priv->dev, init_data.fwnode, in rt4505_probe()
Dleds-mt6370-flash.c415 led->v4l2_flash = v4l2_flash_init(parent, fwnode, &led->flash, &v4l2_flash_ops, in mt6370_led_register()
Dleds-as3645a.c656 flash->vf = v4l2_flash_init( in as3645a_v4l2_setup()
Dleds-mt6360.c598 led->v4l2_flash = v4l2_flash_init(parent, init_data->fwnode, in mt6360_led_register()
Dleds-qcom-flash.c680 v4l2_flash = v4l2_flash_init(dev, fwnode, &led->flash, &qcom_v4l2_flash_ops, &v4l2_cfg); in qcom_flash_v4l2_init()
Dleds-max77693.c925 sub_led->v4l2_flash = v4l2_flash_init(dev, of_fwnode_handle(sub_node), in max77693_register_led()
/linux-6.14.4/drivers/staging/greybus/
Dlight.c552 light->v4l2_flash = v4l2_flash_init(dev, NULL, fled, &v4l2_flash_ops, in gb_lights_light_v4l2_register()