/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | hiddev.h | 54 __u32 index; member 62 __s32 index; member
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | xattr.h | 140 static inline int f2fs_setxattr(struct inode *inode, int index, in f2fs_setxattr() argument 146 static inline int f2fs_getxattr(struct inode *inode, int index, in f2fs_getxattr() argument
|
/kernel/linux/linux-5.10/include/uapi/linux/dvb/ |
H A D | dmx.h | 243 * @index: id number of the buffer 257 * Please notice that, for &DMX_QBUF, only @index should be filled. 261 __u32 index; member 286 * @index: id number of the buffer 299 __u32 index; member
|
/kernel/linux/linux-5.10/net/dsa/ |
H A D | tag_rtl4_a.c | 47 dp->index); in rtl4a_tag_xmit() 59 out |= BIT(dp->index); in rtl4a_tag_xmit()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/ |
H A D | execlist.h | 160 u32 index; member 165 u32 index; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | gk110b.c | 147 gk110b_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in gk110b_gr_new() argument 149 return gf100_gr_new_(gk110b_gr_fwif, device, index, pgr); in gk110b_gr_new()
|
H A D | nv44.c | 105 nv44_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in nv44_gr_new() argument 107 return nv40_gr_new_(&nv44_gr, device, index, pgr); in nv44_gr_new()
|
H A D | gp102.c | 155 gp102_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in gp102_gr_new() argument 157 return gf100_gr_new_(gp102_gr_fwif, device, index, pgr); in gp102_gr_new()
|
H A D | gf108.c | 154 gf108_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in gf108_gr_new() argument 156 return gf100_gr_new_(gf108_gr_fwif, device, index, pgr); in gf108_gr_new()
|
H A D | gf104.c | 155 gf104_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in gf104_gr_new() argument 157 return gf100_gr_new_(gf104_gr_fwif, device, index, pgr); in gf104_gr_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/ |
H A D | nv50.c | 132 nv50_mpeg_new(struct nvkm_device *device, int index, struct nvkm_engine **pmpeg) in nv50_mpeg_new() argument 134 return nvkm_engine_new_(&nv50_mpeg, device, index, true, pmpeg); in nv50_mpeg_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/pm/ |
H A D | gk104.c | 181 gk104_pm_new(struct nvkm_device *device, int index, struct nvkm_pm **ppm) in gk104_pm_new() argument 183 return gf100_pm_new_(&gk104_pm, device, index, ppm); in gk104_pm_new()
|
H A D | gt200.c | 154 gt200_pm_new(struct nvkm_device *device, int index, struct nvkm_pm **ppm) in gt200_pm_new() argument 156 return nv40_pm_new_(gt200_pm, device, index, ppm); in gt200_pm_new()
|
H A D | gt215.c | 135 gt215_pm_new(struct nvkm_device *device, int index, struct nvkm_pm **ppm) in gt215_pm_new() argument 137 return nv40_pm_new_(gt215_pm, device, index, ppm); in gt215_pm_new()
|
H A D | nv50.c | 172 nv50_pm_new(struct nvkm_device *device, int index, struct nvkm_pm **ppm) in nv50_pm_new() argument 174 return nv40_pm_new_(nv50_pm, device, index, ppm); in nv50_pm_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/cipher/ |
H A D | g84.c | 130 g84_cipher_new(struct nvkm_device *device, int index, in g84_cipher_new() argument 133 return nvkm_engine_new_(&g84_cipher, device, index, true, pengine); in g84_cipher_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | gm107.c | 109 gm107_fifo_new(struct nvkm_device *device, int index, struct nvkm_fifo **pfifo) in gm107_fifo_new() argument 111 return gk104_fifo_new_(&gm107_fifo, device, index, 2048, pfifo); in gm107_fifo_new()
|
H A D | gp100.c | 94 gp100_fifo_new(struct nvkm_device *device, int index, struct nvkm_fifo **pfifo) in gp100_fifo_new() argument 96 return gk104_fifo_new_(&gp100_fifo, device, index, 4096, pfifo); in gp100_fifo_new()
|
H A D | nv40.c | 124 nv40_fifo_new(struct nvkm_device *device, int index, struct nvkm_fifo **pfifo) in nv40_fifo_new() argument 126 return nv04_fifo_new_(&nv40_fifo, device, index, 32, in nv40_fifo_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/acr/ |
H A D | gm20b.c | 132 gm20b_acr_new(struct nvkm_device *device, int index, struct nvkm_acr **pacr) in gm20b_acr_new() argument 134 return nvkm_acr_new_(gm20b_acr_fwif, device, index, pacr); in gm20b_acr_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
H A D | gf100.c | 117 gf100_devinit_new(struct nvkm_device *device, int index, in gf100_devinit_new() argument 120 return nv50_devinit_new_(&gf100_devinit, device, index, pinit); in gf100_devinit_new()
|
H A D | base.c | 130 struct nvkm_device *device, int index, in nvkm_devinit_ctor() 133 nvkm_subdev_ctor(&nvkm_devinit, device, index, &init->subdev); in nvkm_devinit_ctor() 129 nvkm_devinit_ctor(const struct nvkm_devinit_func *func, struct nvkm_device *device, int index, struct nvkm_devinit *init) nvkm_devinit_ctor() argument
|
H A D | gt215.c | 149 gt215_devinit_new(struct nvkm_device *device, int index, in gt215_devinit_new() argument 152 return nv50_devinit_new_(>215_devinit, device, index, pinit); in gt215_devinit_new()
|
H A D | nv05.c | 139 nv05_devinit_new(struct nvkm_device *device, int index, in nv05_devinit_new() argument 142 return nv04_devinit_new_(&nv05_devinit, device, index, pinit); in nv05_devinit_new()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | priv.h | 41 int index, struct nvkm_fb *); 43 int index, struct nvkm_fb **);
|