Searched defs:js (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.4/drivers/misc/altera-stapl/ | 
| D | altera-jtag.c | 77 	struct altera_jtag *js = &astate->js;  in altera_jinit()  local102 int altera_set_drstop(struct altera_jtag *js, enum altera_jtag_state state)  in altera_set_drstop()
 109 int altera_set_irstop(struct altera_jtag *js, enum altera_jtag_state state)  in altera_set_irstop()
 116 int altera_set_dr_pre(struct altera_jtag *js,  in altera_set_dr_pre()
 155 int altera_set_ir_pre(struct altera_jtag *js, u32 count, u32 start_index,  in altera_set_ir_pre()
 193 int altera_set_dr_post(struct altera_jtag *js, u32 count, u32 start_index,  in altera_set_dr_post()
 233 int altera_set_ir_post(struct altera_jtag *js, u32 count, u32 start_index,  in altera_set_ir_post()
 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
 [all …]
 
 | 
| D | altera-jtag.h | 65 	struct altera_jtag	js;  member
 | 
| /Linux-v5.4/drivers/gpu/drm/panfrost/ | 
| D | panfrost_job.c | 87 	struct panfrost_job_slot *js = pfdev->js;  in panfrost_fence_create()  local126 					int js)  in panfrost_job_write_affinity()
 141 static void panfrost_job_hw_submit(struct panfrost_job *job, int js)  in panfrost_job_hw_submit()
 365 	int js = panfrost_job_get_slot(job);  in panfrost_job_timedout()  local
 488 	struct panfrost_job_slot *js;  in panfrost_job_init()  local
 534 	struct panfrost_job_slot *js = pfdev->js;  in panfrost_job_fini()  local
 547 	struct panfrost_job_slot *js = pfdev->js;  in panfrost_job_open()  local
 570 	struct panfrost_job_slot *js = pfdev->js;  in panfrost_job_is_idle()  local
 
 | 
| D | panfrost_device.h | 79 	struct panfrost_job_slot *js;  member
 | 
| /Linux-v5.4/tools/perf/pmu-events/ | 
| D | jsmn.c | 59 static jsmnerr_t jsmn_parse_primitive(jsmn_parser *parser, const char *js,  in jsmn_parse_primitive()116 static jsmnerr_t jsmn_parse_string(jsmn_parser *parser, const char *js,  in jsmn_parse_string()
 173 jsmnerr_t jsmn_parse(jsmn_parser *parser, const char *js, size_t len,  in jsmn_parse()
 
 | 
| /Linux-v5.4/drivers/md/ | 
| D | dm-integrity.c | 678 	struct journal_sector *js;  in access_journal_entry()  local763 		struct journal_sector *js = access_journal(ic, section, j);  in rw_section_mac()  local
 1727 				struct journal_sector *js;  in __journal_read_write()  local
 1787 				struct journal_sector *js;  in __journal_read_write()  local
 2112 			struct journal_sector *js;  in integrity_commit()  local
 2156 static void restore_last_bytes(struct dm_integrity_c *ic, struct journal_sector *js,  in restore_last_bytes()
 2584 			struct journal_sector *js = access_journal(ic, i, j);  in init_journal()  local
 2652 			struct journal_sector *js = access_journal(ic, i, j);  in replay_journal()  local
 2701 			struct journal_sector *js = access_journal(ic, i, j);  in replay_journal()  local
 
 | 
| /Linux-v5.4/kernel/rcu/ | 
| D | tree_stall.h | 484 	unsigned long js;  in check_cpu_stall()  local
 | 
| /Linux-v5.4/drivers/input/joystick/ | 
| D | analog.c | 41 static char *js[ANALOG_PORTS];  variable
 |