Searched refs:most_get_mbo (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/staging/most/ |
D | core.h | 312 struct mbo *most_get_mbo(struct most_interface *iface, int channel_idx,
|
D | core.c | 1089 struct mbo *most_get_mbo(struct most_interface *iface, int id, in most_get_mbo() function 1126 EXPORT_SYMBOL_GPL(most_get_mbo);
|
/Linux-v4.19/drivers/staging/most/cdev/ |
D | cdev.c | 59 *mbo = most_get_mbo(c->iface, c->channel_id, &comp.cc); in ch_get_mbo()
|
/Linux-v4.19/drivers/staging/most/sound/ |
D | sound.c | 236 (mbo = most_get_mbo(channel->iface, channel->id, in playback_thread()
|
/Linux-v4.19/drivers/staging/most/net/ |
D | net.c | 230 mbo = most_get_mbo(nd->iface, nd->tx.ch_id, &comp); in most_nd_start_xmit()
|
/Linux-v4.19/drivers/staging/most/dim2/ |
D | dim2.c | 625 mbo = most_get_mbo(&dev->most_iface, dev->atx_idx, NULL); in request_netinfo()
|