Home
last modified time | relevance | path

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

/Linux-v4.19/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()
88 struct tda8261_state *state = fe->tuner_priv; in tda8261_get_frequency()
98 struct tda8261_state *state = fe->tuner_priv; in tda8261_set_params()
157 struct tda8261_state *state = fe->tuner_priv; in tda8261_release()
181 struct tda8261_state *state = NULL; in tda8261_attach()
183 if ((state = kzalloc(sizeof (struct tda8261_state), GFP_KERNEL)) == NULL) in tda8261_attach()