Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/media/dvb-frontends/
Dtda665x.c16 struct tda665x_state { struct
25 static int tda665x_read(struct tda665x_state *state, u8 *buf) in tda665x_read() argument
41 static int tda665x_write(struct tda665x_state *state, u8 *buf, u8 length) in tda665x_write()
59 struct tda665x_state *state = fe->tuner_priv; in tda665x_get_frequency()
68 struct tda665x_state *state = fe->tuner_priv; in tda665x_get_status()
92 struct tda665x_state *state = fe->tuner_priv; in tda665x_set_frequency()
190 struct tda665x_state *state = fe->tuner_priv; in tda665x_release()
207 struct tda665x_state *state = NULL; in tda665x_attach()
210 state = kzalloc(sizeof(struct tda665x_state), GFP_KERNEL); in tda665x_attach()