Lines Matching refs:state
193 u32 state;
228 /* if channel configured to default state */
1408 int state;
1416 state = atomic_read(&dev->fw_data->fw_state);
1417 switch (state) {
1430 /* state may have changed, re-read */
1431 state = atomic_read(&dev->fw_data->fw_state);
1444 /* state may have changed, re-read */
1445 state = atomic_read(&dev->fw_data->fw_state);
1451 /* state may have changed in above switch statement */
1452 switch (state) {
1467 * Set firmware failure state.
1474 pr_info("%s: unknown state\n", __func__);
1478 /* configure channel to default state */
2059 if (pipe_info->state == 0) {
2079 if (pipe_info->state != 0) {
2083 dprintk(dev, 2, "%s :complete state 0\n", __func__);
2095 pipe_info->state = 1;
2173 pipe->state = 0;
2212 /* allocate memory for our device state and initialize it to zero */