Home
last modified time | relevance | path

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

/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-i2c-core.c29 static int ir_mode[PVR_NUM] = { [0 ... PVR_NUM-1] = 1 }; variable
30 module_param_array(ir_mode, int, NULL, 0444);
31 MODULE_PARM_DESC(ir_mode,"specify: 0=disable IR reception, 1=normal IR");
602 if (ir_mode[hdw->unit_number] == 0) { in pvr2_i2c_core_init()
605 } else if (ir_mode[hdw->unit_number] == 1) { in pvr2_i2c_core_init()
/linux/drivers/media/usb/dvb-usb-v2/
H A Daf9035.h54 u8 ir_mode; member
H A Daf9015.h96 u8 ir_mode; member