Searched refs:enable_crc (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/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"); 115 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"); 230 return tps6594_device_init(tps, enable_crc); in tps6594_i2c_probe()
|
H A D | tps6594-core.c | 415 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 D | pi433_if.h | 70 enum option_on_off enable_crc; member 125 enum option_on_off enable_crc; member
|
H A D | pi433_if.c | 235 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 D | pi433.txt | 144 enable_crc 242 enable_crc
|
/openbmc/linux/include/linux/mfd/ |
H A D | tps6594.h | 1018 int tps6594_device_init(struct tps6594 *tps, bool enable_crc);
|