Lines Matching defs:offset
46 static void at91_set_port_pullup(struct at91_port *at91_port, unsigned offset, in at91_set_port_pullup()
215 static bool at91_get_port_output(struct at91_port *at91_port, int offset) in at91_get_port_output()
225 static void at91_set_port_input(struct at91_port *at91_port, int offset, in at91_set_port_input()
251 static void at91_set_port_output(struct at91_port *at91_port, int offset, in at91_set_port_output()
414 static void at91_set_port_value(struct at91_port *at91_port, int offset, in at91_set_port_value()
439 static int at91_get_port_value(struct at91_port *at91_port, int offset) in at91_get_port_value()
510 static int at91_gpio_direction_input(struct udevice *dev, unsigned offset) in at91_gpio_direction_input()
520 static int at91_gpio_direction_output(struct udevice *dev, unsigned offset, in at91_gpio_direction_output()
531 static int at91_gpio_get_value(struct udevice *dev, unsigned offset) in at91_gpio_get_value()
539 static int at91_gpio_set_value(struct udevice *dev, unsigned offset, in at91_gpio_set_value()
549 static int at91_gpio_get_function(struct udevice *dev, unsigned offset) in at91_gpio_get_function()