Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/keyboard/
Dcap11xx.c75 struct cap11xx_led { struct
88 struct cap11xx_led *leds; argument
238 struct cap11xx_led *led = container_of(work, struct cap11xx_led, work); in cap11xx_led_work()
253 struct cap11xx_led *led = container_of(cdev, struct cap11xx_led, cdev); in cap11xx_led_set()
266 struct cap11xx_led *led; in cap11xx_init_leds()
276 led = devm_kcalloc(dev, cnt, sizeof(struct cap11xx_led), GFP_KERNEL); in cap11xx_init_leds()