Searched refs:enable_crc (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/mfd/ |
| H A D | tps6594-spi.c | 20 static bool enable_crc; variable 21 module_param(enable_crc, bool, 0444); 22 MODULE_PARM_DESC(enable_crc, "Enable CRC feature for SPI interface"); 119 return tps6594_device_init(tps, enable_crc); in tps6594_spi_probe()
|
| H A D | tps6594-i2c.c | 17 static bool enable_crc; variable 18 module_param(enable_crc, bool, 0444); 19 MODULE_PARM_DESC(enable_crc, "Enable CRC feature for I2C interface"); 234 return tps6594_device_init(tps, enable_crc); in tps6594_i2c_probe()
|
| H A D | tps6594-core.c | 607 int tps6594_device_init(struct tps6594 *tps, bool enable_crc) in tps6594_device_init() argument 615 if (enable_crc) { in tps6594_device_init()
|
| /linux-6.15/include/linux/mfd/ |
| H A D | tps6594.h | 1343 int tps6594_device_init(struct tps6594 *tps, bool enable_crc);
|