/Linux-v5.10/drivers/misc/altera-stapl/ |
D | altera-jtag.c | 77 struct altera_jtag *js = &astate->js; in altera_jinit() local 80 js->jtag_state = ILLEGAL_JTAG_STATE; in altera_jinit() 83 js->drstop_state = IDLE; in altera_jinit() 84 js->irstop_state = IDLE; in altera_jinit() 85 js->dr_pre = 0; in altera_jinit() 86 js->dr_post = 0; in altera_jinit() 87 js->ir_pre = 0; in altera_jinit() 88 js->ir_post = 0; in altera_jinit() 89 js->dr_length = 0; in altera_jinit() 90 js->ir_length = 0; in altera_jinit() [all …]
|
D | altera-jtag.h | 65 struct altera_jtag js; member 71 int altera_set_drstop(struct altera_jtag *js, enum altera_jtag_state state); 72 int altera_set_irstop(struct altera_jtag *js, enum altera_jtag_state state); 73 int altera_set_dr_pre(struct altera_jtag *js, u32 count, u32 start_index, 75 int altera_set_ir_pre(struct altera_jtag *js, u32 count, u32 start_index, 77 int altera_set_dr_post(struct altera_jtag *js, u32 count, u32 start_index, 79 int altera_set_ir_post(struct altera_jtag *js, u32 count, u32 start_index,
|
D | altera.c | 770 status = altera_set_dr_pre(&astate->js, count, 0, NULL); in altera_execute() 783 status = altera_set_dr_pre(&astate->js, count, 0, in altera_execute() 793 status = altera_set_dr_post(&astate->js, count, in altera_execute() 808 status = altera_set_dr_post(&astate->js, count, 0, in altera_execute() 814 status = altera_set_ir_pre(&astate->js, count, in altera_execute() 828 status = altera_set_ir_pre(&astate->js, count, in altera_execute() 839 status = altera_set_ir_post(&astate->js, count, in altera_execute() 854 status = altera_set_ir_post(&astate->js, count, 0, in altera_execute() 1061 status = altera_set_irstop(&astate->js, args[0]); in altera_execute() 1068 status = altera_set_drstop(&astate->js, args[0]); in altera_execute() [all …]
|
/Linux-v5.10/drivers/gpu/drm/panfrost/ |
D | panfrost_job.c | 87 struct panfrost_job_slot *js = pfdev->js; in panfrost_fence_create() local 95 fence->seqno = ++js->queue[js_num].emit_seqno; in panfrost_fence_create() 96 dma_fence_init(&fence->base, &panfrost_fence_ops, &js->job_lock, in panfrost_fence_create() 97 js->queue[js_num].fence_context, fence->seqno); in panfrost_fence_create() 126 int js) in panfrost_job_write_affinity() argument 137 job_write(pfdev, JS_AFFINITY_NEXT_LO(js), affinity & 0xFFFFFFFF); in panfrost_job_write_affinity() 138 job_write(pfdev, JS_AFFINITY_NEXT_HI(js), affinity >> 32); in panfrost_job_write_affinity() 141 static void panfrost_job_hw_submit(struct panfrost_job *job, int js) in panfrost_job_hw_submit() argument 154 if (WARN_ON(job_read(pfdev, JS_COMMAND_NEXT(js)))) { in panfrost_job_hw_submit() 160 job_write(pfdev, JS_HEAD_NEXT_LO(js), jc_head & 0xFFFFFFFF); in panfrost_job_hw_submit() [all …]
|
D | panfrost_device.h | 100 struct panfrost_job_slot *js; member
|
/Linux-v5.10/tools/perf/pmu-events/ |
D | jsmn.c | 59 static jsmnerr_t jsmn_parse_primitive(jsmn_parser *parser, const char *js, in jsmn_parse_primitive() argument 69 switch (js[parser->pos]) { in jsmn_parse_primitive() 88 if (js[parser->pos] < 32 || js[parser->pos] >= 127) { in jsmn_parse_primitive() 116 static jsmnerr_t jsmn_parse_string(jsmn_parser *parser, const char *js, in jsmn_parse_string() argument 127 char c = js[parser->pos]; in jsmn_parse_string() 144 switch (js[parser->pos]) { in jsmn_parse_string() 173 jsmnerr_t jsmn_parse(jsmn_parser *parser, const char *js, size_t len, in jsmn_parse() argument 184 c = js[parser->pos]; in jsmn_parse() 222 r = jsmn_parse_string(parser, js, len, tokens, in jsmn_parse() 263 r = jsmn_parse_primitive(parser, js, len, tokens, in jsmn_parse()
|
D | jsmn.h | 62 jsmnerr_t jsmn_parse(jsmn_parser *parser, const char *js,
|
/Linux-v5.10/tools/perf/Documentation/ |
D | perf-trace.txt | 309 …0.000 ( 0.000 ms): Web Content/17136 minfault [js::gc::Chunk::fetchNextDecommittedArena+0x4b] => 0… 310 js::gc::FreeSpan::initAsEmpty (inlined) 311 js::gc::Arena::setAsNotAllocated (inlined) 312 … js::gc::Chunk::fetchNextDecommittedArena (/usr/lib64/firefox/libxul.so) 313 js::gc::Chunk::allocateArena (/usr/lib64/firefox/libxul.so) 314 … js::gc::GCRuntime::allocateArena (/usr/lib64/firefox/libxul.so) 315 … js::gc::ArenaLists::allocateFromArena (/usr/lib64/firefox/libxul.so) 316 … js::gc::GCRuntime::tryNewTenuredThing<JSString, (js::AllowGC)1> (inlined) 317 … js::AllocateString<JSString, (js::AllowGC)1> (/usr/lib64/firefox/libxul.so) 318 js::Allocate<JSThinInlineString, (js::AllowGC)1> (inlined) [all …]
|
D | tips.txt | 36 To add Node.js USDT(User-Level Statically Defined Tracing): perf buildid-cache --add `which node`
|
/Linux-v5.10/arch/x86/math-emu/ |
D | round_Xsig.S | 42 js L_round /* Already normalized */ 102 js L_n_exit /* Already normalized */ 111 js L_n_exit /* Normalized now */
|
D | reg_norm.S | 36 js L_done /* Already normalized */ 114 js L_exit_nuo_valid /* Already normalized */
|
D | wm_sqrt.S | 392 js sqrt_near_exact_small 452 js sqrt_more_prec_small
|
D | polynom_Xsig.S | 65 js L_accum_done
|
D | reg_round.S | 585 js LPseudoDenormal /* Will be masked underflow */ 588 js L_Normalised /* No longer a denormal */
|
D | reg_u_sub.S | 51 js L_bugged_1
|
/Linux-v5.10/kernel/rcu/ |
D | tree_stall.h | 592 unsigned long js; in check_cpu_stall() local 621 js = READ_ONCE(rcu_state.jiffies_stall); in check_cpu_stall() 627 ULONG_CMP_LT(j, js) || in check_cpu_stall() 628 ULONG_CMP_GE(gps, js)) in check_cpu_stall() 634 cmpxchg(&rcu_state.jiffies_stall, js, jn) == js) { in check_cpu_stall() 642 ULONG_CMP_GE(j, js + RCU_STALL_RAT_DELAY) && in check_cpu_stall() 643 cmpxchg(&rcu_state.jiffies_stall, js, jn) == js) { in check_cpu_stall()
|
/Linux-v5.10/tools/testing/selftests/net/forwarding/ |
D | devlink_lib.sh | 309 devlink -js trap show $DEVLINK_DEV trap $trap_name \ 317 devlink -js trap show $DEVLINK_DEV trap $trap_name \ 377 devlink -js trap group show $DEVLINK_DEV group $group_name \ 385 devlink -js trap group show $DEVLINK_DEV group $group_name \
|
/Linux-v5.10/drivers/input/joystick/ |
D | analog.c | 41 static char *js[ANALOG_PORTS]; variable 44 module_param_array_named(map, js, charp, &js_nargs, 0); 742 if (!strcmp(analog_types[j].name, js[i])) { in analog_parse_options() 748 analog_options[i] = simple_strtoul(js[i], &end, 0); in analog_parse_options() 749 if (end != js[i]) continue; in analog_parse_options() 752 if (!strlen(js[i])) continue; in analog_parse_options() 754 printk(KERN_WARNING "analog.c: Bad config for port %d - \"%s\"\n", i, js[i]); in analog_parse_options()
|
/Linux-v5.10/drivers/md/ |
D | dm-integrity.c | 685 struct journal_sector *js; in access_journal_entry() local 692 js = access_journal(ic, section, rel_sector); in access_journal_entry() 693 return (struct journal_entry *)((char *)js + offset * ic->journal_entry_size); in access_journal_entry() 770 struct journal_sector *js = access_journal(ic, section, j); in rw_section_mac() local 773 memcpy(&js->mac, result + (j * JOURNAL_MAC_PER_SECTOR), JOURNAL_MAC_PER_SECTOR); in rw_section_mac() 775 if (memcmp(&js->mac, result + (j * JOURNAL_MAC_PER_SECTOR), JOURNAL_MAC_PER_SECTOR)) in rw_section_mac() 1810 struct journal_sector *js; in __journal_read_write() local 1823 js = access_journal_data(ic, journal_section, journal_entry); in __journal_read_write() 1827 memcpy(mem_ptr, js, JOURNAL_SECTOR_DATA); in __journal_read_write() 1829 js++; in __journal_read_write() [all …]
|
/Linux-v5.10/Documentation/input/joydev/ |
D | joystick-api.rst | 13 This document describes legacy ``js`` interface. Newer clients are 302 struct JS_DATA_TYPE js; 304 if (read (fd, &js, JS_RETURN) != JS_RETURN) { 327 first_button_state = js.buttons & 1; 328 second_button_state = js.buttons & 2;
|
D | joystick.rst | 42 rm js*
|
/Linux-v5.10/arch/x86/lib/ |
D | atomic64_cx8_32.S | 112 js 2f
|
D | atomic64_386_32.S | 182 js 1f
|
D | csum-copy_64.S | 196 js .Lwas_odd
|
/Linux-v5.10/Documentation/x86/ |
D | entry_64.rst | 82 js 1f /* negative -> in kernel */
|