Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/sound/
H A Di2s-uclass.c13 struct i2s_ops *ops = i2s_get_ops(dev); in i2s_tx_data()
/openbmc/u-boot/include/
H A Di2s.h103 #define i2s_get_ops(dev) ((struct i2s_ops *)(dev)->driver->ops) macro