Home
last modified time | relevance | path

Searched refs:index (Results 11851 - 11875 of 24248) sorted by relevance

1...<<471472473474475476477478479480>>...970

/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/
H A Dmtk_ppe.h346 struct mtk_ppe *mtk_ppe_init(struct mtk_eth *eth, void __iomem *base, int index);
401 int mtk_ppe_debugfs_init(struct mtk_ppe *ppe, int index);
402 struct mtk_foe_accounting *mtk_foe_entry_get_mib(struct mtk_ppe *ppe, u32 index,
/kernel/linux/linux-6.6/drivers/net/usb/
H A Dasix.h201 int __must_check asix_read_cmd(struct usbnet *dev, u8 cmd, u16 value, u16 index,
204 int asix_write_cmd(struct usbnet *dev, u8 cmd, u16 value, u16 index,
208 u16 index, u16 size, void *data);
/kernel/linux/linux-6.6/drivers/net/ethernet/xscale/
H A Dptp_ixp46x.c87 event.index = 0; in isr()
101 event.index = 1; in isr()
197 switch (rq->extts.index) { in ptp_ixp_enable()
/kernel/linux/linux-6.6/drivers/media/pci/cx88/
H A Dcx88-vbi.c108 buf, buf->vb.vb2_buf.index); in cx8800_restart_vbi_queue()
182 buf, buf->vb.vb2_buf.index); in buffer_queue()
190 buf, buf->vb.vb2_buf.index); in buffer_queue()
/kernel/linux/linux-6.6/drivers/media/platform/microchip/
H A Dmicrochip-isc-clk.c178 static int isc_clk_set_parent(struct clk_hw *hw, u8 index) in isc_clk_set_parent() argument
182 if (index >= clk_hw_get_num_parents(hw)) in isc_clk_set_parent()
185 isc_clk->parent_id = index; in isc_clk_set_parent()
/kernel/linux/linux-6.6/drivers/nvmem/
H A Dbrcm_nvram.c98 static int brcm_nvram_read_post_process_macaddr(void *context, const char *id, int index, in brcm_nvram_read_post_process_macaddr() argument
109 if (index) in brcm_nvram_read_post_process_macaddr()
110 eth_addr_add(mac, index); in brcm_nvram_read_post_process_macaddr()
H A Du-boot-env.c75 static int u_boot_env_read_post_process_ethaddr(void *context, const char *id, int index, in u_boot_env_read_post_process_ethaddr() argument
86 if (index) in u_boot_env_read_post_process_ethaddr()
87 eth_addr_add(mac, index); in u_boot_env_read_post_process_ethaddr()
/kernel/linux/linux-6.6/drivers/phy/samsung/
H A Dphy-exynos-mipi-video.c221 unsigned int index; member
258 container_of((desc), struct exynos_mipi_video_phy, phys[(desc)->index])
333 state->phys[i].index = i; in exynos_mipi_video_phy_probe()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dearly_printk.c74 .index = -1,
324 .index = -1,
329 if (con->index != -1) { in early_console_register()
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/
H A Dexynos_drm_plane.c300 struct exynos_drm_plane *exynos_plane, unsigned int index, in exynos_plane_init()
322 exynos_plane->index = index; in exynos_plane_init()
299 exynos_plane_init(struct drm_device *dev, struct exynos_drm_plane *exynos_plane, unsigned int index, const struct exynos_drm_plane_config *config) exynos_plane_init() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/etnaviv/
H A Detnaviv_perfmon.c477 unsigned int index) in pm_domain()
488 if (index - offset >= meta->nr_domains) { in pm_domain()
493 domain = meta->domains + (index - offset); in pm_domain()
476 pm_domain(const struct etnaviv_gpu *gpu, unsigned int index) pm_domain() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_of.c35 unsigned int index = 0; in drm_of_crtc_port_mask() local
40 return 1 << index; in drm_of_crtc_port_mask()
42 index++; in drm_of_crtc_port_mask()
/kernel/linux/linux-6.6/drivers/gpu/drm/mediatek/
H A Dmtk_hdmi_ddc.c117 u32 index = 0; in mtk_hdmi_ddc_read_msg() local
176 msg->buf[index + i - 1] = sif_read_mask(ddc, offset, in mtk_hdmi_ddc_read_msg()
182 index += read_count; in mtk_hdmi_ddc_read_msg()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_debugfs.c93 .index = 0, in nouveau_debugfs_pstate_get()
107 attr.index = 0; in nouveau_debugfs_pstate_get()
119 } while (attr.index); in nouveau_debugfs_pstate_get()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dradeon_ring.c420 u32 index = RADEON_WB_RING0_NEXT_RPTR + (ring->idx * 4); in radeon_ring_init() local
421 ring->next_rptr_gpu_addr = rdev->wb.gpu_addr + index; in radeon_ring_init()
422 ring->next_rptr_cpu_addr = &rdev->wb.wb[index/4]; in radeon_ring_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/
H A Dwndwc57e.c238 wndwc57e_new(struct nouveau_drm *drm, enum drm_plane_type type, int index, in wndwc57e_new() argument
241 return wndwc37e_new_(&wndwc57e, drm, type, index, oclass, in wndwc57e_new()
242 BIT(index >> 1), pwndw); in wndwc57e_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dgm20b.c172 nvkm_falcon_cmdq_init(pmu->hpq, msg.queue_info[0].index, in gm20b_pmu_initmsg()
175 nvkm_falcon_cmdq_init(pmu->lpq, msg.queue_info[1].index, in gm20b_pmu_initmsg()
178 nvkm_falcon_msgq_init(pmu->msgq, msg.queue_info[4].index, in gm20b_pmu_initmsg()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dmax6642.c203 temp_from_reg10(data->temp_input[attr->index])); in temp_max10_show()
230 i2c_smbus_write_byte_data(data->client, attr2->index, in temp_max_store()
239 int bitnr = to_sensor_dev_attr(attr)->index; in alarm_show()
H A Dmax197.c93 int channel = attr->index; in max197_show_range()
121 int channel = attr->index; in max197_store_range()
176 int channel = attr->index; in max197_show_input()
/kernel/linux/linux-6.6/drivers/gpu/host1x/hw/
H A Dchannel_hw.c350 unsigned int index) in host1x_channel_init()
353 ch->regs = dev->regs + index * 0x4000; in host1x_channel_init()
355 ch->regs = dev->regs + index * 0x100; in host1x_channel_init()
349 host1x_channel_init(struct host1x_channel *ch, struct host1x *dev, unsigned int index) host1x_channel_init() argument
/kernel/linux/linux-6.6/drivers/hwmon/occ/
H A Dsysfs.c60 switch (sattr->index) { in occ_sysfs_show()
105 if (sattr->index == 1) in occ_sysfs_show()
107 else if (sattr->index <= 11) in occ_sysfs_show()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-letsketch.c216 static int letsketch_get_string(struct usb_device *udev, int index, char *buf, int size) in letsketch_get_string() argument
222 ret = usb_string(udev, index, buf, size); in letsketch_get_string()
228 LETSKETCH_GET_STRING_RETRIES, index); in letsketch_get_string()
/kernel/linux/linux-6.6/drivers/iio/gyro/
H A Dhid-sensor-gyro-3d.c266 st->gyro[0].index, in gyro_3d_parse_report()
268 st->gyro[1].index, st->gyro[1].report_id, in gyro_3d_parse_report()
269 st->gyro[2].index, st->gyro[2].report_id); in gyro_3d_parse_report()
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dti-ads124s08.c112 #define ADS124S08_CHAN(index) \
116 .channel = index, \
118 .scan_index = index, \
/kernel/linux/linux-6.6/drivers/iio/orientation/
H A Dhid-sensor-incl-3d.c286 st->incl[0].index, in incl_3d_parse_report()
288 st->incl[1].index, st->incl[1].report_id, in incl_3d_parse_report()
289 st->incl[2].index, st->incl[2].report_id); in incl_3d_parse_report()

Completed in 23 milliseconds

1...<<471472473474475476477478479480>>...970