Symbol: mt6360_led
drivers/leds/flash/leds-mt6360.c
101
struct mt6360_led *led = container_of(mccdev, struct mt6360_led, mc);
drivers/leds/flash/leds-mt6360.c
135
struct mt6360_led *led = container_of(lcdev, struct mt6360_led, isnk);
drivers/leds/flash/leds-mt6360.c
159
struct mt6360_led *led =
drivers/leds/flash/leds-mt6360.c
160
container_of(lcdev, struct mt6360_led, flash.led_cdev);
drivers/leds/flash/leds-mt6360.c
223
struct mt6360_led *led =
drivers/leds/flash/leds-mt6360.c
224
container_of(fl_cdev, struct mt6360_led, flash);
drivers/leds/flash/leds-mt6360.c
236
struct mt6360_led *led =
drivers/leds/flash/leds-mt6360.c
237
container_of(fl_cdev, struct mt6360_led, flash);
drivers/leds/flash/leds-mt6360.c
312
struct mt6360_led *led =
drivers/leds/flash/leds-mt6360.c
313
container_of(fl_cdev, struct mt6360_led, flash);
drivers/leds/flash/leds-mt6360.c
325
struct mt6360_led *led =
drivers/leds/flash/leds-mt6360.c
326
container_of(fl_cdev, struct mt6360_led, flash);
drivers/leds/flash/leds-mt6360.c
342
struct mt6360_led *led =
drivers/leds/flash/leds-mt6360.c
343
container_of(fl_cdev, struct mt6360_led, flash);
drivers/leds/flash/leds-mt6360.c
394
static int mt6360_isnk_init_default_state(struct mt6360_led *led)
drivers/leds/flash/leds-mt6360.c
427
static int mt6360_flash_init_default_state(struct mt6360_led *led)
drivers/leds/flash/leds-mt6360.c
472
struct mt6360_led *led = container_of(flash, struct mt6360_led, flash);
drivers/leds/flash/leds-mt6360.c
498
static void mt6360_init_v4l2_flash_config(struct mt6360_led *led,
drivers/leds/flash/leds-mt6360.c
520
static void mt6360_init_v4l2_flash_config(struct mt6360_led *led,
drivers/leds/flash/leds-mt6360.c
526
static int mt6360_led_register(struct device *parent, struct mt6360_led *led,
drivers/leds/flash/leds-mt6360.c
623
static int mt6360_init_isnk_properties(struct mt6360_led *led,
drivers/leds/flash/leds-mt6360.c
704
static int mt6360_init_flash_properties(struct mt6360_led *led,
drivers/leds/flash/leds-mt6360.c
777
struct mt6360_led *led = priv->leds + i;
drivers/leds/flash/leds-mt6360.c
814
struct mt6360_led *led = priv->leds + i;
drivers/leds/flash/leds-mt6360.c
94
struct mt6360_led leds[] __counted_by(leds_count);