Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/most/i2c/
Di2c.c165 static int poison_channel(struct most_interface *most_iface, in poison_channel() function
317 dev->most_iface.poison_channel = poison_channel; in i2c_probe()
/Linux-v5.4/drivers/staging/most/
Dcore.h245 int (*poison_channel)(struct most_interface *iface, int channel_idx); member
Dcore.c1270 if (c->iface->poison_channel(c->iface, c->channel_id)) { in most_stop_channel()
1376 !iface->poison_channel || (iface->num_channels > MAX_CHANNELS)) { in most_register_interface()
/Linux-v5.4/drivers/staging/most/dim2/
Ddim2.c631 static int poison_channel(struct most_interface *most_iface, int ch_idx) in poison_channel() function
854 dev->most_iface.poison_channel = poison_channel; in dim2_probe()
/Linux-v5.4/drivers/staging/most/usb/
Dusb.c1068 mdev->iface.poison_channel = hdm_poison_channel; in hdm_probe()