Searched defs:kpad (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/input/keyboard/ |
D | adp5588-keys.c | 76 struct adp5588_kpad *kpad = container_of(chip, struct adp5588_kpad, gc); in adp5588_gpio_get_value() local 96 struct adp5588_kpad *kpad = container_of(chip, struct adp5588_kpad, gc); in adp5588_gpio_set_value() local 115 struct adp5588_kpad *kpad = container_of(chip, struct adp5588_kpad, gc); in adp5588_gpio_direction_input() local 133 struct adp5588_kpad *kpad = container_of(chip, struct adp5588_kpad, gc); in adp5588_gpio_direction_output() local 157 static int adp5588_build_gpiomap(struct adp5588_kpad *kpad, in adp5588_build_gpiomap() 182 static int adp5588_gpio_add(struct adp5588_kpad *kpad) in adp5588_gpio_add() 236 static void adp5588_gpio_remove(struct adp5588_kpad *kpad) in adp5588_gpio_remove() 257 static inline int adp5588_gpio_add(struct adp5588_kpad *kpad) in adp5588_gpio_add() 262 static inline void adp5588_gpio_remove(struct adp5588_kpad *kpad) in adp5588_gpio_remove() 267 static void adp5588_report_events(struct adp5588_kpad *kpad, int ev_cnt) in adp5588_report_events() [all …]
|
D | adp5589-keys.c | 390 struct adp5589_kpad *kpad = container_of(chip, struct adp5589_kpad, gc); in adp5589_gpio_get_value() local 402 struct adp5589_kpad *kpad = container_of(chip, struct adp5589_kpad, gc); in adp5589_gpio_set_value() local 421 struct adp5589_kpad *kpad = container_of(chip, struct adp5589_kpad, gc); in adp5589_gpio_direction_input() local 441 struct adp5589_kpad *kpad = container_of(chip, struct adp5589_kpad, gc); in adp5589_gpio_direction_output() local 466 static int adp5589_build_gpiomap(struct adp5589_kpad *kpad, in adp5589_build_gpiomap() 498 static int adp5589_gpio_add(struct adp5589_kpad *kpad) in adp5589_gpio_add() 552 static void adp5589_gpio_remove(struct adp5589_kpad *kpad) in adp5589_gpio_remove() 573 static inline int adp5589_gpio_add(struct adp5589_kpad *kpad) in adp5589_gpio_add() 578 static inline void adp5589_gpio_remove(struct adp5589_kpad *kpad) in adp5589_gpio_remove() 583 static void adp5589_report_switches(struct adp5589_kpad *kpad, in adp5589_report_switches() [all …]
|
/linux-4.4.14/drivers/media/ |
D | media-device.c | 120 static void media_device_kpad_to_upad(const struct media_pad *kpad, in media_device_kpad_to_upad()
|