/kernel/linux/linux-5.10/include/net/ |
H A D | erspan.h | 171 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 D | phy.h | 222 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 D | gus_mixer.c | 18 { .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 D | skl-sst-dsp.h | 79 /* 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 D | media.h | 216 __u16 index; /* pad index */ member 338 __u32 index; member
|
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | eurotechwdt.c | 108 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 D | mincore.c | 51 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 D | dsa_priv.h | 85 /* 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 D | oproxy.c | 98 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 D | gm200.c | 291 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 D | nv25.c | 132 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 D | nv34.c | 134 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 D | nv35.c | 134 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 D | nv2a.c | 123 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 D | nv44.c | 206 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 D | base.c | 143 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 D | nv40.c | 221 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 D | base.c | 236 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 D | nv04.c | 221 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 D | gm200.c | 182 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 D | gv100.c | 304 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 D | vkms_plane.c | 181 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 D | benq.c | 34 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 D | 88pm8607.c | 201 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 D | xilinx-vip.c | 245 * 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()
|