Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmost.h245 int (*poison_channel)(struct most_interface *iface, int channel_idx); member
/linux/drivers/most/
H A Dcore.c1185 if (c->iface->poison_channel(c->iface, c->channel_id)) { in most_stop_channel()
1286 !iface->poison_channel || (iface->num_channels > MAX_CHANNELS)) in most_register_interface()
H A Dmost_usb.c983 mdev->iface.poison_channel = hdm_poison_channel; in hdm_probe()