Searched defs:tda8261_state (Results 1 - 1 of 1) sorted by relevance

/drivers/media/dvb/frontends/
H A Dtda8261.c29 struct tda8261_state { struct
39 static int tda8261_read(struct tda8261_state *state, u8 *buf)
51 static int tda8261_write(struct tda8261_state *state, u8 *buf)
65 struct tda8261_state *state = fe->tuner_priv;
90 struct tda8261_state *state = fe->tuner_priv;
113 struct tda8261_state *state = fe->tuner_priv;
174 struct tda8261_state *state = fe->tuner_priv;
201 struct tda8261_state *state = NULL;
203 if ((state = kzalloc(sizeof (struct tda8261_state), GFP_KERNEL)) == NULL)

Completed in 72 milliseconds