Home
last modified time | relevance | path

Searched defs:kpad (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/drivers/input/keyboard/
Dadp5588-keys.c77 struct adp5588_kpad *kpad = container_of(chip, struct adp5588_kpad, gc); in adp5588_gpio_get_value() local
87 struct adp5588_kpad *kpad = container_of(chip, struct adp5588_kpad, gc); in adp5588_gpio_set_value() local
106 struct adp5588_kpad *kpad = container_of(chip, struct adp5588_kpad, gc); in adp5588_gpio_direction_input() local
124 struct adp5588_kpad *kpad = container_of(chip, struct adp5588_kpad, gc); in adp5588_gpio_direction_output() local
148 static int __devinit adp5588_build_gpiomap(struct adp5588_kpad *kpad, in adp5588_build_gpiomap()
173 static int __devinit adp5588_gpio_add(struct adp5588_kpad *kpad) in adp5588_gpio_add()
226 static void __devexit adp5588_gpio_remove(struct adp5588_kpad *kpad) in adp5588_gpio_remove()
249 static inline int adp5588_gpio_add(struct adp5588_kpad *kpad) in adp5588_gpio_add()
254 static inline void adp5588_gpio_remove(struct adp5588_kpad *kpad) in adp5588_gpio_remove()
259 static void adp5588_report_events(struct adp5588_kpad *kpad, int ev_cnt) in adp5588_report_events()
[all …]
Dadp5589-keys.c391 struct adp5589_kpad *kpad = container_of(chip, struct adp5589_kpad, gc); in adp5589_gpio_get_value() local
403 struct adp5589_kpad *kpad = container_of(chip, struct adp5589_kpad, gc); in adp5589_gpio_set_value() local
422 struct adp5589_kpad *kpad = container_of(chip, struct adp5589_kpad, gc); in adp5589_gpio_direction_input() local
442 struct adp5589_kpad *kpad = container_of(chip, struct adp5589_kpad, gc); in adp5589_gpio_direction_output() local
467 static int __devinit adp5589_build_gpiomap(struct adp5589_kpad *kpad, in adp5589_build_gpiomap()
499 static int __devinit adp5589_gpio_add(struct adp5589_kpad *kpad) in adp5589_gpio_add()
553 static void __devexit adp5589_gpio_remove(struct adp5589_kpad *kpad) in adp5589_gpio_remove()
576 static inline int adp5589_gpio_add(struct adp5589_kpad *kpad) in adp5589_gpio_add()
581 static inline void adp5589_gpio_remove(struct adp5589_kpad *kpad) in adp5589_gpio_remove()
586 static void adp5589_report_switches(struct adp5589_kpad *kpad, in adp5589_report_switches()
[all …]
/linux-3.3/drivers/media/
Dmedia-device.c117 static void media_device_kpad_to_upad(const struct media_pad *kpad, in media_device_kpad_to_upad()