Searched refs:io_ops (Results 1 – 2 of 2) sorted by relevance
99 struct usb_phy_io_ops *io_ops; member168 if (x && x->io_ops && x->io_ops->read) in usb_phy_io_read()169 return x->io_ops->read(x, reg); in usb_phy_io_read()176 if (x && x->io_ops && x->io_ops->write) in usb_phy_io_write()177 return x->io_ops->write(x, val, reg); in usb_phy_io_write()
164 const struct snd_soc_tplg_kcontrol_ops *io_ops; member