/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | nv46.c | 54 nv46_fb_new(struct nvkm_device *device, int index, struct nvkm_fb **pfb) in nv46_fb_new() argument 56 return nvkm_fb_new_(&nv46_fb, device, index, pfb); in nv46_fb_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fuse/ |
H A D | nv50.c | 48 nv50_fuse_new(struct nvkm_device *device, int index, struct nvkm_fuse **pfuse) in nv50_fuse_new() argument 50 return nvkm_fuse_new_(&nv50_fuse, device, index, pfuse); in nv50_fuse_new()
|
H A D | base.c | 45 int index, struct nvkm_fuse **pfuse) in nvkm_fuse_new_() 50 nvkm_subdev_ctor(&nvkm_fuse, device, index, &fuse->subdev); in nvkm_fuse_new_() 44 nvkm_fuse_new_(const struct nvkm_fuse_func *func, struct nvkm_device *device, int index, struct nvkm_fuse **pfuse) nvkm_fuse_new_() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
H A D | i2c.h | 24 u16 dcb_i2c_entry(struct nvkm_bios *, u8 index, u8 *ver, u8 *len); 25 int dcb_i2c_parse(struct nvkm_bios *, u8 index, struct dcb_i2c_entry *);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | gk104.c | 44 gk104_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in gk104_disp_new() argument 46 return nv50_disp_new_(&gk104_disp, device, index, pdisp); in gk104_disp_new()
|
H A D | gm107.c | 44 gm107_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in gm107_disp_new() argument 46 return nv50_disp_new_(&gm107_disp, device, index, pdisp); in gm107_disp_new()
|
H A D | gk110.c | 44 gk110_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in gk110_disp_new() argument 46 return nv50_disp_new_(&gk110_disp, device, index, pdisp); in gk110_disp_new()
|
H A D | g84.c | 44 g84_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in g84_disp_new() argument 46 return nv50_disp_new_(&g84_disp, device, index, pdisp); in g84_disp_new()
|
H A D | g94.c | 44 g94_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in g94_disp_new() argument 46 return nv50_disp_new_(&g94_disp, device, index, pdisp); in g94_disp_new()
|
H A D | mcp89.c | 42 mcp89_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in mcp89_disp_new() argument 44 return nv50_disp_new_(&mcp89_disp, device, index, pdisp); in mcp89_disp_new()
|
H A D | mcp77.c | 42 mcp77_disp_new(struct nvkm_device *device, int index, struct nvkm_disp **pdisp) in mcp77_disp_new() argument 44 return nv50_disp_new_(&mcp77_disp, device, index, pdisp); in mcp77_disp_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | nv10.c | 55 nv10_fifo_new(struct nvkm_device *device, int index, struct nvkm_fifo **pfifo) in nv10_fifo_new() argument 57 return nv04_fifo_new_(&nv10_fifo, device, index, 32, in nv10_fifo_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/nvdec/ |
H A D | gm107.c | 59 gm107_nvdec_new(struct nvkm_device *device, int index, in gm107_nvdec_new() argument 62 return nvkm_nvdec_new_(gm107_nvdec_fwif, device, index, pnvdec); in gm107_nvdec_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/nvenc/ |
H A D | gm107.c | 59 gm107_nvenc_new(struct nvkm_device *device, int index, in gm107_nvenc_new() argument 62 return nvkm_nvenc_new_(gm107_nvenc_fwif, device, index, pnvenc); in gm107_nvenc_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/sw/ |
H A D | nv10.c | 65 nv10_sw_new(struct nvkm_device *device, int index, struct nvkm_sw **psw) in nv10_sw_new() argument 67 return nvkm_sw_new_(&nv10_sw, device, index, psw); in nv10_sw_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/ |
H A D | gv100.c | 52 gv100_gsp_new(struct nvkm_device *device, int index, struct nvkm_gsp **pgsp) in gv100_gsp_new() argument 54 return nvkm_gsp_new_(gv100_gsp, device, index, pgsp); in gv100_gsp_new()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | iommu-helper.h | 18 static inline int iommu_is_span_boundary(unsigned int index, unsigned int nr, in iommu_is_span_boundary() argument 23 shift = (shift + index) & (boundary_size - 1); in iommu_is_span_boundary()
|
H A D | cgroup_rdma.h | 45 enum rdmacg_resource_type index); 48 enum rdmacg_resource_type index);
|
/kernel/linux/linux-6.6/drivers/net/can/peak_canfd/ |
H A D | peak_canfd_user.h | 18 int index; /* channel index */ member 22 int echo_idx; /* echo skb free slot index */ 40 struct net_device *alloc_peak_canfd_dev(int sizeof_priv, int index,
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | aops.h | 35 * @index: index into the page cache for @mapping of the page to map 38 * @index, where @index is in units of PAGE_SIZE, and not in bytes. 73 unsigned long index) in ntfs_map_page() 75 struct page *page = read_mapping_page(mapping, index, NULL); in ntfs_map_page() 72 ntfs_map_page(struct address_space *mapping, unsigned long index) ntfs_map_page() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | cgroup_rdma.h | 45 enum rdmacg_resource_type index); 48 enum rdmacg_resource_type index);
|
H A D | iommu-helper.h | 20 static inline int iommu_is_span_boundary(unsigned int index, unsigned int nr, in iommu_is_span_boundary() argument 25 shift = (shift + index) & (boundary_size - 1); in iommu_is_span_boundary()
|
/kernel/linux/linux-6.6/drivers/clk/ |
H A D | clk.h | 13 int index, const char *con_id); 16 int index, const char *con_id) in of_clk_get_hw() 15 of_clk_get_hw(struct device_node *np, int index, const char *con_id) of_clk_get_hw() argument
|
/kernel/linux/linux-6.6/drivers/cpuidle/ |
H A D | cpuidle-at91.c | 28 int index) in at91_enter_idle() 31 return index; in at91_enter_idle() 26 at91_enter_idle(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) at91_enter_idle() argument
|
H A D | cpuidle-clps711x.c | 19 struct cpuidle_driver *drv, int index) in clps711x_cpuidle_halt() 23 return index; in clps711x_cpuidle_halt() 18 clps711x_cpuidle_halt(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) clps711x_cpuidle_halt() argument
|