/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 | 69 .execute = 1, in dp_set_link_config() 228 .execute = 1, in dp_link_train_init() 251 .execute = 1, in dp_link_train_fini()
|
D | nvd0.c | 654 .execute = 1, in exec_script() 716 .execute = 1, in exec_clkcmp()
|
D | nv50.c | 877 .execute = 1, in exec_script() 965 .execute = 1, in exec_clkcmp()
|
/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() 2161 nvbios_init(struct nouveau_subdev *subdev, bool execute) in nvbios_init() argument 2168 if (execute) in nvbios_init() 2177 .execute = execute ? 1 : 0, in nvbios_init() 2193 .execute = execute ? 1 : 0, in nvbios_init()
|
/drivers/staging/tidspbridge/pmgr/ |
D | dbll.c | 182 static int execute(struct dynamic_loader_initialize *this, ldr_addr start); 459 zl_lib->init.dl_init.execute = execute; in dbll_load() 583 zl_lib->init.dl_init.execute = execute; in dbll_open() 1319 static int execute(struct dynamic_loader_initialize *this, ldr_addr start) in execute() function
|
/drivers/gpu/drm/nouveau/core/subdev/devinit/ |
D | nv50.c | 94 .execute = 1, in nv50_devinit_init()
|
/drivers/staging/tidspbridge/include/dspbridge/ |
D | dynamic_loader.h | 471 int (*execute) (struct dynamic_loader_initialize *thisptr, member
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_bios.h | 97 bool execute; member
|
D | nouveau_bios.c | 48 bool execute; member 2043 if (bios->execute) { in nouveau_run_vbios_init() 2091 bios->execute = false; in nouveau_bios_init() 2097 bios->execute = true; in nouveau_bios_init() 2113 bios->execute = true; in nouveau_bios_init()
|
/drivers/gpu/drm/nouveau/dispnv04/ |
D | disp.h | 179 .execute = 1, in nouveau_bios_run_init_table()
|
/drivers/auxdisplay/ |
D | Kconfig | 50 and execute "dmesg" or "cat /proc/ioports". You can see there how
|
/drivers/staging/tidspbridge/Documentation/ |
D | README | 58 three C-callable functions (node create, execute, and delete), with specific
|
D | error-codes | 82 the create, execute, or delete phase function, respectively, could not be
|
/drivers/staging/tidspbridge/dynload/ |
D | cload.c | 179 (!init->execute(init, in dynamic_load_module() 285 (!init->execute(init, in dynamic_open_module()
|
/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.h | 238 exe_q_execute execute; member
|
/drivers/gpu/drm/nouveau/core/engine/graph/fuc/ |
D | hubnvc0.fuc | 727 // execute a single list entry 743 // disable the mmio list now, we don't need/want to execute it again
|
D | hubnve0.fuc | 653 // execute a single list entry 669 // disable the mmio list now, we don't need/want to execute it again
|
D | nvc0.fuc | 223 // mmctx_xfer - execute a list of mmio transfers
|
D | nve0.fuc | 223 // mmctx_xfer - execute a list of mmio transfers
|
/drivers/staging/media/go7007/ |
D | go7007.txt | 200 execute:
|
/drivers/input/tablet/ |
D | aiptek.c | 1610 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 | 226 button; it will still execute a hard reset if the button is held
|