Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/pci/ngene/
Dngene-core.c80 if (chan->mode & NGENE_IO_TSOUT) { in demux_tasklet()
515 if (chan->mode & NGENE_IO_TSOUT) in clear_buffers()
522 if (chan->mode & NGENE_IO_TSOUT) { in clear_buffers()
555 if (chan->mode & NGENE_IO_TSOUT) in ngene_command_stream_control()
596 if (chan->mode & NGENE_IO_TSOUT) { in ngene_command_stream_control()
637 if (chan->mode & NGENE_IO_TSOUT) { in ngene_command_stream_control()
717 if (chan->mode & (NGENE_IO_TSIN | NGENE_IO_TSOUT)) { in set_transfer()
721 if (chan->mode & NGENE_IO_TSOUT) { in set_transfer()
1092 if (type & (NGENE_IO_TSIN | NGENE_IO_TSOUT)) { in AllocCommonBuffers()
1109 if (type & NGENE_IO_TSOUT) { in AllocCommonBuffers()
[all …]
Dngene-cards.c1057 NGENE_IO_TSOUT},
1072 NGENE_IO_TSOUT},
1088 NGENE_IO_TSOUT},
Dngene.h795 #define NGENE_IO_TSOUT 8 macro