Home
last modified time | relevance | path

Searched defs:script (Results 1 – 18 of 18) sorted by relevance

/linux-6.6.21/drivers/scsi/
Dncr53c8xx.c1791 struct script { struct
1792 ncrcmd start [ 5];
1793 ncrcmd startpos [ 1];
1794 ncrcmd select [ 6];
1795 ncrcmd select2 [ 9 + PREFETCH_FLUSH_CNT];
1796 ncrcmd loadpos [ 4];
1797 ncrcmd send_ident [ 9];
1798 ncrcmd prepare [ 6];
1799 ncrcmd prepare2 [ 7];
1800 ncrcmd command [ 6];
[all …]
D53c700.h218 __u32 *script; /* pointer to script location */ member
425 #define script_patch_32(h, script, symbol, value) \ argument
438 #define script_patch_32_abs(h, script, symbol, value) \ argument
451 #define script_patch_ID(h, script, symbol, value) \ argument
465 #define script_patch_16(h, script, symbol, value) \ argument
D53c700.c298 __u32 *script; in NCR_700_detect() local
/linux-6.6.21/tools/perf/
Dbuiltin-script.c712 tod_scnprintf(struct perf_script *script, char *buf, int buflen, in tod_scnprintf()
773 static int perf_sample__fprintf_start(struct perf_script *script, in perf_sample__fprintf_start()
2056 static void perf_sample__fprint_metric(struct perf_script *script, in perf_sample__fprint_metric()
2137 static void process_event(struct perf_script *script, in process_event()
2507 struct perf_script *script = container_of(tool, struct perf_script, tool); in print_event_with_time() local
2634 struct perf_script *script = container_of(tool, struct perf_script, tool); in process_switch_event() local
2721 static void perf_script__fclose_per_event_dump(struct perf_script *script) in perf_script__fclose_per_event_dump()
2734 static int perf_script__fopen_per_event_dump(struct perf_script *script) in perf_script__fopen_per_event_dump()
2761 static int perf_script__setup_per_event_dump(struct perf_script *script) in perf_script__setup_per_event_dump()
2776 static void perf_script__exit_per_event_dump_stats(struct perf_script *script) in perf_script__exit_per_event_dump_stats()
[all …]
/linux-6.6.21/arch/ia64/kernel/
Dunwind.c138 } script; member
1214 cache_match (struct unw_script *script, unsigned long ip, unsigned long pr) in cache_match()
1227 struct unw_script *script = unw.cache + info->hint; in script_lookup() local
1269 struct unw_script *script, *prev, *tmp; in script_new() local
1333 script_finalize (struct unw_script *script, struct unw_state_record *sr) in script_finalize()
1346 script_emit (struct unw_script *script, struct unw_insn insn) in script_emit()
1357 emit_nat_info (struct unw_state_record *sr, int i, struct unw_script *script) in emit_nat_info()
1402 compile_reg (struct unw_state_record *sr, int i, struct unw_script *script) in compile_reg()
1530 struct unw_script *script = NULL; in build_script() local
1720 run_script (struct unw_script *script, struct unw_frame_info *state) in run_script()
/linux-6.6.21/drivers/media/usb/dvb-usb/
Daf9005-script.h18 static RegDesc script[] = { variable
/linux-6.6.21/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Ddisp.h18 u16 script[3]; member
Ddp.h12 u32 script[5]; member
Dperf.h16 u32 script; member
/linux-6.6.21/drivers/gpu/drm/nouveau/
Dnouveau_bios.c107 …cturer_script(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script script) in call_lvds_manufacturer_script()
137 …ble(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script script, int pxcl… in run_lvds_table()
210 …ipt(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script script, int pxcl… in call_lvds_script()
/linux-6.6.21/tools/testing/selftests/exec/
Dexecveat.c382 const char *script = "#!/bin/sh\nexit $*\n"; in prerequisites() local
/linux-6.6.21/tools/perf/util/scripting-engines/
Dtrace-event-perl.c484 static int perl_start_script(const char *script, int argc, const char **argv, in perl_start_script()
Dtrace-event-python.c1901 static int python_start_script(const char *script, int argc, const char **argv, in python_start_script()
/linux-6.6.21/tools/perf/tests/
Dbuiltin-test.c309 char script[PATH_MAX]; in shell_test__run() local
/linux-6.6.21/scripts/
Dbpf_doc.py857 script = os.path.abspath(sys.argv[0]) variable
/linux-6.6.21/drivers/mfd/
Dtwl4030-power.c219 static int twl4030_write_script(u8 address, struct twl4030_ins *script, in twl4030_write_script()
/linux-6.6.21/drivers/net/xen-netback/
Dxenbus.c1008 const char *script; in netback_probe() local
/linux-6.6.21/include/linux/mfd/
Dtwl.h640 struct twl4030_ins *script; member