Searched refs:altera_state (Results 1 – 3 of 3) sorted by relevance
/drivers/misc/altera-stapl/ |
D | altera-jtag.h | 63 struct altera_state { struct 70 int altera_jinit(struct altera_state *astate); argument 81 int altera_goto_jstate(struct altera_state *astate, 83 int altera_wait_cycles(struct altera_state *astate, s32 cycles, 85 int altera_wait_msecs(struct altera_state *astate, s32 microseconds, 87 int altera_irscan(struct altera_state *astate, u32 count, 89 int altera_swap_ir(struct altera_state *astate, 93 int altera_drscan(struct altera_state *astate, u32 count, 95 int altera_swap_dr(struct altera_state *astate, u32 count, 98 void altera_free_buffers(struct altera_state *astate);
|
D | altera-jtag.c | 75 int altera_jinit(struct altera_state *astate) in altera_jinit() 272 static void altera_jreset_idle(struct altera_state *astate) in altera_jreset_idle() 285 int altera_goto_jstate(struct altera_state *astate, in altera_goto_jstate() 337 int altera_wait_cycles(struct altera_state *astate, in altera_wait_cycles() 364 int altera_wait_msecs(struct altera_state *astate, in altera_wait_msecs() 434 static int alt_jtag_drscan(struct altera_state *astate, in alt_jtag_drscan() 495 static int alt_jtag_irscan(struct altera_state *astate, in alt_jtag_irscan() 583 int altera_irscan(struct altera_state *astate, in altera_irscan() 680 int altera_swap_ir(struct altera_state *astate, in altera_swap_ir() 786 int altera_drscan(struct altera_state *astate, in altera_drscan() [all …]
|
D | altera.c | 204 static int altera_execute(struct altera_state *astate, in altera_execute() 2404 struct altera_state *astate = NULL; in altera_init() 2431 astate = kzalloc(sizeof(struct altera_state), GFP_KERNEL); in altera_init()
|