Lines Matching refs:mt6360_led

74 struct mt6360_led {  struct
94 struct mt6360_led leds[]; argument
101 struct mt6360_led *led = container_of(mccdev, struct mt6360_led, mc); in mt6360_mc_brightness_set()
135 struct mt6360_led *led = container_of(lcdev, struct mt6360_led, isnk); in mt6360_isnk_brightness_set()
159 struct mt6360_led *led = in mt6360_torch_brightness_set()
160 container_of(lcdev, struct mt6360_led, flash.led_cdev); in mt6360_torch_brightness_set()
223 struct mt6360_led *led = in _mt6360_flash_brightness_set()
224 container_of(fl_cdev, struct mt6360_led, flash); in _mt6360_flash_brightness_set()
236 struct mt6360_led *led = in mt6360_strobe_set()
237 container_of(fl_cdev, struct mt6360_led, flash); in mt6360_strobe_set()
302 struct mt6360_led *led = in mt6360_strobe_get()
303 container_of(fl_cdev, struct mt6360_led, flash); in mt6360_strobe_get()
315 struct mt6360_led *led = in mt6360_timeout_set()
316 container_of(fl_cdev, struct mt6360_led, flash); in mt6360_timeout_set()
332 struct mt6360_led *led = in mt6360_fault_get()
333 container_of(fl_cdev, struct mt6360_led, flash); in mt6360_fault_get()
384 static int mt6360_isnk_init_default_state(struct mt6360_led *led) in mt6360_isnk_init_default_state()
417 static int mt6360_flash_init_default_state(struct mt6360_led *led) in mt6360_flash_init_default_state()
462 struct mt6360_led *led = container_of(flash, struct mt6360_led, flash); in mt6360_flash_external_strobe_set()
488 static void mt6360_init_v4l2_flash_config(struct mt6360_led *led, in mt6360_init_v4l2_flash_config()
510 static void mt6360_init_v4l2_flash_config(struct mt6360_led *led, in mt6360_init_v4l2_flash_config()
516 static int mt6360_led_register(struct device *parent, struct mt6360_led *led, in mt6360_led_register()
613 static int mt6360_init_isnk_properties(struct mt6360_led *led, in mt6360_init_isnk_properties()
691 static int mt6360_init_flash_properties(struct mt6360_led *led, in mt6360_init_flash_properties()
764 struct mt6360_led *led = priv->leds + i; in mt6360_v4l2_flash_release()
802 struct mt6360_led *led = priv->leds + i; in mt6360_led_probe()