Lines Matching refs:status
215 u8 status;
217 ret = sii902x_read_unlocked(i2c, reg, &status);
220 status &= ~mask;
221 status |= val & mask;
222 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) ?
616 params->iec.status,
618 sizeof(params->iec.status)));
823 unsigned int status = 0;
827 regmap_read(sii902x->regmap, SII902X_INT_STATUS, &status);
828 regmap_write(sii902x->regmap, SII902X_INT_STATUS, status);
832 if ((status & SII902X_HOTPLUG_EVENT) && sii902x->bridge.dev)
855 u8 status;
868 &status);
871 } while (!(status & SII902X_SYS_CTRL_DDC_BUS_GRTD) &&
874 if (!(status & SII902X_SYS_CTRL_DDC_BUS_GRTD)) {
880 status);
901 u8 status;
919 &status);
923 dev_err(dev, "failed to read status (%d)\n", ret);
937 &status);
940 } while (status & (SII902X_SYS_CTRL_DDC_BUS_REQ |
944 if (status & (SII902X_SYS_CTRL_DDC_BUS_REQ |
962 unsigned int status = 0;
986 regmap_read(sii902x->regmap, SII902X_INT_STATUS, &status);
987 regmap_write(sii902x->regmap, SII902X_INT_STATUS, status);