Lines Matching refs:udevice
9 struct udevice;
20 int misc_read(struct udevice *dev, int offset, void *buf, int size);
31 int misc_write(struct udevice *dev, int offset, void *buf, int size);
41 int misc_ioctl(struct udevice *dev, unsigned long request, void *buf);
61 int misc_call(struct udevice *dev, int msgid, void *tx_msg, int tx_size,
79 int misc_set_enabled(struct udevice *dev, bool val);
97 int (*read)(struct udevice *dev, int offset, void *buf, int size);
108 int (*write)(struct udevice *dev, int offset, const void *buf,
118 int (*ioctl)(struct udevice *dev, unsigned long request, void *buf);
132 int (*call)(struct udevice *dev, int msgid, void *tx_msg, int tx_size,
143 int (*set_enabled)(struct udevice *dev, bool val);