/Linux-v4.19/drivers/misc/altera-stapl/ |
D | altera-jtag.c | 34 astate->config->jtag_io(astate->config->dev, a, b, c); 89 int altera_jinit(struct altera_state *astate) in altera_jinit() argument 91 struct altera_jtag *js = &astate->js; in altera_jinit() 286 static void altera_jreset_idle(struct altera_state *astate) in altera_jreset_idle() argument 288 struct altera_jtag *js = &astate->js; in altera_jreset_idle() 299 int altera_goto_jstate(struct altera_state *astate, in altera_goto_jstate() argument 302 struct altera_jtag *js = &astate->js; in altera_goto_jstate() 309 altera_jreset_idle(astate); in altera_goto_jstate() 351 int altera_wait_cycles(struct altera_state *astate, in altera_wait_cycles() argument 355 struct altera_jtag *js = &astate->js; in altera_wait_cycles() [all …]
|
D | altera-jtag.h | 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);
|
D | altera.c | 218 static int altera_execute(struct altera_state *astate, in altera_execute() argument 225 struct altera_config *aconf = astate->config; in altera_execute() 226 char *msg_buff = astate->msg_buff; in altera_execute() 227 long *stack = astate->stack; in altera_execute() 436 altera_jinit(astate); in altera_execute() 735 status = altera_drscan(astate, count, charbuf, 0); in altera_execute() 748 status = altera_swap_dr(astate, count, charbuf, in altera_execute() 763 status = altera_irscan(astate, count, charbuf, 0); in altera_execute() 776 status = altera_swap_ir(astate, count, charbuf, in altera_execute() 784 status = altera_set_dr_pre(&astate->js, count, 0, NULL); in altera_execute() [all …]
|
/Linux-v4.19/drivers/cpufreq/ |
D | pasemi-cpufreq.c | 75 static int get_astate_freq(int astate) in get_astate_freq() argument 78 ret = in_le32(sdcpwr_mapbase + SDCPWR_CFGA0_REG + (astate * 0x10)); in get_astate_freq() 108 static void set_astate(int cpu, unsigned int astate) in set_astate() argument 118 out_le32(sdcasr_mapbase + SDCASR_REG + SDCASR_REG_STRIDE*cpu, astate); in set_astate()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | base.c | 309 clk->astate, clk->temp, clk->dstate); in nvkm_pstate_work() 313 pstate = (pstate < 0) ? clk->astate : pstate; in nvkm_pstate_work() 533 if (!rel) clk->astate = req; in nvkm_clk_astate() 534 if ( rel) clk->astate += rel; in nvkm_clk_astate() 535 clk->astate = min(clk->astate, clk->state_nr - 1); in nvkm_clk_astate() 536 clk->astate = max(clk->astate, 0); in nvkm_clk_astate() 615 clk->astate = clk->state_nr - 1; in nvkm_clk_init()
|
/Linux-v4.19/fs/nfsd/ |
D | nfs4acl.c | 485 static inline void add_to_mask(struct posix_acl_state *state, struct posix_ace_state *astate) in add_to_mask() argument 487 state->mask.allow |= astate->allow; in add_to_mask() 559 static inline void allow_bits(struct posix_ace_state *astate, u32 mask) in allow_bits() argument 562 astate->allow |= mask & ~astate->deny; in allow_bits() 565 static inline void deny_bits(struct posix_ace_state *astate, u32 mask) in deny_bits() argument 568 astate->deny |= mask & ~astate->allow; in deny_bits()
|
/Linux-v4.19/lib/ |
D | debugobjects.c | 182 obj->astate = 0; in alloc_object() 328 msg, obj_states[obj->state], obj->astate, in debug_print_object() 549 if (!obj->astate) in debug_object_deactivate() 732 if (obj->astate == expect) in debug_object_active_state() 733 obj->astate = next; in debug_object_active_state()
|
/Linux-v4.19/include/linux/ |
D | debugobjects.h | 31 unsigned int astate; member
|
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | clk.h | 102 int astate; /* perfmon adjustment (base) */ member
|