/kernel/linux/linux-5.10/drivers/misc/altera-stapl/ |
H A D | altera-jtag.c | 20 astate->config->jtag_io(astate->config->dev, a, b, c); 75 int altera_jinit(struct altera_state *astate) in altera_jinit() argument 77 struct altera_jtag *js = &astate->js; in altera_jinit() 272 static void altera_jreset_idle(struct altera_state *astate) in altera_jreset_idle() argument 274 struct altera_jtag *js = &astate->js; in altera_jreset_idle() 285 int altera_goto_jstate(struct altera_state *astate, in altera_goto_jstate() argument 288 struct altera_jtag *js = &astate->js; in altera_goto_jstate() 295 altera_jreset_idle(astate); in altera_goto_jstate() 337 int altera_wait_cycles(struct altera_state *astate, in altera_wait_cycles() argument 364 altera_wait_msecs(struct altera_state *astate, s32 microseconds, enum altera_jtag_state wait_state) altera_wait_msecs() argument 434 alt_jtag_drscan(struct altera_state *astate, int start_state, int count, u8 *tdi, u8 *tdo) alt_jtag_drscan() argument 495 alt_jtag_irscan(struct altera_state *astate, int start_state, int count, u8 *tdi, u8 *tdo) alt_jtag_irscan() argument 583 altera_irscan(struct altera_state *astate, u32 count, u8 *tdi_data, u32 start_index) altera_irscan() argument 680 altera_swap_ir(struct altera_state *astate, u32 count, u8 *in_data, u32 in_index, u8 *out_data, u32 out_index) altera_swap_ir() argument 786 altera_drscan(struct altera_state *astate, u32 count, u8 *tdi_data, u32 start_index) altera_drscan() argument 878 altera_swap_dr(struct altera_state *astate, u32 count, u8 *in_data, u32 in_index, u8 *out_data, u32 out_index) altera_swap_dr() argument 983 altera_free_buffers(struct altera_state *astate) altera_free_buffers() argument [all...] |
H A D | altera-jtag.h | 70 int altera_jinit(struct altera_state *astate); 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);
|
H A D | altera.c | 204 static int altera_execute(struct altera_state *astate, in altera_execute() argument 211 struct altera_config *aconf = astate->config; in altera_execute() 212 char *msg_buff = astate->msg_buff; in altera_execute() 213 long *stack = astate->stack; in altera_execute() 422 altera_jinit(astate); in altera_execute() 721 status = altera_drscan(astate, count, charbuf, 0); in altera_execute() 734 status = altera_swap_dr(astate, count, charbuf, in altera_execute() 749 status = altera_irscan(astate, count, charbuf, 0); in altera_execute() 762 status = altera_swap_ir(astate, count, charbuf, in altera_execute() 770 status = altera_set_dr_pre(&astate in altera_execute() 2404 struct altera_state *astate = NULL; altera_init() local [all...] |
/kernel/linux/linux-6.6/drivers/misc/altera-stapl/ |
H A D | altera-jtag.c | 20 astate->config->jtag_io(astate->config->dev, a, b, c); 75 int altera_jinit(struct altera_state *astate) in altera_jinit() argument 77 struct altera_jtag *js = &astate->js; in altera_jinit() 272 static void altera_jreset_idle(struct altera_state *astate) in altera_jreset_idle() argument 274 struct altera_jtag *js = &astate->js; in altera_jreset_idle() 285 int altera_goto_jstate(struct altera_state *astate, in altera_goto_jstate() argument 288 struct altera_jtag *js = &astate->js; in altera_goto_jstate() 295 altera_jreset_idle(astate); in altera_goto_jstate() 337 int altera_wait_cycles(struct altera_state *astate, in altera_wait_cycles() argument 364 altera_wait_msecs(struct altera_state *astate, s32 microseconds, enum altera_jtag_state wait_state) altera_wait_msecs() argument 434 alt_jtag_drscan(struct altera_state *astate, int start_state, int count, u8 *tdi, u8 *tdo) alt_jtag_drscan() argument 495 alt_jtag_irscan(struct altera_state *astate, int start_state, int count, u8 *tdi, u8 *tdo) alt_jtag_irscan() argument 583 altera_irscan(struct altera_state *astate, u32 count, u8 *tdi_data, u32 start_index) altera_irscan() argument 680 altera_swap_ir(struct altera_state *astate, u32 count, u8 *in_data, u32 in_index, u8 *out_data, u32 out_index) altera_swap_ir() argument 786 altera_drscan(struct altera_state *astate, u32 count, u8 *tdi_data, u32 start_index) altera_drscan() argument 878 altera_swap_dr(struct altera_state *astate, u32 count, u8 *in_data, u32 in_index, u8 *out_data, u32 out_index) altera_swap_dr() argument 983 altera_free_buffers(struct altera_state *astate) altera_free_buffers() argument [all...] |
H A D | altera-jtag.h | 70 int altera_jinit(struct altera_state *astate); 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);
|
H A D | altera.c | 204 static int altera_execute(struct altera_state *astate, in altera_execute() argument 211 struct altera_config *aconf = astate->config; in altera_execute() 212 char *msg_buff = astate->msg_buff; in altera_execute() 213 long *stack = astate->stack; in altera_execute() 422 altera_jinit(astate); in altera_execute() 718 status = altera_drscan(astate, count, charbuf, 0); in altera_execute() 731 status = altera_swap_dr(astate, count, charbuf, in altera_execute() 746 status = altera_irscan(astate, count, charbuf, 0); in altera_execute() 759 status = altera_swap_ir(astate, count, charbuf, in altera_execute() 767 status = altera_set_dr_pre(&astate in altera_execute() 2375 struct altera_state *astate = NULL; altera_init() local [all...] |
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | pasemi-cpufreq.c | 43 /* Current astate, is used when waking up from power savings on 63 static int get_astate_freq(int astate) in get_astate_freq() argument 66 ret = in_le32(sdcpwr_mapbase + SDCPWR_CFGA0_REG + (astate * 0x10)); in get_astate_freq() 96 static void set_astate(int cpu, unsigned int astate) in set_astate() argument 106 out_le32(sdcasr_mapbase + SDCASR_REG + SDCASR_REG_STRIDE*cpu, astate); in set_astate() 194 pr_debug("current astate is at %d\n",cur_astate); in pas_cpufreq_cpu_init()
|
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | pasemi-cpufreq.c | 42 /* Current astate, is used when waking up from power savings on 62 static int get_astate_freq(int astate) in get_astate_freq() argument 65 ret = in_le32(sdcpwr_mapbase + SDCPWR_CFGA0_REG + (astate * 0x10)); in get_astate_freq() 95 static void set_astate(int cpu, unsigned int astate) in set_astate() argument 105 out_le32(sdcasr_mapbase + SDCASR_REG + SDCASR_REG_STRIDE*cpu, astate); in set_astate() 193 pr_debug("current astate is at %d\n",cur_astate); in pas_cpufreq_cpu_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
H A D | base.c | 312 clk->astate, clk->temp, clk->dstate); in nvkm_pstate_work() 316 pstate = (pstate < 0) ? clk->astate : pstate; in nvkm_pstate_work() 536 if (!rel) clk->astate = req; in nvkm_clk_astate() 537 if ( rel) clk->astate += rel; in nvkm_clk_astate() 538 clk->astate = min(clk->astate, clk->state_nr - 1); in nvkm_clk_astate() 539 clk->astate = max(clk->astate, 0); in nvkm_clk_astate() 618 clk->astate = clk->state_nr - 1; in nvkm_clk_init()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
H A D | base.c | 312 clk->astate, clk->temp, clk->dstate); in nvkm_pstate_work() 316 pstate = (pstate < 0) ? clk->astate : pstate; in nvkm_pstate_work() 535 if (!rel) clk->astate = req; in nvkm_clk_astate() 536 if ( rel) clk->astate += rel; in nvkm_clk_astate() 537 clk->astate = min(clk->astate, clk->state_nr - 1); in nvkm_clk_astate() 538 clk->astate = max(clk->astate, 0); in nvkm_clk_astate() 615 clk->astate = clk->state_nr - 1; in nvkm_clk_init()
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A 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()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfs4acl.c | 484 static inline void add_to_mask(struct posix_acl_state *state, struct posix_ace_state *astate) in add_to_mask() argument 486 state->mask.allow |= astate->allow; in add_to_mask() 558 static inline void allow_bits(struct posix_ace_state *astate, u32 mask) in allow_bits() argument 561 astate->allow |= mask & ~astate->deny; in allow_bits() 564 static inline void deny_bits(struct posix_ace_state *astate, u32 mask) in deny_bits() argument 567 astate->deny |= mask & ~astate->allow; in deny_bits()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | debugobjects.h | 24 * @astate: current active state 31 unsigned int astate; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | debugobjects.h | 24 * @astate: current active state 31 unsigned int astate; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | clk.h | 102 int astate; /* perfmon adjustment (base) */ member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | clk.h | 100 int astate; /* perfmon adjustment (base) */ member
|
/kernel/linux/linux-5.10/lib/ |
H A D | debugobjects.c | 276 obj->astate = 0; in alloc_object() 519 msg, obj_states[obj->state], obj->astate, in debug_print_object() 765 if (obj->astate) in debug_object_deactivate() 934 if (obj->astate != expect) in debug_object_active_state() 936 obj->astate = next; in debug_object_active_state()
|
/kernel/linux/linux-6.6/lib/ |
H A D | debugobjects.c | 273 obj->astate = 0; in alloc_object() 516 msg, obj_states[obj->state], obj->astate, in debug_print_object() 773 if (obj->astate) in debug_object_deactivate() 942 if (obj->astate != expect) in debug_object_active_state() 944 obj->astate = next; in debug_object_active_state()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_vop2.c | 935 struct drm_atomic_state *astate) in vop2_plane_atomic_check() 937 struct drm_plane_state *pstate = drm_atomic_get_new_plane_state(astate, plane); in vop2_plane_atomic_check() 934 vop2_plane_atomic_check(struct drm_plane *plane, struct drm_atomic_state *astate) vop2_plane_atomic_check() argument
|