Searched refs:ir_device_mask (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ttpci/
H A Dav7110_ir.c57 static uint ir_device_mask[AV_CNT] = { IR_ALL, IR_ALL, IR_ALL, IR_ALL }; variable
58 module_param_array(ir_device_mask, uint, NULL, 0644);
59 MODULE_PARM_DESC(ir_device_mask, "Bitmask of infrared devices: bit 0..31 = device 0..31 (default: all)");
262 if (av7110->ir.device_mask != ir_device_mask[i])
263 av7110->ir.device_mask = ir_device_mask[i];
301 ir_device_mask[i] = 1 << ((ir_config >> 16) & 0x1f);
303 ir_device_mask[i] = IR_ALL;

Completed in 57 milliseconds