Home
last modified time | relevance | path

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

/linux/drivers/staging/most/i2c/
H A Di2c.c158 * poison_channel - called from MOST core to poison buffers of a channel
167 static int poison_channel(struct most_interface *most_iface, in poison_channel() function
319 dev->most_iface.poison_channel = poison_channel; in i2c_probe()
/linux/include/linux/
H A Dmost.h221 * @poison_channel Informs HDM about closing the channel. The HDM shall
245 int (*poison_channel)(struct most_interface *iface, int channel_idx); member
/linux/drivers/staging/most/dim2/
H A Ddim2.c463 /* do not reset if the property was set by user, see poison_channel */ in configure_channel()
631 * poison_channel - poison buffers of a channel
638 static int poison_channel(struct most_interface *most_iface, int ch_idx) in poison_channel() function
884 dev->most_iface.poison_channel = poison_channel; in dim2_probe()
/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()