Home
last modified time | relevance | path

Searched refs:channel_has_mbo (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/staging/most/
Dcore.h315 int channel_has_mbo(struct most_interface *iface, int channel_idx,
Dcore.c1058 int channel_has_mbo(struct most_interface *iface, int id, in channel_has_mbo() function
1078 EXPORT_SYMBOL_GPL(channel_has_mbo);
/Linux-v4.19/drivers/staging/most/cdev/
Dcdev.c53 return channel_has_mbo(c->iface, c->channel_id, &comp.cc) > 0; in ch_has_mbo()