Home
last modified time | relevance | path

Searched refs:io_ops (Results 1 – 2 of 2) sorted by relevance

/include/linux/usb/
Dphy.h99 struct usb_phy_io_ops *io_ops; member
168 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()
/include/sound/
Dsoc-topology.h164 const struct snd_soc_tplg_kcontrol_ops *io_ops; member