Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
H A Di2c-designware-common.c37 static const char *const abort_sources[] = { variable
656 for_each_set_bit(i, &abort_source, ARRAY_SIZE(abort_sources)) in i2c_dw_handle_tx_abort()
658 "%s: %s\n", __func__, abort_sources[i]); in i2c_dw_handle_tx_abort()
662 for_each_set_bit(i, &abort_source, ARRAY_SIZE(abort_sources)) in i2c_dw_handle_tx_abort()
663 dev_err(dev->dev, "%s: %s\n", __func__, abort_sources[i]); in i2c_dw_handle_tx_abort()