Home
last modified time | relevance | path

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

/drivers/mfd/
A Dtps6594-spi.c25 static bool enable_crc; variable
26 module_param(enable_crc, bool, 0444);
27 MODULE_PARM_DESC(enable_crc, "Enable CRC feature for SPI interface");
125 return tps6594_device_init(tps, enable_crc); in tps6594_spi_probe()
A Dtps6594-i2c.c22 static bool enable_crc; variable
23 module_param(enable_crc, bool, 0444);
24 MODULE_PARM_DESC(enable_crc, "Enable CRC feature for I2C interface");
240 return tps6594_device_init(tps, enable_crc); in tps6594_i2c_probe()
A Dtps6594-core.c679 int tps6594_device_init(struct tps6594 *tps, bool enable_crc) in tps6594_device_init() argument
687 if (enable_crc) { in tps6594_device_init()

Completed in 7 milliseconds