Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/bt8xx/
Dbttv-i2c.c42 static int i2c_hw; variable
46 module_param(i2c_hw, int, 0444);
47 MODULE_PARM_DESC(i2c_hw, "force use of hardware i2c support, instead of software bitbang");
352 if (i2c_hw) in init_bttv_i2c()