Home
last modified time | relevance | path

Searched refs:MAX_VID_CHANNEL_NUM (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/pci/cx25821/
H A Dcx25821.h74 #define MAX_VID_CHANNEL_NUM 12 macro
243 struct cx25821_channel channels[MAX_VID_CHANNEL_NUM];
H A Dcx25821-core.c866 for (i = 0; i < MAX_VID_CHANNEL_NUM; i++) { in cx25821_dev_setup()