Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/sun4i/
Dsun4i_hdmi_i2c.c50 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()
/Linux-v6.6/drivers/rtc/
Drtc-ti-k3.c154 ret = regmap_field_read_poll_timeout(priv->r_fields[K3RTC_PEND], ret, in k3rtc_fence()
183 ret = regmap_field_read_poll_timeout(priv->r_fields[K3RTC_UNLOCK], ret, in k3rtc_unlock_rtc()
463 ret = regmap_field_read_poll_timeout(priv->r_fields[K3RTC_IRQ_STATUS], in ti_k3_rtc_interrupt()
/Linux-v6.6/drivers/reset/sti/
Dreset-syscfg.c69 err = regmap_field_read_poll_timeout(ch->ack, ack_val, (ack_val == ctrl_val), in syscfg_reset_program_hw()
/Linux-v6.6/drivers/phy/ti/
Dphy-am654-serdes.c255 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()
/Linux-v6.6/drivers/power/supply/
Dbq25890_charger.c484 regmap_field_read_poll_timeout(bq->rmap_fields[F_CONV_START], in bq25890_update_state()
1091 ret = regmap_field_read_poll_timeout(bq->rmap_fields[F_PUMPX_UP], in bq25890_pump_express_work()
/Linux-v6.6/drivers/phy/cadence/
Dphy-cadence-torrent.c1288 ret = regmap_field_read_poll_timeout(cdns_phy->phy_pma_cmn_ctrl_2, in cdns_torrent_dp_configure_rate()
1297 ret = regmap_field_read_poll_timeout(cdns_phy->phy_pma_cmn_ctrl_2, in cdns_torrent_dp_configure_rate()
1332 ret = regmap_field_read_poll_timeout(cdns_phy->phy_pma_cmn_ctrl_2, in cdns_torrent_dp_configure_rate()
1341 ret = regmap_field_read_poll_timeout(cdns_phy->phy_pma_cmn_ctrl_2, in cdns_torrent_dp_configure_rate()
1644 ret = regmap_field_read_poll_timeout(cdns_phy->phy_pma_cmn_ctrl_1, in cdns_torrent_phy_on()
1653 ret = regmap_field_read_poll_timeout(cdns_phy->phy_pcs_iso_link_ctrl_1[inst->mlane], in cdns_torrent_phy_on()
Dphy-cadence-sierra.c631 ret = regmap_field_read_poll_timeout(sp->phy_iso_link_ctrl_1[ins->mlane], in cdns_sierra_phy_on()
643 ret = regmap_field_read_poll_timeout(sp->pma_cmn_ready, val, val, in cdns_sierra_phy_on()
650 ret = regmap_field_read_poll_timeout(sp->pllctrl_lock[ins->mlane], in cdns_sierra_phy_on()
/Linux-v6.6/drivers/usb/isp1760/
Disp1760-hcd.c253 return regmap_field_read_poll_timeout(priv->fields[field], val, in isp1760_hcd_set_and_wait()
265 return regmap_field_read_poll_timeout(priv->fields[field], val, in isp1760_hcd_set_and_wait_swap()
277 return regmap_field_read_poll_timeout(priv->fields[field], val, in isp1760_hcd_clear_and_wait()
/Linux-v6.6/drivers/hwmon/
Dina3221.c213 return regmap_field_read_poll_timeout(ina->fields[F_CVRF], in ina3221_wait_for_data()
/Linux-v6.6/include/linux/
Dregmap.h192 #define regmap_field_read_poll_timeout(field, val, cond, sleep_us, timeout_us) \ macro
/Linux-v6.6/drivers/thermal/qcom/
Dtsens.c769 ret = regmap_field_read_poll_timeout(priv->rf[valid_idx], valid, in get_temp_tsens_valid()