Home
last modified time | relevance | path

Searched refs:tda8261_state (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/media/dvb-frontends/
Dtda8261.c29 struct tda8261_state { struct
39 static int tda8261_read(struct tda8261_state *state, u8 *buf) in tda8261_read() argument
51 static int tda8261_write(struct tda8261_state *state, u8 *buf) in tda8261_write()
65 struct tda8261_state *state = fe->tuner_priv; in tda8261_get_status()
90 struct tda8261_state *state = fe->tuner_priv; in tda8261_get_state()
113 struct tda8261_state *state = fe->tuner_priv; in tda8261_set_state()
174 struct tda8261_state *state = fe->tuner_priv; in tda8261_release()
201 struct tda8261_state *state = NULL; in tda8261_attach()
203 if ((state = kzalloc(sizeof (struct tda8261_state), GFP_KERNEL)) == NULL) in tda8261_attach()