Lines Matching defs:offset
45 static void at91_set_port_pullup(struct at91_port *at91_port, unsigned offset, in at91_set_port_pullup()
214 static bool at91_get_port_output(struct at91_port *at91_port, int offset) in at91_get_port_output()
224 static void at91_set_port_input(struct at91_port *at91_port, int offset, in at91_set_port_input()
250 static void at91_set_port_output(struct at91_port *at91_port, int offset, in at91_set_port_output()
413 static void at91_set_port_value(struct at91_port *at91_port, int offset, in at91_set_port_value()
438 static int at91_get_port_value(struct at91_port *at91_port, int offset) in at91_get_port_value()
509 static int at91_gpio_direction_input(struct udevice *dev, unsigned offset) in at91_gpio_direction_input()
519 static int at91_gpio_direction_output(struct udevice *dev, unsigned offset, in at91_gpio_direction_output()
530 static int at91_gpio_get_value(struct udevice *dev, unsigned offset) in at91_gpio_get_value()
538 static int at91_gpio_set_value(struct udevice *dev, unsigned offset, in at91_gpio_set_value()
548 static int at91_gpio_get_function(struct udevice *dev, unsigned offset) in at91_gpio_get_function()