Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/dvb-frontends/
Dix2505v.c33 struct ix2505v_state { struct
58 static int ix2505v_read_status_reg(struct ix2505v_state *state) in ix2505v_read_status_reg() argument
74 static int ix2505v_write(struct ix2505v_state *state, u8 buf[], u8 count) in ix2505v_write()
95 struct ix2505v_state *state = fe->tuner_priv; in ix2505v_release()
130 struct ix2505v_state *state = fe->tuner_priv; in ix2505v_set_params()
249 struct ix2505v_state *state = fe->tuner_priv; in ix2505v_get_frequency()
271 struct ix2505v_state *state = NULL; in ix2505v_attach()
279 state = kzalloc(sizeof(struct ix2505v_state), GFP_KERNEL); in ix2505v_attach()