Lines Matching defs:read
11 * the host to read and write to various regions of the BMC's memory.
78 * If any user has it open for read, the bridge must stay enabled.
80 u32 read;
83 * opens for read or readwrite, the reference goes up here. On
164 /* Enable the region as read-write. */
185 /* If they want a region to be read-only, since the entire
186 * region is read-only once enabled, we just need to track this
187 * user wants to read from the bridge, and if it's not enabled.
198 priv->read += 1;
230 * A user can map a region as read-only (bridge enabled), or read-write (bit
246 priv->read = 0;
275 priv->parent->readers -= priv->read;