Searched refs:altera_state (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/misc/altera-stapl/
H A Daltera-jtag.h77 struct altera_state { struct
84 int altera_jinit(struct altera_state *astate);
95 int altera_goto_jstate(struct altera_state *astate,
97 int altera_wait_cycles(struct altera_state *astate, s32 cycles,
99 int altera_wait_msecs(struct altera_state *astate, s32 microseconds,
101 int altera_irscan(struct altera_state *astate, u32 count,
103 int altera_swap_ir(struct altera_state *astate,
107 int altera_drscan(struct altera_state *astate, u32 count,
109 int altera_swap_dr(struct altera_state *astate, u32 count,
112 void altera_free_buffers(struct altera_state *astate);
H A Daltera-jtag.c89 int altera_jinit(struct altera_state *astate) altera_jinit()
286 static void altera_jreset_idle(struct altera_state *astate) altera_jreset_idle()
299 int altera_goto_jstate(struct altera_state *astate, altera_goto_jstate()
351 int altera_wait_cycles(struct altera_state *astate, altera_wait_cycles()
378 int altera_wait_msecs(struct altera_state *astate, altera_wait_msecs()
448 static int alt_jtag_drscan(struct altera_state *astate, alt_jtag_drscan()
509 static int alt_jtag_irscan(struct altera_state *astate, alt_jtag_irscan()
597 int altera_irscan(struct altera_state *astate, altera_irscan()
694 int altera_swap_ir(struct altera_state *astate, altera_swap_ir()
800 int altera_drscan(struct altera_state *astate, altera_drscan()
892 int altera_swap_dr(struct altera_state *astate, u32 count, altera_swap_dr()
997 void altera_free_buffers(struct altera_state *astate) altera_free_buffers()
H A Daltera.c218 static int altera_execute(struct altera_state *astate, altera_execute()
2419 struct altera_state *astate = NULL; altera_init()
2446 astate = kzalloc(sizeof(struct altera_state), GFP_KERNEL); altera_init()

Completed in 140 milliseconds