Home
last modified time | relevance | path

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

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