/linux-3.3/drivers/scsi/ |
D | ncr53c8xx.c | 1807 struct script { struct 1808 ncrcmd start [ 5]; 1809 ncrcmd startpos [ 1]; 1810 ncrcmd select [ 6]; 1811 ncrcmd select2 [ 9 + PREFETCH_FLUSH_CNT]; 1812 ncrcmd loadpos [ 4]; 1813 ncrcmd send_ident [ 9]; 1814 ncrcmd prepare [ 6]; 1815 ncrcmd prepare2 [ 7]; 1816 ncrcmd command [ 6]; [all …]
|
D | 53c700.h | 216 __u32 *script; /* pointer to script location */ member 423 #define script_patch_32(dev, script, symbol, value) \ argument 435 #define script_patch_32_abs(dev, script, symbol, value) \ argument 447 #define script_patch_ID(dev, script, symbol, value) \ argument 461 #define script_patch_16(dev, script, symbol, value) \ argument
|
D | 53c700.c | 293 __u32 *script; in NCR_700_detect() local
|
/linux-3.3/drivers/media/dvb/dvb-usb/ |
D | af9005-script.h | 17 static RegDesc script[] = { variable
|
/linux-3.3/drivers/gpu/drm/nouveau/ |
D | nv50_display.c | 538 u32 script = 0, or; in nv50_display_script_select() local 747 u32 unk30 = nv_rd32(dev, 0x610030), tmp, pclk, script, mc = 0; in nv50_display_unk20_handler() local 903 u16 script = disp->irq.script; in nv50_display_unk40_handler() local
|
D | nv50_display.h | 56 u16 script; member
|
D | nouveau_dp.c | 341 u16 script; in dp_set_link_config() local 593 u16 script = ROM16(dp.entry[14]); in nouveau_dp_link_train() local
|
D | nouveau_bios.c | 3734 …acturer_script(struct drm_device *dev, struct dcb_entry *dcbent, int head, enum LVDS_script script) in call_lvds_manufacturer_script() 3761 …able(struct drm_device *dev, struct dcb_entry *dcbent, int head, enum LVDS_script script, int pxcl… in run_lvds_table() 3834 …ript(struct drm_device *dev, struct dcb_entry *dcbent, int head, enum LVDS_script script, int pxcl… in call_lvds_script() 4306 uint16_t script; in nouveau_bios_run_display_table() local
|
/linux-3.3/arch/ia64/kernel/ |
D | unwind.c | 138 } 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-3.3/drivers/mfd/ |
D | twl4030-power.c | 161 static int __devinit twl4030_write_script(u8 address, struct twl4030_ins *script, in twl4030_write_script()
|
/linux-3.3/tools/perf/util/scripting-engines/ |
D | trace-event-perl.c | 389 static int perl_start_script(const char *script, int argc, const char **argv) in perl_start_script()
|
D | trace-event-python.c | 365 static int python_start_script(const char *script, int argc, const char **argv) in python_start_script()
|
/linux-3.3/tools/perf/ |
D | builtin-script.c | 613 const char *script, *ext; in parse_scriptname() local
|
/linux-3.3/include/linux/i2c/ |
D | twl.h | 632 struct twl4030_ins *script; member
|