Lines Matching defs:offset
29 static ulong *get_gpio_dir_flags(struct udevice *dev, unsigned int offset) in get_gpio_dir_flags()
44 static int get_gpio_flag(struct udevice *dev, unsigned int offset, ulong flag) in get_gpio_flag()
49 static int set_gpio_flag(struct udevice *dev, unsigned int offset, ulong flag, in set_gpio_flag()
66 int sandbox_gpio_get_value(struct udevice *dev, unsigned offset) in sandbox_gpio_get_value()
73 int sandbox_gpio_set_value(struct udevice *dev, unsigned offset, int value) in sandbox_gpio_set_value()
78 int sandbox_gpio_get_direction(struct udevice *dev, unsigned offset) in sandbox_gpio_get_direction()
83 int sandbox_gpio_set_direction(struct udevice *dev, unsigned offset, int output) in sandbox_gpio_set_direction()
91 ulong sandbox_gpio_get_dir_flags(struct udevice *dev, unsigned int offset) in sandbox_gpio_get_dir_flags()
96 int sandbox_gpio_set_dir_flags(struct udevice *dev, unsigned int offset, in sandbox_gpio_set_dir_flags()
109 static int sb_gpio_direction_input(struct udevice *dev, unsigned offset) in sb_gpio_direction_input()
117 static int sb_gpio_direction_output(struct udevice *dev, unsigned offset, in sb_gpio_direction_output()
127 static int sb_gpio_get_value(struct udevice *dev, unsigned offset) in sb_gpio_get_value()
135 static int sb_gpio_set_value(struct udevice *dev, unsigned offset, int value) in sb_gpio_set_value()
148 static int sb_gpio_get_function(struct udevice *dev, unsigned offset) in sb_gpio_get_function()
180 static int sb_gpio_set_dir_flags(struct udevice *dev, unsigned int offset, in sb_gpio_set_dir_flags()
202 static int sb_gpio_get_dir_flags(struct udevice *dev, unsigned int offset, in sb_gpio_get_dir_flags()