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

/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-i2c.c30 static int i2c_hw; variable
34 module_param(i2c_hw, int, 0444);
35 MODULE_PARM_DESC(i2c_hw, "force use of hardware i2c support, instead of software bitbang");
340 if (i2c_hw)

Completed in 124 milliseconds