Home
last modified time | relevance | path

Searched refs:index (Results 10626 - 10650 of 24006) sorted by relevance

1...<<421422423424425426427428429430>>...961

/kernel/linux/linux-5.10/sound/usb/
H A Dmixer.h85 unsigned int idx_off; /* Control index offset */
128 int index, int value);
131 int channel, int index, int *value);
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dhiddev.h54 __u32 index; member
62 __s32 index; member
/kernel/linux/linux-5.10/fs/f2fs/
H A Dxattr.h140 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 Ddmx.h243 * @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 Dtag_rtl4_a.c47 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 Dexeclist.h160 u32 index; member
165 u32 index; member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgk110b.c147 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 Dnv44.c105 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 Dgp102.c155 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 Dgf108.c154 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/
H A Dnv50.c132 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 Dgk104.c181 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 Dgt200.c154 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 Dgt215.c135 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 Dnv50.c172 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 Dg84.c130 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 Dgm107.c109 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 Dgp100.c94 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 Dnv40.c124 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 Dgm20b.c132 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 Dgf100.c117 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 Dbase.c130 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 Dgt215.c149 gt215_devinit_new(struct nvkm_device *device, int index, in gt215_devinit_new() argument
152 return nv50_devinit_new_(&gt215_devinit, device, index, pinit); in gt215_devinit_new()
H A Dnv05.c139 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 Dpriv.h41 int index, struct nvkm_fb *);
43 int index, struct nvkm_fb **);

Completed in 17 milliseconds

1...<<421422423424425426427428429430>>...961