Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/media/video/
Dmsp3400.c301 struct CARRIER_DETECT { struct
306 static struct CARRIER_DETECT carrier_detect_main[] = { argument
314 static struct CARRIER_DETECT carrier_detect_55[] = {
320 static struct CARRIER_DETECT carrier_detect_65[] = {
330 #define CARRIER_COUNT(x) (sizeof(x)/sizeof(struct CARRIER_DETECT))
772 struct CARRIER_DETECT *cd; in msp3400c_thread()