Lines Matching refs:states
427 struct i810_state *states[NR_HW_CH]; member
1333 struct i810_state *state = card->states[i]; in i810_channel_interrupt()
2469 if (card->states[i] == NULL) { in i810_open()
2470 state = card->states[i] = (struct i810_state *) in i810_open()
2498 kfree (card->states[i]); in i810_open()
2499 card->states[i] = NULL; in i810_open()
2510 kfree (card->states[i]); in i810_open()
2511 card->states[i] = NULL; in i810_open()
2568 state->card->states[state->virt] = NULL; in i810_release()
3092 state = card->states[0] = (struct i810_state *) in i810_configure_clocking()
3141 card->states[0] = NULL; in i810_configure_clocking()
3376 state = card->states[i]; in i810_pm_suspend()
3464 struct i810_state * state=card->states[i]; in i810_pm_resume()
3479 struct i810_state *state = card->states[i]; in i810_pm_resume()