Home
last modified time | relevance | path

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

/linux-4.4.14/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()
73 struct tda665x_state *state = fe->tuner_priv; in tda665x_get_state()
93 struct tda665x_state *state = fe->tuner_priv; in tda665x_get_status()
118 struct tda665x_state *state = fe->tuner_priv; in tda665x_set_state()
208 struct tda665x_state *state = fe->tuner_priv; in tda665x_release()
227 struct tda665x_state *state = NULL; in tda665x_attach()
230 state = kzalloc(sizeof(struct tda665x_state), GFP_KERNEL); in tda665x_attach()