Searched defs:misc_ops (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | misc.h | 99 struct misc_ops { struct 109 int (*read)(struct udevice *dev, int offset, void *buf, int size); 119 int (*write)(struct udevice *dev, int offset, const void *buf, 129 int (*ioctl)(struct udevice *dev, unsigned long request, void *buf); 142 int (*call)(struct udevice *dev, int msgid, void *tx_msg, int tx_size,
|