Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/pci/bt8xx/
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) in init_bttv_i2c()