Home
last modified time | relevance | path

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

/linux/drivers/media/dvb-frontends/
H A Dix2505v.c24 struct ix2505v_state { struct
49 static int ix2505v_read_status_reg(struct ix2505v_state *state) in ix2505v_read_status_reg() argument
65 static int ix2505v_write(struct ix2505v_state *state, u8 buf[], u8 count) in ix2505v_write()
86 struct ix2505v_state *state = fe->tuner_priv; in ix2505v_release()
121 struct ix2505v_state *state = fe->tuner_priv; in ix2505v_set_params()
240 struct ix2505v_state *state = fe->tuner_priv; in ix2505v_get_frequency()
262 struct ix2505v_state *state = NULL; in ix2505v_attach()
270 state = kzalloc(sizeof(struct ix2505v_state), GFP_KERNEL); in ix2505v_attach()