Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/most/mostcore/
Dmostcore.h314 int channel_has_mbo(struct most_interface *iface, int channel_idx);
Dcore.c1390 int channel_has_mbo(struct most_interface *iface, int id) in channel_has_mbo() function
1404 EXPORT_SYMBOL_GPL(channel_has_mbo);
/linux-4.4.14/drivers/staging/most/aim-cdev/
Dcdev.c291 if (!IS_ERR_OR_FALSE(channel_has_mbo(c->iface, c->channel_id))) in aim_poll()