Searched refs:fcdev (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/staging/greybus/ |
D | light.c | 606 static int gb_lights_flash_intensity_set(struct led_classdev_flash *fcdev, in gb_lights_flash_intensity_set() argument 609 struct gb_channel *channel = container_of(fcdev, struct gb_channel, in gb_lights_flash_intensity_set() 617 fcdev->brightness.val = brightness; in gb_lights_flash_intensity_set() 622 static int gb_lights_flash_intensity_get(struct led_classdev_flash *fcdev, in gb_lights_flash_intensity_get() argument 625 *brightness = fcdev->brightness.val; in gb_lights_flash_intensity_get() 630 static int gb_lights_flash_strobe_set(struct led_classdev_flash *fcdev, in gb_lights_flash_strobe_set() argument 633 struct gb_channel *channel = container_of(fcdev, struct gb_channel, in gb_lights_flash_strobe_set() 661 static int gb_lights_flash_strobe_get(struct led_classdev_flash *fcdev, in gb_lights_flash_strobe_get() argument 664 struct gb_channel *channel = container_of(fcdev, struct gb_channel, in gb_lights_flash_strobe_get() 671 static int gb_lights_flash_timeout_set(struct led_classdev_flash *fcdev, in gb_lights_flash_timeout_set() argument [all …]
|