Home
last modified time | relevance | path

Searched refs:enable_crc (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/drivers/mfd/
H A Dtps6594-spi.c20 static bool enable_crc; variable
21 module_param(enable_crc, bool, 0444);
22 MODULE_PARM_DESC(enable_crc, "Enable CRC feature for SPI interface");
115 return tps6594_device_init(tps, enable_crc); in tps6594_spi_probe()
H A Dtps6594-i2c.c17 static bool enable_crc; variable
18 module_param(enable_crc, bool, 0444);
19 MODULE_PARM_DESC(enable_crc, "Enable CRC feature for I2C interface");
230 return tps6594_device_init(tps, enable_crc); in tps6594_i2c_probe()
H A Dtps6594-core.c415 int tps6594_device_init(struct tps6594 *tps, bool enable_crc) in tps6594_device_init() argument
420 if (enable_crc) { in tps6594_device_init()
/kernel/linux/linux-5.10/drivers/staging/pi433/
H A Dpi433_if.h73 enum option_on_off enable_crc; member
128 enum option_on_off enable_crc; member
H A Dpi433_if.c230 if (rx_cfg->enable_crc == OPTION_ON) { in rf69_set_rx_cfg()
347 if (tx_cfg->enable_crc == OPTION_ON) { in rf69_set_tx_cfg()
/kernel/linux/linux-6.6/drivers/staging/pi433/
H A Dpi433_if.h70 enum option_on_off enable_crc; member
125 enum option_on_off enable_crc; member
H A Dpi433_if.c235 if (rx_cfg->enable_crc == OPTION_ON) { in rf69_set_rx_cfg()
352 if (tx_cfg->enable_crc == OPTION_ON) { in rf69_set_tx_cfg()
/kernel/linux/linux-6.6/include/linux/mfd/
H A Dtps6594.h1018 int tps6594_device_init(struct tps6594 *tps, bool enable_crc);

Completed in 8 milliseconds