Lines Matching defs:read_state
13051 u32 read_state = read_physical_state(ppd->dd);
13053 if (read_state == state) {
13058 state, read_state);
13074 u32 read_state;
13079 read_state = read_physical_state(ppd->dd);
13080 if (read_state == state)
13107 u32 read_state;
13112 read_state = read_physical_state(ppd->dd);
13113 if ((read_state & 0xF0) == PLS_OFFLINE)
13118 read_state, msecs);
13124 log_state_transition(ppd, read_state);
13125 return read_state;
13140 u32 read_state;
13145 read_state = read_physical_state(ppd->dd);
13146 if ((read_state & 0xF0) != PLS_OFFLINE)
13151 read_state, msecs);
13157 log_state_transition(ppd, read_state);
13158 return read_state;