Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/video/backlight/
Dhx8357.c212 static int hx8357_spi_write_then_read(struct lcd_device *lcdev, in hx8357_spi_write_then_read()
262 static inline int hx8357_spi_write_array(struct lcd_device *lcdev, in hx8357_spi_write_array()
268 static inline int hx8357_spi_write_byte(struct lcd_device *lcdev, in hx8357_spi_write_byte()
274 static int hx8357_enter_standby(struct lcd_device *lcdev) in hx8357_enter_standby()
297 static int hx8357_exit_standby(struct lcd_device *lcdev) in hx8357_exit_standby()
318 static void hx8357_lcd_reset(struct lcd_device *lcdev) in hx8357_lcd_reset()
333 static int hx8357_lcd_init(struct lcd_device *lcdev) in hx8357_lcd_init()
445 static int hx8369_lcd_init(struct lcd_device *lcdev) in hx8369_lcd_init()
537 static int hx8357_set_power(struct lcd_device *lcdev, int power) in hx8357_set_power()
555 static int hx8357_get_power(struct lcd_device *lcdev) in hx8357_get_power()
[all …]
/linux-6.12.1/drivers/leds/rgb/
Dleds-mt6370-rgb.c420 static int mt6370_mc_brightness_set(struct led_classdev *lcdev, enum led_brightness level) in mt6370_mc_brightness_set()
480 static int mt6370_mc_blink_set(struct led_classdev *lcdev, in mt6370_mc_blink_set()
533 static int mt6370_mc_pattern_set(struct led_classdev *lcdev, struct led_pattern *pattern, u32 len, in mt6370_mc_pattern_set()
584 static inline int mt6370_mc_pattern_clear(struct led_classdev *lcdev) in mt6370_mc_pattern_clear()
607 static int mt6370_isnk_brightness_set(struct led_classdev *lcdev, in mt6370_isnk_brightness_set()
643 static int mt6370_isnk_blink_set(struct led_classdev *lcdev, unsigned long *delay_on, in mt6370_isnk_blink_set()
671 static int mt6370_isnk_pattern_set(struct led_classdev *lcdev, struct led_pattern *pattern, u32 len, in mt6370_isnk_pattern_set()
700 static inline int mt6370_isnk_pattern_clear(struct led_classdev *lcdev) in mt6370_isnk_pattern_clear()
762 struct led_classdev *lcdev; in mt6370_init_led_properties() local
/linux-6.12.1/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
501 struct led_classdev *lcdev; in mt6360_init_v4l2_flash_config() local
626 struct led_classdev *lcdev; in mt6360_init_isnk_properties() local
708 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
Dleds-sy7802.c109 static int sy7802_torch_brightness_set(struct led_classdev *lcdev, enum led_brightness brightness) in sy7802_torch_brightness_set()
338 struct led_classdev *lcdev = &flash->led_cdev; in sy7802_init_flash_properties() local
/linux-6.12.1/include/linux/
Dled-class-flash.h83 struct led_classdev *lcdev) in lcdev_to_flcdev()
/linux-6.12.1/drivers/net/ethernet/realtek/
Dr8169_leds.c36 #define lcdev_to_r8169_ldev(lcdev) container_of(lcdev, struct r8169_led_classdev, led) argument
/linux-6.12.1/drivers/net/ethernet/intel/igc/
Digc_leds.c46 #define lcdev_to_igc_ldev(lcdev) \ argument