Home
last modified time | relevance | path

Searched refs:inst (Results 801 - 825 of 1769) sorted by relevance

1...<<31323334353637383940>>...71

/kernel/linux/linux-6.6/drivers/phy/mediatek/
H A Dphy-mtk-tphy.c378 struct mtk_phy_instance *inst = sf->private; in u2_phy_params_show() local
380 struct u2phy_banks *u2_banks = &inst->u2_banks; in u2_phy_params_show()
451 struct mtk_phy_instance *inst = sf->private; in u2_phy_params_write() local
452 struct u2phy_banks *u2_banks = &inst->u2_banks; in u2_phy_params_write()
508 static void u2_phy_dbgfs_files_create(struct mtk_phy_instance *inst) in u2_phy_dbgfs_files_create() argument
514 debugfs_create_file(u2_phy_files[i], 0644, inst->phy->debugfs, in u2_phy_dbgfs_files_create()
515 inst, &u2_phy_fops); in u2_phy_dbgfs_files_create()
520 struct mtk_phy_instance *inst = sf->private; in u3_phy_params_show() local
522 struct u3phy_banks *u3_banks = &inst->u3_banks; in u3_phy_params_show()
577 struct mtk_phy_instance *inst in u3_phy_params_write() local
628 u3_phy_dbgfs_files_create(struct mtk_phy_instance *inst) u3_phy_dbgfs_files_create() argument
640 struct mtk_phy_instance *inst = sf->private; phy_type_show() local
670 phy_debugfs_init(struct mtk_phy_instance *inst) phy_debugfs_init() argument
689 phy_debugfs_init(struct mtk_phy_instance *inst) phy_debugfs_init() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dnv50.c396 int chid, u64 inst, const char *name) in nv50_gr_trap_handler()
436 chid, inst, name, subc, class, mthd, in nv50_gr_trap_handler()
461 "40084c %08x\n", chid, inst, name, in nv50_gr_trap_handler()
627 u32 inst = nvkm_rd32(device, 0x40032c) & 0x0fffffff; in nv50_gr_intr() local
640 chan = nvkm_chan_get_inst(&gr->base.engine, (u64)inst << 12, &flags); in nv50_gr_intr()
655 if (!nv50_gr_trap_handler(gr, show, chid, (u64)inst << 12, name)) in nv50_gr_intr()
668 stat, msg, chid, (u64)inst << 12, name, in nv50_gr_intr()
764 enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in nv50_gr_new_()
773 return nvkm_gr_ctor(func, device, type, inst, true, &gr->base); in nv50_gr_new_()
793 nv50_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struc argument
395 nv50_gr_trap_handler(struct nv50_gr *gr, u32 display, int chid, u64 inst, const char *name) nv50_gr_trap_handler() argument
763 nv50_gr_new_(const struct nvkm_gr_func *func, struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) nv50_gr_new_() argument
[all...]
/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddevmgr_query_device.c24 int DevFillQueryDeviceInfo(struct IDevmgrService *inst, struct HdfSBuf *data, struct HdfSBuf *reply) in DevFillQueryDeviceInfo() argument
26 struct DevmgrService *devMgrSvc = (struct DevmgrService *)inst; in DevFillQueryDeviceInfo()
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dprm33xx.h16 #define AM33XX_PRM_REGADDR(inst, reg) \
17 AM33XX_L4_WK_IO_ADDRESS(AM33XX_PRM_BASE + (inst) + (reg))
/kernel/linux/linux-6.6/drivers/soc/tegra/
H A Dari-tegra186.c27 static void read_uncore_mca(u8 cmd, u8 idx, u8 subidx, u8 inst, u64 *data) in read_uncore_mca() argument
32 ((u64)inst << 24) | ((u64)idx << 16) | in read_uncore_mca()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dgp100.c80 gp100_disp_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gp100_disp_new() argument
83 return nvkm_disp_new_(&gp100_disp, device, type, inst, pdisp); in gp100_disp_new()
H A Dmcp89.c82 mcp89_disp_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in mcp89_disp_new() argument
85 return nvkm_disp_new_(&mcp89_disp, device, type, inst, pdisp); in mcp89_disp_new()
H A Dmcp77.c68 mcp77_disp_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in mcp77_disp_new() argument
71 return nvkm_disp_new_(&mcp77_disp, device, type, inst, pdisp); in mcp77_disp_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/timer/
H A Dnv40.c85 nv40_timer_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in nv40_timer_new() argument
88 return nvkm_timer_new_(&nv40_timer, device, type, inst, ptmr); in nv40_timer_new()
H A Dnv41.c82 nv41_timer_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in nv41_timer_new() argument
85 return nvkm_timer_new_(&nv41_timer, device, type, inst, ptmr); in nv41_timer_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dgv100.c75 gv100_devinit_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gv100_devinit_new() argument
78 return nv50_devinit_new_(&gv100_devinit, device, type, inst, pinit); in gv100_devinit_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dnv10.c67 nv10_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in nv10_fb_new() argument
69 return nvkm_fb_new_(&nv10_fb, device, type, inst, pfb); in nv10_fb_new()
H A Dgm200.c68 gm200_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in gm200_fb_new() argument
70 return gf100_fb_new_(&gm200_fb, device, type, inst, pfb); in gm200_fb_new()
H A Dnv40.c65 nv40_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in nv40_fb_new() argument
67 return nvkm_fb_new_(&nv40_fb, device, type, inst, pfb); in nv40_fb_new()
H A Dnv44.c68 nv44_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in nv44_fb_new() argument
70 return nvkm_fb_new_(&nv44_fb, device, type, inst, pfb); in nv44_fb_new()
H A Dnv35.c59 nv35_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in nv35_fb_new() argument
61 return nvkm_fb_new_(&nv35_fb, device, type, inst, pfb); in nv35_fb_new()
H A Dnv36.c59 nv36_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in nv36_fb_new() argument
61 return nvkm_fb_new_(&nv36_fb, device, type, inst, pfb); in nv36_fb_new()
H A Dnv41.c59 nv41_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in nv41_fb_new() argument
61 return nvkm_fb_new_(&nv41_fb, device, type, inst, pfb); in nv41_fb_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/privring/
H A Dgk20a.c81 gk20a_privring_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gk20a_privring_new() argument
84 return nvkm_subdev_new_(&gk20a_privring, device, type, inst, pprivring); in gk20a_privring_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/sec2/
H A Dtu102.c79 tu102_sec2_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in tu102_sec2_new() argument
85 return nvkm_sec2_new_(tu102_sec2_fwif, device, type, inst, 0x840000, psec2); in tu102_sec2_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/bus/
H A Dgf100.c72 gf100_bus_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gf100_bus_new() argument
75 return nvkm_bus_new_(&gf100_bus, device, type, inst, pbus); in gf100_bus_new()
H A Dnv04.c71 nv04_bus_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in nv04_bus_new() argument
74 return nvkm_bus_new_(&nv04_bus, device, type, inst, pbus); in nv04_bus_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dgk208.c73 gk208_fifo_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gk208_fifo_new() argument
76 return nvkm_fifo_new_(&gk208_fifo, device, type, inst, pfifo); in gk208_fifo_new()
H A Dg98.c66 g98_fifo_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in g98_fifo_new() argument
69 return nvkm_fifo_new_(&g98_fifo, device, type, inst, pfifo); in g98_fifo_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mc/
H A Dgf100.c79 gf100_mc_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_mc **pmc) in gf100_mc_new() argument
81 return nvkm_mc_new_(&gf100_mc, device, type, inst, pmc); in gf100_mc_new()

Completed in 9 milliseconds

1...<<31323334353637383940>>...71