/drivers/net/wireless/ath/ath10k/ |
D | bmi.c | 182 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()
|
D | bmi.h | 102 } execute; member 152 } execute; member
|
/drivers/gpu/drm/nouveau/core/include/subdev/bios/ |
D | init.h | 12 u8 execute; member 20 int nvbios_init(struct nouveau_subdev *, bool execute);
|
/drivers/gpu/drm/radeon/ |
D | atom.c | 698 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/nouveau/core/engine/disp/ |
D | dport.c | 65 .execute = 1, in dp_set_link_config() 274 .execute = 1, in dp_link_train_init() 300 .execute = 1, in dp_link_train_fini()
|
D | nvd0.c | 863 .execute = 1, in exec_script() 924 .execute = 1, in exec_clkcmp() 954 .execute = 1, in nvd0_disp_intr_unk2_0()
|
D | nv50.c | 1486 .execute = 1, in exec_script() 1573 .execute = 1, in exec_clkcmp() 1615 .execute = 1, in nv50_disp_intr_unk20_0()
|
/drivers/gpu/drm/nouveau/core/subdev/bios/ |
D | init.c | 37 return (init->execute == 1) || ((init->execute & 5) == 5); in init_exec() 43 if (exec) init->execute &= 0xfd; in init_exec_set() 44 else init->execute |= 0x02; in init_exec_set() 50 init->execute ^= 0x02; in init_exec_inv() 56 if (exec) init->execute |= 0x04; in init_exec_force() 57 else init->execute &= 0xfb; in init_exec_force() 2146 nvbios_init(struct nouveau_subdev *subdev, bool execute) in nvbios_init() argument 2153 if (execute) in nvbios_init() 2162 .execute = execute ? 1 : 0, in nvbios_init() 2178 .execute = execute ? 1 : 0, in nvbios_init()
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_bios.h | 97 bool execute; member
|
D | nouveau_bios.c | 46 bool execute; member 2046 if (bios->execute) { in nouveau_run_vbios_init() 2093 bios->execute = false; in nouveau_bios_init() 2099 bios->execute = true; in nouveau_bios_init() 2115 bios->execute = true; in nouveau_bios_init()
|
/drivers/gpu/drm/nouveau/core/subdev/devinit/ |
D | nv50.c | 125 .execute = 1, in nv50_devinit_init()
|
/drivers/gpu/drm/nouveau/dispnv04/ |
D | disp.h | 182 .execute = 1, in nouveau_bios_run_init_table()
|
/drivers/gpu/drm/nouveau/core/subdev/fb/ |
D | ramnv40.c | 149 .execute = 1, in nv40_ram_prog()
|
D | ramnve0.c | 1354 .execute = 1, in nve0_ram_init()
|
/drivers/auxdisplay/ |
D | Kconfig | 50 and execute "dmesg" or "cat /proc/ioports". You can see there how
|
/drivers/gpu/drm/nouveau/core/subdev/pwr/fuc/ |
D | memx.fuc | 281 // execute the opcode handler
|
/drivers/gpu/drm/nouveau/core/engine/graph/fuc/ |
D | hub.fuc | 567 // execute a single list entry 583 // disable the mmio list now, we don't need/want to execute it again
|
D | com.fuc | 172 // mmctx_xfer - execute a list of mmio transfers
|
/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.h | 232 exe_q_execute execute; member
|
D | bnx2x_sp.c | 70 o->execute = exec; in bnx2x_exe_queue_init() 221 rc = o->execute(bp, o->owner, &o->pending_comp, ramrod_flags); in bnx2x_exe_queue_step()
|
/drivers/input/tablet/ |
D | aiptek.c | 1609 static DEVICE_ATTR(execute,
|
/drivers/gpu/drm/nouveau/core/engine/copy/fuc/ |
D | nva3.fuc | 329 // depending on dispatch flags: execute method, or save data as state
|
/drivers/char/ |
D | Kconfig | 214 button; it will still execute a hard reset if the button is held
|
/drivers/staging/speakup/ |
D | spkguide.txt | 471 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
|
/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 418 * Don't bother downloading new SCBs to execute
|