Home
last modified time | relevance | path

Searched defs:lcdev (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/drivers/video/backlight/
Dhx8357.c213 static int hx8357_spi_write_then_read(struct lcd_device *lcdev, in hx8357_spi_write_then_read()
263 static inline int hx8357_spi_write_array(struct lcd_device *lcdev, in hx8357_spi_write_array()
269 static inline int hx8357_spi_write_byte(struct lcd_device *lcdev, in hx8357_spi_write_byte()
275 static int hx8357_enter_standby(struct lcd_device *lcdev) in hx8357_enter_standby()
298 static int hx8357_exit_standby(struct lcd_device *lcdev) in hx8357_exit_standby()
319 static void hx8357_lcd_reset(struct lcd_device *lcdev) in hx8357_lcd_reset()
334 static int hx8357_lcd_init(struct lcd_device *lcdev) in hx8357_lcd_init()
446 static int hx8369_lcd_init(struct lcd_device *lcdev) in hx8369_lcd_init()
538 static int hx8357_set_power(struct lcd_device *lcdev, int power) in hx8357_set_power()
556 static int hx8357_get_power(struct lcd_device *lcdev) in hx8357_get_power()
[all …]
/linux-6.6.21/drivers/leds/rgb/
Dleds-mt6370-rgb.c421 static int mt6370_mc_brightness_set(struct led_classdev *lcdev, enum led_brightness level) in mt6370_mc_brightness_set()
481 static int mt6370_mc_blink_set(struct led_classdev *lcdev, in mt6370_mc_blink_set()
534 static int mt6370_mc_pattern_set(struct led_classdev *lcdev, struct led_pattern *pattern, u32 len, in mt6370_mc_pattern_set()
585 static inline int mt6370_mc_pattern_clear(struct led_classdev *lcdev) in mt6370_mc_pattern_clear()
608 static int mt6370_isnk_brightness_set(struct led_classdev *lcdev, in mt6370_isnk_brightness_set()
644 static int mt6370_isnk_blink_set(struct led_classdev *lcdev, unsigned long *delay_on, in mt6370_isnk_blink_set()
672 static int mt6370_isnk_pattern_set(struct led_classdev *lcdev, struct led_pattern *pattern, u32 len, in mt6370_isnk_pattern_set()
701 static inline int mt6370_isnk_pattern_clear(struct led_classdev *lcdev) in mt6370_isnk_pattern_clear()
763 struct led_classdev *lcdev; in mt6370_init_led_properties() local
/linux-6.6.21/drivers/leds/flash/
Dleds-mt6360.c97 static int mt6360_mc_brightness_set(struct led_classdev *lcdev, in mt6360_mc_brightness_set()
132 static int mt6360_isnk_brightness_set(struct led_classdev *lcdev, in mt6360_isnk_brightness_set()
156 static int mt6360_torch_brightness_set(struct led_classdev *lcdev, in mt6360_torch_brightness_set()
239 struct led_classdev *lcdev = &fl_cdev->led_cdev; in mt6360_strobe_set() local
491 struct led_classdev *lcdev; in mt6360_init_v4l2_flash_config() local
616 struct led_classdev *lcdev; in mt6360_init_isnk_properties() local
695 struct led_classdev *lcdev = &flash->led_cdev; in mt6360_init_flash_properties() local
Dleds-rt4505.c52 static int rt4505_torch_brightness_set(struct led_classdev *lcdev, in rt4505_torch_brightness_set()
81 struct led_classdev *lcdev) in rt4505_torch_brightness_get()
265 struct led_classdev *lcdev = &flash->led_cdev; in rt4505_init_v4l2_config() local
294 struct led_classdev *lcdev = &flash->led_cdev; in rt4505_init_flash_properties() local
Dleds-mt6370-flash.c87 static int mt6370_torch_brightness_set(struct led_classdev *lcdev, enum led_brightness level) in mt6370_torch_brightness_set()
199 struct led_classdev *lcdev = &fl_cdev->led_cdev; in mt6370_strobe_set() local
376 struct led_classdev *lcdev; in mt6370_init_v4l2_flash_config() local
439 struct led_classdev *lcdev = &flash->led_cdev; in mt6370_init_flash_properties() local
/linux-6.6.21/include/linux/
Dled-class-flash.h83 struct led_classdev *lcdev) in lcdev_to_flcdev()