/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | cpufreq-dt.h | 18 unsigned int index); 20 unsigned int index);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | nv04.c | 38 nv04_mmu_new(struct nvkm_device *device, int index, struct nvkm_mmu **pmmu) in nv04_mmu_new() argument 40 return nvkm_mmu_new_(&nv04_mmu, device, index, pmmu); in nv04_mmu_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/pci/ |
H A D | gp100.c | 41 gp100_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in gp100_pci_new() argument 43 return nvkm_pci_new_(&gp100_pci_func, device, index, ppci); in gp100_pci_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
H A D | gm200.c | 35 gm200_therm_new(struct nvkm_device *device, int index, in gm200_therm_new() argument 38 return nvkm_therm_new_(&gm200_therm, device, index, ptherm); in gm200_therm_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mc/ |
H A D | gk20a.c | 38 gk20a_mc_new(struct nvkm_device *device, int index, struct nvkm_mc **pmc) in gk20a_mc_new() argument 40 return nvkm_mc_new_(&gk20a_mc, device, index, pmc); in gk20a_mc_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/timer/ |
H A D | gk20a.c | 36 gk20a_timer_new(struct nvkm_device *device, int index, struct nvkm_timer **ptmr) in gk20a_timer_new() argument 38 return nvkm_timer_new_(&gk20a_timer, device, index, ptmr); in gk20a_timer_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/volt/ |
H A D | nv40.c | 33 nv40_volt_new(struct nvkm_device *device, int index, struct nvkm_volt **pvolt) in nv40_volt_new() argument 38 ret = nvkm_volt_new_(&nv40_volt, device, index, &volt); in nv40_volt_new()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | of_clk.h | 15 const char *of_clk_get_parent_name(const struct device_node *np, int index); 25 int index) in of_clk_get_parent_name() 24 of_clk_get_parent_name(const struct device_node *np, int index) of_clk_get_parent_name() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/sec2/ |
H A D | gp108.c | 39 gp108_sec2_new(struct nvkm_device *device, int index, struct nvkm_sec2 **psec2) in gp108_sec2_new() argument 41 return nvkm_sec2_new_(gp108_sec2_fwif, device, index, 0, psec2); in gp108_sec2_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
H A D | nv1a.c | 38 nv1a_devinit_new(struct nvkm_device *device, int index, in nv1a_devinit_new() argument 41 return nv04_devinit_new_(&nv1a_devinit, device, index, pinit); in nv1a_devinit_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | gf108.c | 39 gf108_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in gf108_fb_new() argument 41 return gf100_fb_new_(&gf108_fb, device, index, pfb); in gf108_fb_new()
|
H A D | gk20a.c | 37 gk20a_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in gk20a_fb_new() argument 39 return gf100_fb_new_(&gk20a_fb, device, index, pfb); in gk20a_fb_new()
|
H A D | gm107.c | 39 gm107_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in gm107_fb_new() argument 41 return gf100_fb_new_(&gm107_fb, device, index, pfb); in gm107_fb_new()
|
H A D | gm20b.c | 37 gm20b_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in gm20b_fb_new() argument 39 return gf100_fb_new_(&gm20b_fb, device, index, pfb); in gm20b_fb_new()
|
H A D | gp10b.c | 34 gp10b_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in gp10b_fb_new() argument 36 return gf100_fb_new_(&gp10b_fb, device, index, pfb); in gp10b_fb_new()
|
H A D | nv4e.c | 40 nv4e_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv4e_fb_new() argument 42 return nvkm_fb_new_(&nv4e_fb, device, index, pfb); in nv4e_fb_new()
|
H A D | nv1a.c | 39 nv1a_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv1a_fb_new() argument 41 return nvkm_fb_new_(&nv1a_fb, device, index, pfb); in nv1a_fb_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
H A D | gm200.c | 37 gm200_i2c_new(struct nvkm_device *device, int index, struct nvkm_i2c **pi2c) in gm200_i2c_new() argument 39 return nvkm_i2c_new_(&gm200_i2c, device, index, pi2c); in gm200_i2c_new()
|
H A D | gf119.c | 37 gf119_i2c_new(struct nvkm_device *device, int index, struct nvkm_i2c **pi2c) in gf119_i2c_new() argument 39 return nvkm_i2c_new_(&gf119_i2c, device, index, pi2c); in gf119_i2c_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/ce/ |
H A D | gp102.c | 40 gp102_ce_new(struct nvkm_device *device, int index, in gp102_ce_new() argument 43 return nvkm_engine_new_(&gp102_ce, device, index, true, pengine); in gp102_ce_new()
|
H A D | gm107.c | 39 gm107_ce_new(struct nvkm_device *device, int index, in gm107_ce_new() argument 42 return nvkm_engine_new_(&gm107_ce, device, index, true, pengine); in gm107_ce_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/ |
H A D | g84.c | 40 g84_mpeg_new(struct nvkm_device *device, int index, struct nvkm_engine **pmpeg) in g84_mpeg_new() argument 42 return nvkm_engine_new_(&g84_mpeg, device, index, true, pmpeg); in g84_mpeg_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/vp/ |
H A D | g84.c | 39 g84_vp_new(struct nvkm_device *device, int index, struct nvkm_engine **pengine) in g84_vp_new() argument 41 return nvkm_xtensa_new_(&g84_vp, device, index, in g84_vp_new()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | of_clk.h | 15 const char *of_clk_get_parent_name(const struct device_node *np, int index); 25 int index) in of_clk_get_parent_name() 24 of_clk_get_parent_name(const struct device_node *np, int index) of_clk_get_parent_name() argument
|
/kernel/linux/linux-6.6/drivers/vfio/cdx/ |
H A D | private.h | 11 static inline u64 vfio_cdx_index_to_offset(u32 index) in vfio_cdx_index_to_offset() argument 13 return ((u64)(index) << VFIO_CDX_OFFSET_SHIFT); in vfio_cdx_index_to_offset()
|