• Home
  • Raw
  • Download

Lines Matching defs:port

22 static struct at91_port *at91_pio_get_port(unsigned port)  in at91_pio_get_port()
58 int at91_set_pio_pullup(unsigned port, unsigned pin, int use_pullup) in at91_set_pio_pullup()
71 int at91_set_pio_periph(unsigned port, unsigned pin, int use_pullup) in at91_set_pio_periph()
89 int at91_set_a_periph(unsigned port, unsigned pin, int use_pullup) in at91_set_a_periph()
108 int at91_set_b_periph(unsigned port, unsigned pin, int use_pullup) in at91_set_b_periph()
127 int at91_pio3_set_a_periph(unsigned port, unsigned pin, int use_pullup) in at91_pio3_set_a_periph()
150 int at91_pio3_set_b_periph(unsigned port, unsigned pin, int use_pullup) in at91_pio3_set_b_periph()
172 int at91_pio3_set_c_periph(unsigned port, unsigned pin, int use_pullup) in at91_pio3_set_c_periph()
194 int at91_pio3_set_d_periph(unsigned port, unsigned pin, int use_pullup) in at91_pio3_set_d_periph()
240 int at91_set_pio_input(unsigned port, u32 pin, int use_pullup) in at91_set_pio_input()
270 int at91_set_pio_output(unsigned port, u32 pin, int value) in at91_set_pio_output()
283 int at91_set_pio_deglitch(unsigned port, unsigned pin, int is_on) in at91_set_pio_deglitch()
302 int at91_pio3_set_pio_deglitch(unsigned port, unsigned pin, int is_on) in at91_pio3_set_pio_deglitch()
323 int at91_pio3_set_pio_debounce(unsigned port, unsigned pin, int is_on, int div) in at91_pio3_set_pio_debounce()
346 int at91_pio3_set_pio_pulldown(unsigned port, unsigned pin, int is_on) in at91_pio3_set_pio_pulldown()
363 int at91_pio3_set_pio_pullup(unsigned port, unsigned pin, int use_pullup) in at91_pio3_set_pio_pullup()
379 int at91_pio3_set_pio_disable_schmitt_trig(unsigned port, unsigned pin) in at91_pio3_set_pio_disable_schmitt_trig()
397 int at91_set_pio_multi_drive(unsigned port, unsigned pin, int is_on) in at91_set_pio_multi_drive()
428 int at91_set_pio_value(unsigned port, unsigned pin, int value) in at91_set_pio_value()
450 int at91_get_pio_value(unsigned port, unsigned pin) in at91_get_pio_value()
511 struct at91_port_priv *port = dev_get_priv(dev); in at91_gpio_direction_input() local
522 struct at91_port_priv *port = dev_get_priv(dev); in at91_gpio_direction_output() local
532 struct at91_port_priv *port = dev_get_priv(dev); in at91_gpio_get_value() local
541 struct at91_port_priv *port = dev_get_priv(dev); in at91_gpio_set_value() local
550 struct at91_port_priv *port = dev_get_priv(dev); in at91_gpio_get_function() local
569 struct at91_port_priv *port = dev_get_priv(dev); in at91_gpio_probe() local