fled              132 drivers/leds/leds-as3645a.c 	struct led_classdev_flash fled;
fled              151 drivers/leds/leds-as3645a.c #define fled_to_as3645a(__fled) container_of(__fled, struct as3645a, fled)
fled              251 drivers/leds/leds-as3645a.c static int as3645a_get_fault(struct led_classdev_flash *fled, u32 *fault)
fled              253 drivers/leds/leds-as3645a.c 	struct as3645a *flash = fled_to_as3645a(fled);
fled              329 drivers/leds/leds-as3645a.c 	struct led_classdev_flash *fled = lcdev_to_flcdev(fled_cdev);
fled              330 drivers/leds/leds-as3645a.c 	struct as3645a *flash = fled_to_as3645a(fled);
fled              345 drivers/leds/leds-as3645a.c static int as3645a_set_flash_brightness(struct led_classdev_flash *fled,
fled              348 drivers/leds/leds-as3645a.c 	struct as3645a *flash = fled_to_as3645a(fled);
fled              356 drivers/leds/leds-as3645a.c static int as3645a_set_flash_timeout(struct led_classdev_flash *fled,
fled              359 drivers/leds/leds-as3645a.c 	struct as3645a *flash = fled_to_as3645a(fled);
fled              366 drivers/leds/leds-as3645a.c static int as3645a_set_strobe(struct led_classdev_flash *fled, bool state)
fled              368 drivers/leds/leds-as3645a.c 	struct as3645a *flash = fled_to_as3645a(fled);
fled              406 drivers/leds/leds-as3645a.c 	rval = as3645a_get_fault(&flash->fled, &fault);
fled              571 drivers/leds/leds-as3645a.c 	struct led_classdev *fled_cdev = &flash->fled.led_cdev;
fled              591 drivers/leds/leds-as3645a.c 	cfg = &flash->fled.brightness;
fled              597 drivers/leds/leds-as3645a.c 	cfg = &flash->fled.timeout;
fled              603 drivers/leds/leds-as3645a.c 	flash->fled.ops = &as3645a_led_flash_ops;
fled              617 drivers/leds/leds-as3645a.c 					       &flash->fled, &init_data);
fled              633 drivers/leds/leds-as3645a.c 	struct led_classdev_flash *fled = &flash->fled;
fled              634 drivers/leds/leds-as3645a.c 	struct led_classdev *led = &fled->led_cdev;
fled              657 drivers/leds/leds-as3645a.c 		&flash->client->dev, flash->flash_node, &flash->fled, NULL,
fled              713 drivers/leds/leds-as3645a.c 	led_classdev_flash_unregister(&flash->fled);
fled              734 drivers/leds/leds-as3645a.c 	led_classdev_flash_unregister(&flash->fled);
fled               33 drivers/staging/greybus/light.c 	struct led_classdev_flash	fled;
fled               92 drivers/staging/greybus/light.c 	return container_of(fled_cdev, struct gb_channel, fled);
fled               97 drivers/staging/greybus/light.c 	return &channel->fled.led_cdev;
fled              536 drivers/staging/greybus/light.c 	struct led_classdev_flash *fled;
fled              549 drivers/staging/greybus/light.c 		iled = &channel_ind->fled.led_cdev;
fled              555 drivers/staging/greybus/light.c 	fled = &channel_flash->fled;
fled              568 drivers/staging/greybus/light.c 	light->v4l2_flash = v4l2_flash_init(dev, NULL, fled, &v4l2_flash_ops,
fled              610 drivers/staging/greybus/light.c 						  fled);
fled              634 drivers/staging/greybus/light.c 						  fled);
fled              665 drivers/staging/greybus/light.c 						  fled);
fled              675 drivers/staging/greybus/light.c 						  fled);
fled              706 drivers/staging/greybus/light.c 						  fled);
fled              770 drivers/staging/greybus/light.c 	struct led_classdev_flash *fled = &channel->fled;
fled              775 drivers/staging/greybus/light.c 	fled->ops = &gb_lights_flash_ops;
fled              777 drivers/staging/greybus/light.c 	fled->led_cdev.flags |= LED_DEV_CAP_FLASH;
fled              779 drivers/staging/greybus/light.c 	fset = &fled->brightness;
fled              787 drivers/staging/greybus/light.c 		fset = &fled->timeout;
fled              806 drivers/staging/greybus/light.c 	ret = led_classdev_flash_register(&connection->bundle->dev, fled);
fled              822 drivers/staging/greybus/light.c 	led_classdev_flash_unregister(&channel->fled);