Searched refs:read_poll_timeout (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.10/include/linux/ |
| D | iopoll.h | 36 #define read_poll_timeout(op, val, cond, sleep_us, timeout_us, \ macro 121 read_poll_timeout(op, val, cond, sleep_us, timeout_us, false, addr)
|
| D | regmap.h | 106 __tmp = read_poll_timeout(regmap_read, __ret, __ret || (cond), \ 177 __tmp = read_poll_timeout(regmap_field_read, __ret, __ret || (cond), \
|
| D | phy.h | 947 int __ret = read_poll_timeout(phy_read, val, (cond) || val < 0, \ 1044 int __ret = read_poll_timeout(phy_read_mmd, val, (cond) || val < 0, \
|
| /Linux-v5.10/drivers/mmc/host/ |
| D | sdricoh_cs.c | 140 ret = read_poll_timeout(sdricoh_readl, status, in sdricoh_query_status() 185 ret = read_poll_timeout(sdricoh_readl, status, in sdricoh_mmc_cmd()
|
| D | sdhci_am654.c | 363 ret = read_poll_timeout(sdhci_am654_write_power_on, pwr, in sdhci_am654_write_b()
|
| D | sdhci-of-esdhc.c | 756 if (read_poll_timeout(sdhci_readl, temp, in esdhc_of_set_clock()
|
| /Linux-v5.10/drivers/net/wireless/realtek/rtw88/ |
| D | efuse.c | 133 ret = read_poll_timeout(rtw_read32, efuse_ctl, efuse_ctl & BIT_EF_FLAG, in rtw_read8_physical_efuse()
|
| D | rtw8723d.c | 83 ret = read_poll_timeout(rtw_read_rf, rf_val, rf_val != 0x1, in rtw8723d_lck()
|
| /Linux-v5.10/drivers/crypto/qat/qat_common/ |
| D | adf_admin.c | 134 ret = read_poll_timeout(ADF_CSR_RD, status, status == 0, in adf_put_admin_msg_sync()
|
| /Linux-v5.10/drivers/net/phy/ |
| D | smsc.c | 198 read_poll_timeout(phy_read, rc, in lan87xx_read_status()
|
| /Linux-v5.10/drivers/iio/temperature/ |
| D | mlx90632.c | 434 ret = read_poll_timeout(mlx90632_perform_measurement, meas, meas == 19, in mlx90632_read_all_channel_extended()
|
| /Linux-v5.10/drivers/net/ethernet/mscc/ |
| D | ocelot_vcap.c | 76 read_poll_timeout(vcap_read_update_ctrl, value, in vcap_cmd()
|