Lines Matching refs:state
193 u32 state;
228 /* if channel configured to default state */
1406 int state;
1414 state = atomic_read(&dev->fw_data->fw_state);
1415 switch (state) {
1428 /* state may have changed, re-read */
1429 state = atomic_read(&dev->fw_data->fw_state);
1442 /* state may have changed, re-read */
1443 state = atomic_read(&dev->fw_data->fw_state);
1449 /* state may have changed in above switch statement */
1450 switch (state) {
1465 * Set firmware failure state.
1472 pr_info("%s: unknown state\n", __func__);
1476 /* configure channel to default state */
2057 if (pipe_info->state == 0) {
2077 if (pipe_info->state != 0) {
2081 dprintk(dev, 2, "%s :complete state 0\n", __func__);
2093 pipe_info->state = 1;
2171 pipe->state = 0;
2210 /* allocate memory for our device state and initialize it to zero */