Lines Matching defs:read_state
13012 u32 read_state = read_physical_state(ppd->dd);
13014 if (read_state == state) {
13019 state, read_state);
13035 u32 read_state;
13040 read_state = read_physical_state(ppd->dd);
13041 if (read_state == state)
13068 u32 read_state;
13073 read_state = read_physical_state(ppd->dd);
13074 if ((read_state & 0xF0) == PLS_OFFLINE)
13079 read_state, msecs);
13085 log_state_transition(ppd, read_state);
13086 return read_state;
13101 u32 read_state;
13106 read_state = read_physical_state(ppd->dd);
13107 if ((read_state & 0xF0) != PLS_OFFLINE)
13112 read_state, msecs);
13118 log_state_transition(ppd, read_state);
13119 return read_state;