[go: nahoru, domu]

Searched defs:script (Results 1 - 11 of 11) sorted by relevance

/drivers/media/usb/dvb-usb/
H A Daf9005-script.h6 python createinit.py > af9005-script.h
17 static RegDesc script[] = { variable
/drivers/gpu/drm/nouveau/core/include/subdev/bios/
H A Ddisp.h20 u16 script[3]; member in struct:nvbios_outp
H A Ddp.h8 u32 script[5]; member in struct:nvbios_dpout
H A Dperf.h18 u32 script; member in struct:nvbios_perfE
/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c100 NV_INFO(drm, "0x%04X: Parsing digital output script table\n",
109 static int call_lvds_manufacturer_script(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script script) argument
113 uint8_t sub = bios->data[bios->fp.xlated_entry + script] + (bios->fp.link_c_increment && dcbent->or & DCB_OUTPUT_C ? 1 : 0);
121 if (script == LVDS_PANEL_OFF) {
127 if (script == LVDS_RESET &&
136 static int run_lvds_table(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script script, int pxclk) argument
142 * selecting the init script when not using straps; 4 script pointers
146 * of a list of pxclks and script pointers.
158 switch (script) {
209 call_lvds_script(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script script, int pxclk) argument
[all...]
/drivers/mfd/
H A Dtwl4030-power.c220 static int twl4030_write_script(u8 address, struct twl4030_ins *script, argument
225 for (; len; len--, address++, script++) {
228 script->pmb_message,
229 script->delay,
235 script->pmb_message,
236 script->delay,
468 /* Make sure the script isn't going beyond last valid address (0x3f) */
474 err = twl4030_write_script(address, tscript->script, tscript->size);
484 /* Reset any existing sleep script to avoid hangs on reboot */
503 "script befor
[all...]
/drivers/scsi/
H A D53c700.c165 /* This is the script */
292 __u32 *script; local
307 script = (__u32 *)memory;
353 script[j] = bS_to_host(SCRIPT[j]);
357 script[LABELPATCHES[j]] = bS_to_host(pScript + SCRIPT[LABELPATCHES[j]]);
359 script_patch_32(hostdata->dev, script, MessageLocation,
361 script_patch_32(hostdata->dev, script, StatusAddress,
363 script_patch_32(hostdata->dev, script, ReceiveMsgAddress,
366 hostdata->script = script;
[all...]
H A D53c700.h69 /* The following is a script fragment to move the buffer onto the
216 __u32 *script; /* pointer to script location */ member in struct:NCR_700_Host_Parameters
217 __u32 pScript; /* physical mem addr of script */
423 #define script_patch_32(dev, script, symbol, value) \
427 __u32 val = bS_to_cpu((script)[A_##symbol##_used[i]]) + value; \
428 (script)[A_##symbol##_used[i]] = bS_to_host(val); \
429 dma_cache_sync((dev), &(script)[A_##symbol##_used[i]], 4, DMA_TO_DEVICE); \
430 DEBUG((" script, patching %s at %d to 0x%lx\n", \
435 #define script_patch_32_abs(dev, script, symbo
[all...]
H A Dncr53c8xx.c988 ** 80 (MAX_SCATTERL) segments are moved from a sub-script
1130 struct script;
1276 ** Jump table used by the script processor to directly jump
1331 ** Declaration of structs: the launch script.
1337 ** This 6 DWORDs mini script makes use of prefetching.
1361 ** These fields are accessible to the script processor.
1369 ** Points to the position in the script responsible for the
1398 u_char scr_st[4]; /* script status */
1404 ** The status bytes are used by the host and the script processor.
1415 ** Inside the script th
1806 struct script { struct
[all...]
/drivers/gpu/drm/nouveau/core/include/nvif/
H A Dclass.h458 __u16 script; member in struct:nv50_disp_sor_lvds_script_v0
/drivers/gpu/drm/nouveau/nvif/
H A Dclass.h458 __u16 script; member in struct:nv50_disp_sor_lvds_script_v0

Completed in 181 milliseconds