altera_state       75 drivers/misc/altera-stapl/altera-jtag.c int altera_jinit(struct altera_state *astate)
altera_state      272 drivers/misc/altera-stapl/altera-jtag.c static void altera_jreset_idle(struct altera_state *astate)
altera_state      285 drivers/misc/altera-stapl/altera-jtag.c int altera_goto_jstate(struct altera_state *astate,
altera_state      337 drivers/misc/altera-stapl/altera-jtag.c int altera_wait_cycles(struct altera_state *astate,
altera_state      364 drivers/misc/altera-stapl/altera-jtag.c int altera_wait_msecs(struct altera_state *astate,
altera_state      434 drivers/misc/altera-stapl/altera-jtag.c static int alt_jtag_drscan(struct altera_state *astate,
altera_state      495 drivers/misc/altera-stapl/altera-jtag.c static int alt_jtag_irscan(struct altera_state *astate,
altera_state      583 drivers/misc/altera-stapl/altera-jtag.c int altera_irscan(struct altera_state *astate,
altera_state      680 drivers/misc/altera-stapl/altera-jtag.c int altera_swap_ir(struct altera_state *astate,
altera_state      786 drivers/misc/altera-stapl/altera-jtag.c int altera_drscan(struct altera_state *astate,
altera_state      878 drivers/misc/altera-stapl/altera-jtag.c int altera_swap_dr(struct altera_state *astate, u32 count,
altera_state      983 drivers/misc/altera-stapl/altera-jtag.c void altera_free_buffers(struct altera_state *astate)
altera_state       70 drivers/misc/altera-stapl/altera-jtag.h int altera_jinit(struct altera_state *astate);
altera_state       81 drivers/misc/altera-stapl/altera-jtag.h int altera_goto_jstate(struct altera_state *astate,
altera_state       83 drivers/misc/altera-stapl/altera-jtag.h int altera_wait_cycles(struct altera_state *astate, s32 cycles,
altera_state       85 drivers/misc/altera-stapl/altera-jtag.h int altera_wait_msecs(struct altera_state *astate, s32 microseconds,
altera_state       87 drivers/misc/altera-stapl/altera-jtag.h int altera_irscan(struct altera_state *astate, u32 count,
altera_state       89 drivers/misc/altera-stapl/altera-jtag.h int altera_swap_ir(struct altera_state *astate,
altera_state       93 drivers/misc/altera-stapl/altera-jtag.h int altera_drscan(struct altera_state *astate, u32 count,
altera_state       95 drivers/misc/altera-stapl/altera-jtag.h int altera_swap_dr(struct altera_state *astate, u32 count,
altera_state       98 drivers/misc/altera-stapl/altera-jtag.h void altera_free_buffers(struct altera_state *astate);
altera_state      204 drivers/misc/altera-stapl/altera.c static int altera_execute(struct altera_state *astate,
altera_state     2404 drivers/misc/altera-stapl/altera.c 	struct altera_state *astate = NULL;
altera_state     2431 drivers/misc/altera-stapl/altera.c 	astate = kzalloc(sizeof(struct altera_state), GFP_KERNEL);