Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/dell/
H A Ddell-lis3lv02d.c67 static bool probe_i2c_addr; variable
68 module_param(probe_i2c_addr, bool, 0444);
69 MODULE_PARM_DESC(probe_i2c_addr, "Probe the i801 I2C bus for the accelerometer on models where the …
223 if (!lis3lv02d_dmi_id && !probe_i2c_addr) { in dell_lis3lv02d_init()