• Home
  • Raw
  • Download

Lines Matching defs:pin

88 static inline void __iomem *pin_to_controller(unsigned pin)  in pin_to_controller()
97 static inline unsigned pin_to_mask(unsigned pin) in pin_to_mask()
141 int __init_or_module at91_set_GPIO_periph(unsigned pin, int use_pullup) in at91_set_GPIO_periph()
159 int __init_or_module at91_set_A_periph(unsigned pin, int use_pullup) in at91_set_A_periph()
186 int __init_or_module at91_set_B_periph(unsigned pin, int use_pullup) in at91_set_B_periph()
213 int __init_or_module at91_set_C_periph(unsigned pin, int use_pullup) in at91_set_C_periph()
234 int __init_or_module at91_set_D_periph(unsigned pin, int use_pullup) in at91_set_D_periph()
256 int __init_or_module at91_set_gpio_input(unsigned pin, int use_pullup) in at91_set_gpio_input()
277 int __init_or_module at91_set_gpio_output(unsigned pin, int value) in at91_set_gpio_output()
298 int __init_or_module at91_set_deglitch(unsigned pin, int is_on) in at91_set_deglitch()
316 int __init_or_module at91_set_debounce(unsigned pin, int is_on, int div) in at91_set_debounce()
339 int __init_or_module at91_set_multi_drive(unsigned pin, int is_on) in at91_set_multi_drive()
356 int __init_or_module at91_set_pulldown(unsigned pin, int is_on) in at91_set_pulldown()
374 int __init_or_module at91_disable_schmitt_trig(unsigned pin) in at91_disable_schmitt_trig()
390 int at91_set_gpio_value(unsigned pin, int value) in at91_set_gpio_value()
406 int at91_get_gpio_value(unsigned pin) in at91_get_gpio_value()
668 unsigned pin = (32 * bank) + j; in at91_gpio_show() local
912 unsigned pin = chip->base + i; in at91_gpiolib_dbg_show() local