Home
last modified time | relevance | path

Searched refs:index (Results 11076 - 11100 of 19931) sorted by relevance

1...<<441442443444445446447448449450>>...798

/kernel/linux/linux-5.10/include/net/
H A Derspan.h171 u32 id, u32 index, in erspan_build_header()
214 *idx = htonl(index & INDEX_MASK); in erspan_build_header()
170 erspan_build_header(struct sk_buff *skb, u32 id, u32 index, bool truncate, bool is_ipv4) erspan_build_header() argument
/kernel/linux/linux-5.10/include/linux/usb/
H A Dphy.h222 const char *phandle, u8 index);
247 const char *phandle, u8 index) in devm_usb_get_phy_by_phandle()
246 devm_usb_get_phy_by_phandle(struct device *dev, const char *phandle, u8 index) devm_usb_get_phy_by_phandle() argument
/kernel/linux/linux-5.10/sound/isa/gus/
H A Dgus_mixer.c18 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
61 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
/kernel/linux/linux-5.10/sound/soc/intel/skylake/
H A Dskl-sst-dsp.h79 /* Mask for a given core index, c = 0.. number of supported cores - 1 */
237 unsigned int offset, int index);
253 unsigned int hdr_offset, int index);
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dmedia.h216 __u16 index; /* pad index */ member
338 __u32 index; member
/kernel/linux/linux-5.10/drivers/watchdog/
H A Deurotechwdt.c108 static inline void eurwdt_write_reg(u8 index, u8 data) in eurwdt_write_reg() argument
110 outb(index, io); in eurwdt_write_reg()
/kernel/linux/linux-5.10/mm/
H A Dmincore.c51 static unsigned char mincore_page(struct address_space *mapping, pgoff_t index) in mincore_page() argument
62 page = find_get_incore_page(mapping, index); in mincore_page()
/kernel/linux/linux-5.10/net/dsa/
H A Ddsa_priv.h85 /* DSA port data, such as switch, port index, etc. */
124 if (dp->ds->index == device && dp->index == port && in dsa_master_find_slave()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/core/
H A Doproxy.c98 nvkm_oproxy_sclass(struct nvkm_object *object, int index, in nvkm_oproxy_sclass() argument
105 return oproxy->object->func->sclass(oproxy->object, index, oclass); in nvkm_oproxy_sclass()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgm200.c291 gm200_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in gm200_gr_new() argument
293 return gf100_gr_new_(gm200_gr_fwif, device, index, pgr); in gm200_gr_new()
H A Dnv25.c132 nv25_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in nv25_gr_new() argument
134 return nv20_gr_new_(&nv25_gr, device, index, pgr); in nv25_gr_new()
H A Dnv34.c134 nv34_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in nv34_gr_new() argument
136 return nv20_gr_new_(&nv34_gr, device, index, pgr); in nv34_gr_new()
H A Dnv35.c134 nv35_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in nv35_gr_new() argument
136 return nv20_gr_new_(&nv35_gr, device, index, pgr); in nv35_gr_new()
H A Dnv2a.c123 nv2a_gr_new(struct nvkm_device *device, int index, struct nvkm_gr **pgr) in nv2a_gr_new() argument
125 return nv20_gr_new_(&nv2a_gr, device, index, pgr); in nv2a_gr_new()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/
H A Dnv44.c206 nv44_mpeg_new(struct nvkm_device *device, int index, struct nvkm_engine **pmpeg) in nv44_mpeg_new() argument
215 return nvkm_engine_ctor(&nv44_mpeg, device, index, true, &mpeg->engine); in nv44_mpeg_new()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dbase.c143 nvkm_bios_new(struct nvkm_device *device, int index, struct nvkm_bios **pbios) in nvkm_bios_new() argument
152 nvkm_subdev_ctor(&nvkm_bios, device, index, &bios->subdev); in nvkm_bios_new()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dnv40.c221 nv40_clk_new(struct nvkm_device *device, int index, struct nvkm_clk **pclk) in nv40_clk_new() argument
231 return nvkm_clk_ctor(&nv40_clk, device, index, true, &clk->base); in nv40_clk_new()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
H A Dbase.c236 struct nvkm_device *device, int index, in nvkm_instmem_ctor()
239 nvkm_subdev_ctor(&nvkm_instmem, device, index, &imem->subdev); in nvkm_instmem_ctor()
235 nvkm_instmem_ctor(const struct nvkm_instmem_func *func, struct nvkm_device *device, int index, struct nvkm_instmem *imem) nvkm_instmem_ctor() argument
H A Dnv04.c221 nv04_instmem_new(struct nvkm_device *device, int index, in nv04_instmem_new() argument
228 nvkm_instmem_ctor(&nv04_instmem, device, index, &imem->base); in nv04_instmem_new()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dgm200.c182 gm200_devinit_new(struct nvkm_device *device, int index, in gm200_devinit_new() argument
185 return nv50_devinit_new_(&gm200_devinit, device, index, pinit); in gm200_devinit_new()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dgv100.c304 gv100_fifo_new(struct nvkm_device *device, int index, struct nvkm_fifo **pfifo) in gv100_fifo_new() argument
306 return gk104_fifo_new_(&gv100_fifo, device, index, 4096, pfifo); in gv100_fifo_new()
/kernel/linux/linux-5.10/drivers/gpu/drm/vkms/
H A Dvkms_plane.c181 enum drm_plane_type type, int index) in vkms_plane_init()
203 ret = drm_universal_plane_init(dev, plane, 1 << index, in vkms_plane_init()
180 vkms_plane_init(struct vkms_device *vkmsdev, enum drm_plane_type type, int index) vkms_plane_init() argument
/kernel/linux/linux-5.10/drivers/media/usb/gspca/
H A Dbenq.c34 u16 value, u16 index) in reg_w()
45 index, in reg_w()
194 * ep 0x82 of the same index. in sd_isoc_irq()
33 reg_w(struct gspca_dev *gspca_dev, u16 value, u16 index) reg_w() argument
/kernel/linux/linux-5.10/drivers/regulator/
H A D88pm8607.c201 static int pm8607_list_voltage(struct regulator_dev *rdev, unsigned index) in pm8607_list_voltage() argument
206 ret = regulator_list_voltage_table(rdev, index); in pm8607_list_voltage()
/kernel/linux/linux-5.10/drivers/media/platform/xilinx/
H A Dxilinx-vip.c245 * Return: 0 if the media bus code is found, or -EINVAL if the format index
260 if (code->index) in xvip_enum_mbus_code()
284 * if the index or the code is not valid.
300 if (fse->index || fse->code != format->code) in xvip_enum_frame_size()

Completed in 19 milliseconds

1...<<441442443444445446447448449450>>...798