Home
last modified time | relevance | path

Searched refs:total_tx (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/target/iscsi/
H A Discsi_target_util.c1249 int total_tx = 0; in tx_data() local
1267 tx_loop, total_tx); in tx_data()
1270 total_tx += tx_loop; in tx_data()
1272 tx_loop, total_tx, data); in tx_data()
1275 return total_tx; in tx_data()
/linux/drivers/input/touchscreen/
H A Diqs7211.c1173 u8 total_tx; member
1758 u8 total_tx = iqs7211->tp_config.total_tx; in iqs7211_parse_cycles() local
1770 for (i = 0, cycle_start = 0; i < total_tx; i++) { in iqs7211_parse_cycles()
1828 if (chan >= total_rx * total_tx) { in iqs7211_parse_cycles()
1936 iqs7211->tp_config.total_tx = count; in iqs7211_parse_tp()