Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/dvb-frontends/
Dtda8261.c17 struct tda8261_state { struct
27 static int tda8261_read(struct tda8261_state *state, u8 *buf) in tda8261_read() argument
39 static int tda8261_write(struct tda8261_state *state, u8 *buf) in tda8261_write()
53 struct tda8261_state *state = fe->tuner_priv; in tda8261_get_status()
76 struct tda8261_state *state = fe->tuner_priv; in tda8261_get_frequency()
86 struct tda8261_state *state = fe->tuner_priv; in tda8261_set_params()
145 struct tda8261_state *state = fe->tuner_priv; in tda8261_release()
169 struct tda8261_state *state = NULL; in tda8261_attach()
171 if ((state = kzalloc(sizeof (struct tda8261_state), GFP_KERNEL)) == NULL) in tda8261_attach()