Home
last modified time | relevance | path

Searched refs:inst (Results 1476 - 1500 of 3245) sorted by relevance

1...<<51525354555657585960>>...130

/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dcm1_44xx.h28 #define OMAP44XX_CM1_REGADDR(inst, reg) \
29 OMAP2_L4_IO_ADDRESS(OMAP4430_CM1_BASE + (inst) + (reg))
H A Dprcm_mpu_44xx_54xx.h27 extern u32 omap4_prcm_mpu_read_inst_reg(s16 inst, u16 idx);
28 extern void omap4_prcm_mpu_write_inst_reg(u32 val, s16 inst, u16 idx);
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/ce/
H A Dtu102.c37 tu102_ce_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in tu102_ce_new() argument
40 return nvkm_engine_new_(&tu102_ce, device, type, inst, true, pengine); in tu102_ce_new()
H A Dgp102.c40 gp102_ce_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gp102_ce_new() argument
43 return nvkm_engine_new_(&gp102_ce, device, type, inst, true, pengine); in gp102_ce_new()
H A Dgm107.c39 gm107_ce_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gm107_ce_new() argument
42 return nvkm_engine_new_(&gm107_ce, device, type, inst, true, pengine); in gm107_ce_new()
H A Dgm200.c38 gm200_ce_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gm200_ce_new() argument
41 return nvkm_engine_new_(&gm200_ce, device, type, inst, true, pengine); in gm200_ce_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/
H A Dg84.c40 g84_mpeg_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in g84_mpeg_new() argument
43 return nvkm_engine_new_(&g84_mpeg, device, type, inst, true, pmpeg); in g84_mpeg_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/pci/
H A Dnv4c.c34 nv4c_pci_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in nv4c_pci_new() argument
37 return nvkm_pci_new_(&nv4c_pci_func, device, type, inst, ppci); in nv4c_pci_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/timer/
H A Dgk20a.c36 gk20a_timer_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gk20a_timer_new() argument
39 return nvkm_timer_new_(&gk20a_timer, device, type, inst, ptmr); in gk20a_timer_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/msvld/
H A Dmcp89.c38 mcp89_msvld_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in mcp89_msvld_new() argument
41 return nvkm_msvld_new_(&mcp89_msvld, device, type, inst, pengine); in mcp89_msvld_new()
H A Dgt215.c38 gt215_msvld_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gt215_msvld_new() argument
41 return nvkm_msvld_new_(&gt215_msvld, device, type, inst, pengine); in gt215_msvld_new()
H A Dgk104.c38 gk104_msvld_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gk104_msvld_new() argument
41 return nvkm_msvld_new_(&gk104_msvld, device, type, inst, pengine); in gk104_msvld_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dgt215.c35 gt215_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in gt215_fb_new() argument
37 return nv50_fb_new_(&gt215_fb, device, type, inst, pfb); in gt215_fb_new()
H A Dgk20a.c37 gk20a_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in gk20a_fb_new() argument
39 return gf100_fb_new_(&gk20a_fb, device, type, inst, pfb); in gk20a_fb_new()
H A Dg84.c35 g84_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in g84_fb_new() argument
37 return nv50_fb_new_(&g84_fb, device, type, inst, pfb); in g84_fb_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/sec2/
H A Dgp108.c39 gp108_sec2_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gp108_sec2_new() argument
42 return nvkm_sec2_new_(gp108_sec2_fwif, device, type, inst, 0, psec2); in gp108_sec2_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mc/
H A Dgk20a.c37 gk20a_mc_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_mc **pmc) in gk20a_mc_new() argument
39 return nvkm_mc_new_(&gk20a_mc, device, type, inst, pmc); in gk20a_mc_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dgf119.c37 gf119_i2c_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gf119_i2c_new() argument
40 return nvkm_i2c_new_(&gf119_i2c, device, type, inst, pi2c); in gf119_i2c_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dgm200.c35 gm200_therm_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gm200_therm_new() argument
38 return nvkm_therm_new_(&gm200_therm, device, type, inst, ptherm); in gm200_therm_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/vfn/
H A Dgv100.c33 enum nvkm_subdev_type type, int inst, struct nvkm_vfn **pvfn) in gv100_vfn_new()
35 return nvkm_vfn_new_(&gv100_vfn, device, type, inst, 0, pvfn); in gv100_vfn_new()
32 gv100_vfn_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_vfn **pvfn) gv100_vfn_new() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/mspdec/
H A Dgt215.c38 gt215_mspdec_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gt215_mspdec_new() argument
41 return nvkm_mspdec_new_(&gt215_mspdec, device, type, inst, pengine); in gt215_mspdec_new()
H A Dgk104.c38 gk104_mspdec_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gk104_mspdec_new() argument
41 return nvkm_mspdec_new_(&gk104_mspdec, device, type, inst, pengine); in gk104_mspdec_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/msppp/
H A Dgt215.c38 gt215_msppp_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gt215_msppp_new() argument
41 return nvkm_msppp_new_(&gt215_msppp, device, type, inst, pengine); in gt215_msppp_new()
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dinstruction.h45 inline void spvInstructionAddWord(spv_instruction_t* inst, uint32_t value) { in spvInstructionAddWord() argument
46 inst->words.push_back(value); in spvInstructionAddWord()
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
H A Dremove_instruction_reduction_opportunity.h27 // Constructs the opportunity to remove |inst|.
28 explicit RemoveInstructionReductionOpportunity(opt::Instruction* inst) in RemoveInstructionReductionOpportunity() argument
29 : inst_(inst) {} in RemoveInstructionReductionOpportunity()

Completed in 6 milliseconds

1...<<51525354555657585960>>...130