Searched defs:dm_gpio_ops (Results 1 – 1 of 1) sorted by relevance
| /include/asm-generic/ |
| A D | gpio.h | 269 struct dm_gpio_ops { struct 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); 331 int (*xlate)(struct udevice *dev, struct gpio_desc *desc, 381 int (*get_flags)(struct udevice *dev, unsigned int offset, [all …]
|
Completed in 8 milliseconds