Home
last modified time | relevance | path

Searched refs:led_no (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/i2c/
A Dlm3560.c91 enum lm3560_led_id led_no, bool on) in lm3560_enable_ctrl() argument
95 if (led_no == LM3560_LED0) { in lm3560_enable_ctrl()
115 enum lm3560_led_id led_no, unsigned int brt) in lm3560_torch_brt_ctrl() argument
123 rval = lm3560_enable_ctrl(flash, led_no, true); in lm3560_torch_brt_ctrl()
126 if (led_no == LM3560_LED0) in lm3560_torch_brt_ctrl()
138 enum lm3560_led_id led_no, unsigned int brt) in lm3560_flash_brt_ctrl() argument
149 if (led_no == LM3560_LED0) in lm3560_flash_brt_ctrl()
279 enum lm3560_led_id led_no) in lm3560_init_controls() argument
334 flash->subdev_led[led_no].ctrl_handler = hdl; in lm3560_init_controls()
358 sizeof(flash->subdev_led[led_no].name)); in lm3560_subdev_init()
[all …]
/linux/drivers/input/
A Dinput-leds.c91 int led_no; in input_leds_connect() local
117 led_no = 0; in input_leds_connect()
122 led = &leds->leds[led_no]; in input_leds_connect()
147 led_no++; in input_leds_connect()
153 while (--led_no >= 0) { in input_leds_connect()
154 struct input_led *led = &leds->leds[led_no]; in input_leds_connect()
/linux/drivers/leds/
A Dleds-tlc591xx.c45 unsigned int led_no; member
90 unsigned int i = (led->led_no % 4) * 2; in tlc591xx_set_ledout()
92 unsigned int addr = priv->reg_ledout_offset + (led->led_no >> 2); in tlc591xx_set_ledout()
103 u8 pwm = TLC591XX_REG_PWM(led->led_no); in tlc591xx_set_pwm()
207 led->led_no = reg; in tlc591xx_probe()

Completed in 8 milliseconds