Home
last modified time | relevance | path

Searched refs:execute (Results 1 – 25 of 28) sorted by relevance

12

/drivers/net/wireless/ath/ath10k/
Dbmi.c182 u32 cmdlen = sizeof(cmd.id) + sizeof(cmd.execute); in ath10k_bmi_execute()
183 u32 resplen = sizeof(resp.execute); in ath10k_bmi_execute()
195 cmd.execute.addr = __cpu_to_le32(address); in ath10k_bmi_execute()
196 cmd.execute.param = __cpu_to_le32(param); in ath10k_bmi_execute()
204 if (resplen < sizeof(resp.execute)) { in ath10k_bmi_execute()
210 *result = __le32_to_cpu(resp.execute.result); in ath10k_bmi_execute()
Dbmi.h112 } execute; member
162 } execute; member
/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Dinit.h12 u8 execute; member
20 int nvbios_init(struct nvkm_subdev *, bool execute);
/drivers/gpu/drm/radeon/
Datom.c698 int execute = 0, target = U16(*ptr); in atom_op_jump() local
704 execute = ctx->ctx->cs_above; in atom_op_jump()
707 execute = ctx->ctx->cs_above || ctx->ctx->cs_equal; in atom_op_jump()
710 execute = 1; in atom_op_jump()
713 execute = !(ctx->ctx->cs_above || ctx->ctx->cs_equal); in atom_op_jump()
716 execute = !ctx->ctx->cs_above; in atom_op_jump()
719 execute = ctx->ctx->cs_equal; in atom_op_jump()
722 execute = !ctx->ctx->cs_equal; in atom_op_jump()
726 SDEBUG(" taken: %s\n", execute ? "yes" : "no"); in atom_op_jump()
728 if (execute) { in atom_op_jump()
/drivers/gpu/drm/amd/amdgpu/
Datom.c716 int execute = 0, target = U16(*ptr); in atom_op_jump() local
722 execute = ctx->ctx->cs_above; in atom_op_jump()
725 execute = ctx->ctx->cs_above || ctx->ctx->cs_equal; in atom_op_jump()
728 execute = 1; in atom_op_jump()
731 execute = !(ctx->ctx->cs_above || ctx->ctx->cs_equal); in atom_op_jump()
734 execute = !ctx->ctx->cs_above; in atom_op_jump()
737 execute = ctx->ctx->cs_equal; in atom_op_jump()
740 execute = !ctx->ctx->cs_equal; in atom_op_jump()
744 SDEBUG(" taken: %s\n", execute ? "yes" : "no"); in atom_op_jump()
746 if (execute) { in atom_op_jump()
/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Ddport.c61 .execute = 1, in dp_set_link_config()
270 .execute = 1, in dp_link_train_init()
296 .execute = 1, in dp_link_train_fini()
Dgf119.c123 .execute = 1, in exec_script()
186 .execute = 1, in exec_clkcmp()
217 .execute = 1, in gf119_disp_intr_unk2_0()
Dnv50.c334 .execute = 1, in exec_script()
423 .execute = 1, in exec_clkcmp()
466 .execute = 1, in nv50_disp_intr_unk20_0()
/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dinit.c59 return (init->execute == 1) || ((init->execute & 5) == 5); in init_exec()
65 if (exec) init->execute &= 0xfd; in init_exec_set()
66 else init->execute |= 0x02; in init_exec_set()
72 init->execute ^= 0x02; in init_exec_inv()
78 if (exec) init->execute |= 0x04; in init_exec_force()
79 else init->execute &= 0xfb; in init_exec_force()
2292 nvbios_init(struct nvkm_subdev *subdev, bool execute) in nvbios_init() argument
2299 if (execute) in nvbios_init()
2308 .execute = execute ? 1 : 0, in nvbios_init()
2324 .execute = execute ? 1 : 0, in nvbios_init()
/drivers/gpu/drm/nouveau/
Dnouveau_bios.h97 bool execute; member
Dnouveau_bios.c46 bool execute; member
2053 if (bios->execute) { in nouveau_run_vbios_init()
2100 bios->execute = false; in nouveau_bios_init()
2106 bios->execute = true; in nouveau_bios_init()
2122 bios->execute = true; in nouveau_bios_init()
/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dnv04.c394 nv04_devinit_post(struct nvkm_devinit *init, bool execute) in nv04_devinit_post() argument
396 return nvbios_init(&init->subdev, execute); in nv04_devinit_post()
Dnv50.c147 .execute = 1, in nv50_devinit_init()
/drivers/gpu/drm/nouveau/dispnv04/
Ddisp.h180 .execute = 1, in nouveau_bios_run_init_table()
/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dramnv40.c158 .execute = 1, in nv40_ram_prog()
Dramgk104.c1425 .execute = 1, in gk104_ram_init()
/drivers/auxdisplay/
DKconfig50 and execute "dmesg" or "cat /proc/ioports". You can see there how
/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
Dhub.fuc567 // execute a single list entry
583 // disable the mmio list now, we don't need/want to execute it again
Dcom.fuc172 // mmctx_xfer - execute a list of mmio transfers
/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Dmemx.fuc381 // execute the opcode handler
/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sp.h234 exe_q_execute execute; member
/drivers/input/tablet/
Daiptek.c1609 static DEVICE_ATTR(execute,
/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/
Dcom.fuc321 // depending on dispatch flags: execute method, or save data as state
/drivers/char/
DKconfig210 button; it will still execute a hard reset if the button is held
/drivers/staging/speakup/
Dspkguide.txt471 example, if you were to execute the punc3 command at your shell prompt,
834 enter key to execute the command.
1131 whether it is run from the root account. If you execute speakupconf as

12