Searched refs:js (Results 1 – 7 of 7) sorted by relevance
| /drivers/misc/altera-stapl/ |
| A D | altera-jtag.c | 77 struct altera_jtag *js = &astate->js; in altera_jinit() local 274 struct altera_jtag *js = &astate->js; in altera_jreset_idle() local 288 struct altera_jtag *js = &astate->js; in altera_goto_jstate() local 341 struct altera_jtag *js = &astate->js; in altera_wait_cycles() local 376 struct altera_jtag *js = &astate->js; in altera_wait_msecs() local 589 struct altera_jtag *js = &astate->js; in altera_irscan() local 592 u32 shift_count = js->ir_pre + count + js->ir_post; in altera_irscan() 688 struct altera_jtag *js = &astate->js; in altera_swap_ir() local 792 struct altera_jtag *js = &astate->js; in altera_drscan() local 883 struct altera_jtag *js = &astate->js; in altera_swap_dr() local [all …]
|
| A 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,
|
| A D | altera.c | 780 status = altera_set_dr_pre(&astate->js, count, 0, in altera_execute() 790 status = altera_set_dr_post(&astate->js, count, in altera_execute() 805 status = altera_set_dr_post(&astate->js, count, 0, in altera_execute() 811 status = altera_set_ir_pre(&astate->js, count, in altera_execute() 825 status = altera_set_ir_pre(&astate->js, count, in altera_execute() 836 status = altera_set_ir_post(&astate->js, count, in altera_execute() 851 status = altera_set_ir_post(&astate->js, count, 0, in altera_execute() 1040 status = altera_set_irstop(&astate->js, args[0]); in altera_execute() 1047 status = altera_set_drstop(&astate->js, args[0]); in altera_execute() 1373 status = altera_set_dr_pre(&astate->js, count, index, in altera_execute() [all …]
|
| /drivers/gpu/drm/panfrost/ |
| A D | panfrost_job.c | 91 struct panfrost_job_slot *js = pfdev->js; in panfrost_fence_create() local 130 int js) in panfrost_job_write_affinity() argument 481 drm_sched_fault(&pfdev->js->queue[js].sched); in panfrost_job_handle_err() 777 js, in panfrost_job_timedout() 857 pfdev->js = js = devm_kzalloc(pfdev->dev, sizeof(*js), GFP_KERNEL); in panfrost_job_init() 858 if (!js) in panfrost_job_init() 865 if (js->irq < 0) in panfrost_job_init() 866 return js->irq; in panfrost_job_init() 907 struct panfrost_job_slot *js = pfdev->js; in panfrost_job_fini() local 923 struct panfrost_job_slot *js = pfdev->js; in panfrost_job_open() local [all …]
|
| A D | panfrost_device.h | 152 struct panfrost_job_slot *js; member
|
| /drivers/input/joystick/ |
| A D | analog.c | 35 static char *js[ANALOG_PORTS]; variable 38 module_param_array_named(map, js, charp, &js_nargs, 0); 661 if (!strcmp(analog_types[j].name, js[i])) { in analog_parse_options() 667 analog_options[i] = simple_strtoul(js[i], &end, 0); in analog_parse_options() 668 if (end != js[i]) continue; in analog_parse_options() 671 if (!strlen(js[i])) continue; in analog_parse_options() 673 printk(KERN_WARNING "analog.c: Bad config for port %d - \"%s\"\n", i, js[i]); in analog_parse_options()
|
| /drivers/md/ |
| A D | dm-integrity.c | 755 struct journal_sector *js; in access_journal_entry() local 762 js = access_journal(ic, section, rel_sector); in access_journal_entry() 2052 struct journal_sector *js; in __journal_read_write() local 2071 js++; in __journal_read_write() 2115 struct journal_sector *js; in __journal_read_write() local 2123 je->last_bytes[s] = js[s].commit_id; in __journal_read_write() 2737 struct journal_sector *js; in integrity_commit() local 2739 js = access_journal(ic, i, j); in integrity_commit() 2790 js->commit_id = je->last_bytes[s]; in restore_last_bytes() 2791 js++; in restore_last_bytes() [all …]
|
Completed in 28 milliseconds