Searched refs:regmap_field_read_poll_timeout (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/ |
D | sun4i_hdmi_i2c.c | 50 if (regmap_field_read_poll_timeout(hdmi->field_ddc_int_status, reg, in fifo_transfer() 101 if (regmap_field_read_poll_timeout(hdmi->field_ddc_fifo_clear, in xfer_msg() 132 if (regmap_field_read_poll_timeout(hdmi->field_ddc_start, in xfer_msg() 167 if (regmap_field_read_poll_timeout(hdmi->field_ddc_reset, in sun4i_hdmi_i2c_xfer()
|
/kernel/linux/linux-5.10/drivers/phy/ti/ |
D | phy-am654-serdes.c | 255 return regmap_field_read_poll_timeout(phy->fields[PLL_OK], val, val, in serdes_am654_enable_pll() 320 return regmap_field_read_poll_timeout(phy->fields[CMU_OK_I_0], val, in serdes_am654_power_on()
|
/kernel/linux/linux-5.10/drivers/phy/cadence/ |
D | phy-cadence-sierra.c | 335 ret = regmap_field_read_poll_timeout(sp->pllctrl_lock[ins->mlane], in cdns_sierra_phy_on()
|
D | phy-cadence-torrent.c | 631 ret = regmap_field_read_poll_timeout(cdns_phy->phy_pma_cmn_ctrl_2, in cdns_torrent_dp_configure_rate() 660 ret = regmap_field_read_poll_timeout(cdns_phy->phy_pma_cmn_ctrl_2, in cdns_torrent_dp_configure_rate() 1628 ret = regmap_field_read_poll_timeout(cdns_phy->phy_pma_cmn_ctrl_1, in cdns_torrent_phy_on()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
D | ina3221.c | 215 return regmap_field_read_poll_timeout(ina->fields[F_CVRF], in ina3221_wait_for_data()
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
D | bq25890_charger.c | 419 regmap_field_read_poll_timeout(bq->rmap_fields[F_CONV_START], in bq25890_power_supply_get_property()
|
/kernel/linux/linux-5.10/include/linux/ |
D | regmap.h | 174 #define regmap_field_read_poll_timeout(field, val, cond, sleep_us, timeout_us) \ macro
|