Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/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()
/openbmc/linux/drivers/staging/pi433/Documentation/
H A Dpi433.txt144 enable_crc
242 enable_crc
/openbmc/linux/include/linux/mfd/
H A Dtps6594.h1018 int tps6594_device_init(struct tps6594 *tps, bool enable_crc);