Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/cx231xx/
H A Dcx231xx.h266 #define MAX_CX231XX_INPUT 4 macro
371 struct cx231xx_input input[MAX_CX231XX_INPUT];
638 struct media_entity input_ent[MAX_CX231XX_INPUT];
639 struct media_pad input_pad[MAX_CX231XX_INPUT];
H A Dcx231xx-video.c976 for (i = 0; i < MAX_CX231XX_INPUT; i++) { in cx231xx_v4l2_create_entities()
1025 if (n >= MAX_CX231XX_INPUT) in cx231xx_enum_input()
1071 if (i >= MAX_CX231XX_INPUT) in cx231xx_s_input()