Home
last modified time | relevance | path

Searched refs:led_num (Results 1 – 2 of 2) sorted by relevance

/drivers/leds/
Dleds-pca955x.c111 int led_num; /* 0 .. 15 potentially */ member
131 static inline u8 pca955x_ledsel(u8 oldval, int led_num, int state) in pca955x_ledsel() argument
133 return (oldval & (~(0x3 << (led_num << 1)))) | in pca955x_ledsel()
134 ((state & 0x3) << (led_num << 1)); in pca955x_ledsel()
199 chip_ls = pca955x->led_num / 4; in pca955x_led_work()
200 ls_led = pca955x->led_num % 4; in pca955x_led_work()
294 pca955x[i].led_num = i; in pca955x_probe()
Dleds-pca9633.c48 int led_num; /* 0 .. 3 potentially */ member
57 int shift = 2 * pca9633->led_num; in pca9633_led_work()
71 PCA9633_PWM_BASE + pca9633->led_num, in pca9633_led_work()
119 pca9633[i].led_num = i; in pca9633_probe()