Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/phy/cadence/
Dphy-cadence-sierra.c335 ret = regmap_field_read_poll_timeout(sp->pllctrl_lock[ins->mlane], in cdns_sierra_phy_on()
Dphy-cadence-torrent.c631 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/
Dina3221.c215 return regmap_field_read_poll_timeout(ina->fields[F_CVRF], in ina3221_wait_for_data()
/kernel/linux/linux-5.10/drivers/power/supply/
Dbq25890_charger.c419 regmap_field_read_poll_timeout(bq->rmap_fields[F_CONV_START], in bq25890_power_supply_get_property()
/kernel/linux/linux-5.10/include/linux/
Dregmap.h174 #define regmap_field_read_poll_timeout(field, val, cond, sleep_us, timeout_us) \ macro