/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | mcfintc.h | 85 void mcf_setimr(int index); 86 void mcf_clrimr(int index);
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/ |
H A D | pgtable-4k.h | 50 static inline int get_hugepd_cache_index(int index) in get_hugepd_cache_index() argument 52 switch (index) { in get_hugepd_cache_index()
|
/kernel/linux/linux-6.6/arch/arm/mach-s3c/ |
H A D | cpuidle-s3c64xx.c | 23 struct cpuidle_driver *drv, int index) in s3c64xx_enter_idle() 35 return index; in s3c64xx_enter_idle() 22 s3c64xx_enter_idle(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) s3c64xx_enter_idle() argument
|
/kernel/linux/linux-6.6/arch/arm/mach-imx/ |
H A D | cpuidle-imx6sl.c | 15 struct cpuidle_driver *drv, int index) in imx6sl_enter_wait() 27 return index; in imx6sl_enter_wait() 14 imx6sl_enter_wait(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) imx6sl_enter_wait() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/ |
H A D | gp102.c | 48 gp102_ltc_new(struct nvkm_device *device, int index, struct nvkm_ltc **pltc) in gp102_ltc_new() argument 50 return nvkm_ltc_new_(&gp102_ltc, device, index, pltc); in gp102_ltc_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mc/ |
H A D | nv50.c | 58 nv50_mc_new(struct nvkm_device *device, int index, struct nvkm_mc **pmc) in nv50_mc_new() argument 60 return nvkm_mc_new_(&nv50_mc, device, index, pmc); in nv50_mc_new()
|
H A D | tu102.c | 52 tu102_mc_new(struct nvkm_device *device, int index, struct nvkm_mc **pmc) in tu102_mc_new() argument 54 return gp100_mc_new_(&tu102_mc, device, index, pmc); in tu102_mc_new()
|
H A D | nv17.c | 56 nv17_mc_new(struct nvkm_device *device, int index, struct nvkm_mc **pmc) in nv17_mc_new() argument 58 return nvkm_mc_new_(&nv17_mc, device, index, pmc); in nv17_mc_new()
|
H A D | nv44.c | 51 nv44_mc_new(struct nvkm_device *device, int index, struct nvkm_mc **pmc) in nv44_mc_new() argument 53 return nvkm_mc_new_(&nv44_mc, device, index, pmc); in nv44_mc_new()
|
H A D | gk104.c | 63 gk104_mc_new(struct nvkm_device *device, int index, struct nvkm_mc **pmc) in gk104_mc_new() argument 65 return nvkm_mc_new_(&gk104_mc, device, index, pmc); in gk104_mc_new()
|
H A D | gp10b.c | 46 gp10b_mc_new(struct nvkm_device *device, int index, struct nvkm_mc **pmc) in gp10b_mc_new() argument 48 return gp100_mc_new_(&gp10b_mc, device, index, pmc); in gp10b_mc_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/pci/ |
H A D | nv46.c | 48 nv46_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in nv46_pci_new() argument 50 return nvkm_pci_new_(&nv46_pci_func, device, index, ppci); in nv46_pci_new()
|
H A D | gf106.c | 46 gf106_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in gf106_pci_new() argument 48 return nvkm_pci_new_(&gf106_pci_func, device, index, ppci); in gf106_pci_new()
|
H A D | g92.c | 54 g92_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in g92_pci_new() argument 56 return nvkm_pci_new_(&g92_pci_func, device, index, ppci); in g92_pci_new()
|
H A D | g94.c | 46 g94_pci_new(struct nvkm_device *device, int index, struct nvkm_pci **ppci) in g94_pci_new() argument 48 return nvkm_pci_new_(&g94_pci_func, device, index, ppci); in g94_pci_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
H A D | gm107.c | 52 gm107_pmu_new(struct nvkm_device *device, int index, struct nvkm_pmu **ppmu) in gm107_pmu_new() argument 54 return nvkm_pmu_new_(gm107_pmu_fwif, device, index, ppmu); in gm107_pmu_new()
|
H A D | gp102.c | 54 gp102_pmu_new(struct nvkm_device *device, int index, struct nvkm_pmu **ppmu) in gp102_pmu_new() argument 56 return nvkm_pmu_new_(gp102_pmu_fwif, device, index, ppmu); in gp102_pmu_new()
|
H A D | gk208.c | 51 gk208_pmu_new(struct nvkm_device *device, int index, struct nvkm_pmu **ppmu) in gk208_pmu_new() argument 53 return nvkm_pmu_new_(gk208_pmu_fwif, device, index, ppmu); in gk208_pmu_new()
|
H A D | gf119.c | 50 gf119_pmu_new(struct nvkm_device *device, int index, struct nvkm_pmu **ppmu) in gf119_pmu_new() argument 52 return nvkm_pmu_new_(gf119_pmu_fwif, device, index, ppmu); in gf119_pmu_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
H A D | gp100.c | 52 gp100_therm_new(struct nvkm_device *device, int index, in gp100_therm_new() argument 55 return nvkm_therm_new_(&gp100_therm, device, index, ptherm); in gp100_therm_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/volt/ |
H A D | gf100.c | 59 gf100_volt_new(struct nvkm_device *device, int index, struct nvkm_volt **pvolt) in gf100_volt_new() argument 64 ret = nvkm_volt_new_(&gf100_volt, device, index, &volt); in gf100_volt_new()
|
H A D | gf117.c | 49 gf117_volt_new(struct nvkm_device *device, int index, struct nvkm_volt **pvolt) in gf117_volt_new() argument 54 ret = nvkm_volt_new_(&gf117_volt, device, index, &volt); in gf117_volt_new()
|
H A D | priv.h | 8 int index, struct nvkm_volt *); 10 int index, struct nvkm_volt **);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | tu102.c | 54 tu102_mmu_new(struct nvkm_device *device, int index, struct nvkm_mmu **pmmu) in tu102_mmu_new() argument 56 return nvkm_mmu_new_(&tu102_mmu, device, index, pmmu); in tu102_mmu_new()
|
/kernel/linux/linux-5.10/drivers/net/ipa/ |
H A D | gsi_private.h | 43 * gsi_channel_trans_mapped() - Return a transaction mapped to a TRE index 45 * @index: Index of the TRE having a transaction 47 * Return: The GSI transaction pointer associated with the TRE index 50 u32 index); 105 void *gsi_ring_virt(struct gsi_ring *ring, u32 index);
|