Home
last modified time | relevance | path

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

12

/drivers/gpu/drm/nouveau/core/include/subdev/bios/
Dinit.h12 u8 execute; member
20 int nvbios_init(struct nouveau_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/nouveau/core/engine/disp/
Ddport.c69 .execute = 1, in dp_set_link_config()
228 .execute = 1, in dp_link_train_init()
251 .execute = 1, in dp_link_train_fini()
Dnvd0.c654 .execute = 1, in exec_script()
716 .execute = 1, in exec_clkcmp()
Dnv50.c877 .execute = 1, in exec_script()
965 .execute = 1, in exec_clkcmp()
/drivers/gpu/drm/nouveau/core/subdev/bios/
Dinit.c37 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/
Ddbll.c182 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/
Dnv50.c94 .execute = 1, in nv50_devinit_init()
/drivers/staging/tidspbridge/include/dspbridge/
Ddynamic_loader.h471 int (*execute) (struct dynamic_loader_initialize *thisptr, member
/drivers/gpu/drm/nouveau/
Dnouveau_bios.h97 bool execute; member
Dnouveau_bios.c48 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/
Ddisp.h179 .execute = 1, in nouveau_bios_run_init_table()
/drivers/auxdisplay/
DKconfig50 and execute "dmesg" or "cat /proc/ioports". You can see there how
/drivers/staging/tidspbridge/Documentation/
DREADME58 three C-callable functions (node create, execute, and delete), with specific
Derror-codes82 the create, execute, or delete phase function, respectively, could not be
/drivers/staging/tidspbridge/dynload/
Dcload.c179 (!init->execute(init, in dynamic_load_module()
285 (!init->execute(init, in dynamic_open_module()
/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sp.h238 exe_q_execute execute; member
/drivers/gpu/drm/nouveau/core/engine/graph/fuc/
Dhubnvc0.fuc727 // execute a single list entry
743 // disable the mmio list now, we don't need/want to execute it again
Dhubnve0.fuc653 // execute a single list entry
669 // disable the mmio list now, we don't need/want to execute it again
Dnvc0.fuc223 // mmctx_xfer - execute a list of mmio transfers
Dnve0.fuc223 // mmctx_xfer - execute a list of mmio transfers
/drivers/staging/media/go7007/
Dgo7007.txt200 execute:
/drivers/input/tablet/
Daiptek.c1610 static DEVICE_ATTR(execute,
/drivers/gpu/drm/nouveau/core/engine/copy/fuc/
Dnva3.fuc329 // depending on dispatch flags: execute method, or save data as state
/drivers/char/
DKconfig226 button; it will still execute a hard reset if the button is held

12