Searched defs:misc_ops (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/include/ |
D | misc.h | 66 struct misc_ops { struct 76 int (*read)(struct udevice *dev, int offset, void *buf, int size); 86 int (*write)(struct udevice *dev, int offset, const void *buf, 96 int (*ioctl)(struct udevice *dev, unsigned long request, void *buf); 109 int (*call)(struct udevice *dev, int msgid, void *tx_msg, int tx_size,
|