Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/dvb-frontends/
Dtda665x.c28 struct tda665x_state { struct
37 static int tda665x_read(struct tda665x_state *state, u8 *buf) in tda665x_read() argument
53 static int tda665x_write(struct tda665x_state *state, u8 *buf, u8 length) in tda665x_write()
71 struct tda665x_state *state = fe->tuner_priv; in tda665x_get_frequency()
80 struct tda665x_state *state = fe->tuner_priv; in tda665x_get_status()
104 struct tda665x_state *state = fe->tuner_priv; in tda665x_set_frequency()
202 struct tda665x_state *state = fe->tuner_priv; in tda665x_release()
219 struct tda665x_state *state = NULL; in tda665x_attach()
222 state = kzalloc(sizeof(struct tda665x_state), GFP_KERNEL); in tda665x_attach()