Searched defs:misc_ops (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | misc.h | 97 struct misc_ops { struct 107 int (*read)(struct udevice *dev, int offset, void *buf, int size); 117 int (*write)(struct udevice *dev, int offset, const void *buf, 127 int (*ioctl)(struct udevice *dev, unsigned long request, void *buf); 140 int (*call)(struct udevice *dev, int msgid, void *tx_msg, int tx_size,
|