Lines Matching refs:status
217 u8 status;
219 ret = sii902x_read_unlocked(i2c, reg, &status);
222 status &= ~mask;
223 status |= val & mask;
224 return sii902x_write_unlocked(i2c, reg, status);
252 unsigned int status;
256 regmap_read(sii902x->regmap, SII902X_INT_STATUS, &status);
260 return (status & SII902X_PLUGGED_STATUS) ?
694 params->iec.status,
696 sizeof(params->iec.status)));
901 unsigned int status = 0;
905 regmap_read(sii902x->regmap, SII902X_INT_STATUS, &status);
906 regmap_write(sii902x->regmap, SII902X_INT_STATUS, status);
910 if ((status & SII902X_HOTPLUG_EVENT) && sii902x->bridge.dev) {
912 drm_bridge_hpd_notify(&sii902x->bridge, (status & SII902X_PLUGGED_STATUS)
937 u8 status;
950 &status);
953 } while (!(status & SII902X_SYS_CTRL_DDC_BUS_GRTD) &&
956 if (!(status & SII902X_SYS_CTRL_DDC_BUS_GRTD)) {
962 status);
983 u8 status;
1001 &status);
1005 dev_err(dev, "failed to read status (%d)\n", ret);
1019 &status);
1022 } while (status & (SII902X_SYS_CTRL_DDC_BUS_REQ |
1026 if (status & (SII902X_SYS_CTRL_DDC_BUS_REQ |
1044 unsigned int status = 0;
1068 regmap_read(sii902x->regmap, SII902X_INT_STATUS, &status);
1069 regmap_write(sii902x->regmap, SII902X_INT_STATUS, status);