Home
last modified time | relevance | path

Searched refs:enable_sync (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/staging/pi433/
Dpi433_if.h80 enum option_on_off enable_sync; member
129 enum option_on_off enable_sync; member
Dpi433_if.c208 if (rx_cfg->enable_sync == OPTION_ON) { in rf69_set_rx_cfg()
274 if (rx_cfg->enable_sync == OPTION_ON) { in rf69_set_rx_cfg()
331 if (tx_cfg->enable_sync == OPTION_ON) { in rf69_set_tx_cfg()
362 if (tx_cfg->enable_sync == OPTION_ON) { in rf69_set_tx_cfg()
/Linux-v4.19/drivers/staging/pi433/Documentation/
Dpi433.txt124 enable_sync
223 enable_sync
/Linux-v4.19/drivers/scsi/
Dqla1280.c1161 mb[2] |= nv->bus[bus].target[target].parameter.enable_sync << 12; in qla1280_set_target_parameters()
1232 nv->bus[bus].target[target].parameter.enable_sync = device->sdtr; in qla1280_slave_configure()
1239 nv->bus[bus].target[target].parameter.enable_sync = 0; in qla1280_slave_configure()
1252 if (nv->bus[bus].target[target].parameter.enable_sync) in qla1280_slave_configure()
2022 nv->bus[bus].target[target].parameter.enable_sync = 1; in qla1280_set_target_defaults()
Dqla1280.h460 uint8_t enable_sync:1; member