Lines Matching refs:offset
138 uint offset; /* GPIO offset within the device */ member
175 int gpio_get_status(struct udevice *dev, int offset, char *buf, int buffsize);
193 int gpio_get_function(struct udevice *dev, int offset, const char **namep);
211 int gpio_get_raw_function(struct udevice *dev, int offset, const char **namep);
270 int (*request)(struct udevice *dev, unsigned offset, const char *label);
271 int (*rfree)(struct udevice *dev, unsigned int offset);
278 int (*direction_input)(struct udevice *dev, unsigned offset);
286 int (*direction_output)(struct udevice *dev, unsigned offset,
289 int (*get_value)(struct udevice *dev, unsigned offset);
298 int (*set_value)(struct udevice *dev, unsigned offset, int value);
306 int (*get_function)(struct udevice *dev, unsigned offset);
366 int (*set_flags)(struct udevice *dev, unsigned int offset, ulong flags);
381 int (*get_flags)(struct udevice *dev, unsigned int offset,