Home
last modified time | relevance | path

Searched refs:index (Results 12351 - 12375 of 25001) sorted by relevance

1...<<491492493494495496497498499500>>...1001

/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()
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/
H A Drxe_recv.c141 int index; in hdr_check() local
151 index = (qpn == 1) ? port->qp_gsi_index : qpn; in hdr_check()
153 qp = rxe_pool_get_index(&rxe->qp_pool, index); in hdr_check()
H A Drxe_mw.c31 mw->rkey = ibmw->rkey = (mw->elem.index << 8) | rxe_get_next_key(-1); in rxe_alloc_mw()
295 int index = rkey >> 8; in rxe_lookup_mw() local
297 mw = rxe_pool_get_index(&rxe->mw_pool, index); in rxe_lookup_mw()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_ruc.c59 static __be64 get_sguid(struct qib_ibport *ibp, unsigned index) in get_sguid() argument
61 if (!index) { in get_sguid()
66 return ibp->guids[index - 1]; in get_sguid()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/aarch64/
H A Dgic_v3.c159 uint32_t fields_per_reg, index, mask, shift; in gicv3_access_reg() local
171 index = intid % fields_per_reg; in gicv3_access_reg()
172 shift = index * bits_per_field; in gicv3_access_reg()
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dvfio.h84 __u32 index; member
166 __u32 index; member
179 __u32 index; member
/kernel/linux/linux-6.6/sound/firewire/
H A Damdtp-am824.c117 * amdtp_am824_set_pcm_position - set an index of data channel for a channel
120 * @index: the index of data channel in an data block
123 void amdtp_am824_set_pcm_position(struct amdtp_stream *s, unsigned int index, in amdtp_am824_set_pcm_position() argument
128 if (index < p->pcm_channels) in amdtp_am824_set_pcm_position()
129 p->pcm_positions[index] = position; in amdtp_am824_set_pcm_position()
134 * amdtp_am824_set_midi_position - set a index of data channel for MIDI
137 * @position: the index of data channel in an data block
245 * @port: index of MIDI port
/kernel/linux/linux-6.6/sound/pci/pcxhr/
H A Dpcxhr_hwdep.c276 static int pcxhr_dsp_load(struct pcxhr_mgr *mgr, int index, in pcxhr_dsp_load() argument
282 "loading dsp [%d] size = %zd\n", index, dsp->size); in pcxhr_dsp_load()
284 switch (index) { in pcxhr_dsp_load()
306 dev_err(&mgr->pci->dev, "wrong file index\n"); in pcxhr_dsp_load()
308 } /* end of switch file index*/ in pcxhr_dsp_load()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dvfio.h84 __u32 index; member
166 __u32 index; member
179 __u32 index; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dvfio.h62 __u32 index; member
98 __u32 index; member
111 __u32 index; member
/test/testfwk/arkxtest/uitest/test/
H A Dwidget_operator_test.cpp300 uint32_t index = 0; local
304 maxCyEventIndex = index;
306 index++;
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dlistener.py136 self.suites.get(suite.index).suite_name:
141 self.result.append((self.suites.get(suite.index),
146 self.result.append((self.suites.get(suite.index),

Completed in 25 milliseconds

1...<<491492493494495496497498499500>>...1001