/kernel/linux/linux-6.6/drivers/comedi/drivers/ |
H A D | cb_pcidda.c | 261 unsigned int index = 2 * range + 12 * channel; in cb_pcidda_calibrate() local 269 offset = devpriv->eeprom_data[0x7 + index]; in cb_pcidda_calibrate() 270 gain = devpriv->eeprom_data[0x8 + index]; in cb_pcidda_calibrate()
|
/kernel/linux/linux-6.6/io_uring/ |
H A D | fdinfo.c | 171 unsigned long index; in io_uring_show_fdinfo() local 175 xa_for_each(&ctx->personalities, index, cred) in io_uring_show_fdinfo() 176 io_uring_show_cred(m, index, cred); in io_uring_show_fdinfo()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | netdev_rx.c | 431 * @data: data to be associated with index 476 unsigned long index = *start_id; in hfi1_netdev_get_first_data() local 479 ret = xa_find(&rx->dev_tbl, &index, UINT_MAX, XA_PRESENT); in hfi1_netdev_get_first_data() 480 *start_id = (int)index; in hfi1_netdev_get_first_data()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/ |
H A D | mtk_ppe.h | 346 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 D | asix.h | 201 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 D | ptp_ixp46x.c | 87 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 D | cx88-vbi.c | 108 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 D | microchip-isc-clk.c | 178 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 D | brcm_nvram.c | 98 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 D | u-boot-env.c | 75 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 D | phy-exynos-mipi-video.c | 221 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 D | early_printk.c | 74 .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 D | exynos_drm_plane.c | 300 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 D | etnaviv_perfmon.c | 477 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 D | drm_of.c | 35 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 D | mtk_hdmi_ddc.c | 117 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 D | nouveau_debugfs.c | 93 .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 D | radeon_ring.c | 420 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 D | wndwc57e.c | 238 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 D | gm20b.c | 172 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 D | max6642.c | 203 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 D | max197.c | 93 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 D | channel_hw.c | 350 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 D | sysfs.c | 60 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 D | hid-letsketch.c | 216 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()
|