Home
last modified time | relevance | path

Searched refs:id (Results 7851 – 7875 of 18960) sorted by relevance

1...<<311312313314315316317318319320>>...759

/openbmc/linux/sound/pci/echoaudio/
H A Dechoaudio.c16 static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; variable
21 module_param_array(id, charp, NULL, 0444);
22 MODULE_PARM_DESC(id, "ID string for " ECHOCARD_NAME " soundcard.");
1290 unsigned int out = ucontrol->id.index / num_busses_in(chip); in snd_echo_mixer_get()
1291 unsigned int in = ucontrol->id.index % num_busses_in(chip); in snd_echo_mixer_get()
1309 out = ucontrol->id.index / num_busses_in(chip); in snd_echo_mixer_put()
1310 in = ucontrol->id.index % num_busses_in(chip); in snd_echo_mixer_put()
1361 [ucontrol->id.index % num_pipes_out(chip)]; in snd_echo_vmixer_get()
1374 out = ucontrol->id.index / num_pipes_out(chip); in snd_echo_vmixer_put()
1375 vch = ucontrol->id.index % num_pipes_out(chip); in snd_echo_vmixer_put()
[all …]
/openbmc/linux/drivers/scsi/
H A Dmesh.c85 #define DEBUG_TARGET(cmd) ((cmd) && ALLOW_DEBUG((cmd)->device->id))
399 int t, id; in mesh_start_cmd() local
401 id = cmd->device->id; in mesh_start_cmd()
404 ms->tgts[id].current_req = cmd; in mesh_start_cmd()
409 printk(KERN_DEBUG "mesh_start: %p tgt=%d cmd=", cmd, id); in mesh_start_cmd()
426 ms->conn_tgt = id; in mesh_start_cmd()
427 ms->tgts[id].saved_ptr = 0; in mesh_start_cmd()
431 ms->tgts[id].n_log = 0; in mesh_start_cmd()
564 if (ms->tgts[cmd->device->id].current_req == NULL) in mesh_start()
867 tp = &ms->tgts[cmd->device->id]; in reselected()
[all …]
H A Dg_NCR5380.c740 { .id = "DTC436e", .driver_data = BOARD_DTC3181E },
741 { .id = "" }
746 const struct pnp_device_id *id) in generic_NCR5380_pnp_probe() argument
757 id->driver_data); in generic_NCR5380_pnp_probe()
/openbmc/linux/drivers/hid/
H A Dhid-nintendo.c373 u8 id; /* id of requested subcmd */ member
387 u8 id; member
1456 if (rep->id == JC_INPUT_IMU_DATA) in joycon_parse_report()
1728 ctlr->input->id.bustype = hdev->bus; in joycon_input_create()
1729 ctlr->input->id.vendor = hdev->vendor; in joycon_input_create()
1730 ctlr->input->id.product = hdev->product; in joycon_input_create()
1731 ctlr->input->id.version = hdev->version; in joycon_input_create()
1808 ctlr->imu_input->id.bustype = hdev->bus; in joycon_input_create()
1809 ctlr->imu_input->id.vendor = hdev->vendor; in joycon_input_create()
1810 ctlr->imu_input->id.product = hdev->product; in joycon_input_create()
[all …]
/openbmc/linux/arch/powerpc/kvm/
H A Dpowerpc.c1708 size = one_reg_size(reg->id); in kvm_vcpu_ioctl_get_one_reg()
1712 r = kvmppc_get_one_reg(vcpu, reg->id, &val); in kvm_vcpu_ioctl_get_one_reg()
1715 switch (reg->id) { in kvm_vcpu_ioctl_get_one_reg()
1722 val.vval = vcpu->arch.vr.vr[reg->id - KVM_REG_PPC_VR0]; in kvm_vcpu_ioctl_get_one_reg()
1729 val = get_reg_val(reg->id, vcpu->arch.vr.vscr.u[3]); in kvm_vcpu_ioctl_get_one_reg()
1732 val = get_reg_val(reg->id, vcpu->arch.vrsave); in kvm_vcpu_ioctl_get_one_reg()
1756 size = one_reg_size(reg->id); in kvm_vcpu_ioctl_set_one_reg()
1763 r = kvmppc_set_one_reg(vcpu, reg->id, &val); in kvm_vcpu_ioctl_set_one_reg()
1766 switch (reg->id) { in kvm_vcpu_ioctl_set_one_reg()
1780 vcpu->arch.vr.vscr.u[3] = set_reg_val(reg->id, val); in kvm_vcpu_ioctl_set_one_reg()
[all …]
/openbmc/linux/sound/pci/ice1712/
H A Dprodigy192.c103 idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id) + STAC946X_LF_VOLUME; in stac9460_dac_mute_get()
118 idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id) + STAC946X_LF_VOLUME; in stac9460_dac_mute_put()
151 idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id) + STAC946X_LF_VOLUME; in stac9460_dac_vol_get()
168 idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id) + STAC946X_LF_VOLUME; in stac9460_dac_vol_put()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-fs-nilfs2252 What: /sys/fs/nilfs2/<device>/mounted_snapshots/<id>/inodes_count
258 What: /sys/fs/nilfs2/<device>/mounted_snapshots/<id>/blocks_count
264 What: /sys/fs/nilfs2/<device>/mounted_snapshots/<id>/README
268 Describe attributes of /sys/fs/nilfs2/<device>/mounted_snapshots/<id>
/openbmc/linux/drivers/media/pci/solo6x10/
H A Dsolo6x10-regs.h334 #define SOLO_VO_CURSOR_MASK(id) (0x0390+((id)*4)) argument
336 #define SOLO_VO_EXPANSION(id) (0x0250+((id)*4)) argument
/openbmc/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-ioc-g-topology.rst132 - ``id``
169 - ``id``
219 - ``id``
254 - ``id``
/openbmc/qemu/docs/specs/
H A Dacpi_erst.rst57 -object memory-backend-file,id=erstnvram,mem-path=acpi-erst.backing,size=0x10000,share=on \
63 - id: The id of the memory-backend-file object is used to associate
74 - memdev: Is the object id of the memory-backend-file.
/openbmc/qemu/hw/xen/
H A Dxen_pt_msi.c526 uint8_t id = 0; in xen_pt_msix_init() local
536 rc = xen_host_pci_get_byte(hd, base + PCI_CAP_LIST_ID, &id); in xen_pt_msix_init()
541 if (id != PCI_CAP_ID_MSIX) { in xen_pt_msix_init()
542 XEN_PT_ERR(d, "Invalid id 0x%x base 0x%x\n", id, base); in xen_pt_msix_init()
/openbmc/linux/drivers/mfd/
H A Dpalmas.c326 enum palmas_external_requestor_id id, int ext_ctrl, bool enable) in palmas_ext_control_req_config() argument
336 if (id >= PALMAS_EXTERNAL_REQSTR_ID_MAX) in palmas_ext_control_req_config()
350 bit_pos = pmic_ddata->sleep_req_info[id].bit_pos; in palmas_ext_control_req_config()
351 reg_add += pmic_ddata->sleep_req_info[id].reg_offset; in palmas_ext_control_req_config()
/openbmc/linux/Documentation/networking/
H A Dcan_ucan_protocol.rst237 The echo-id identifies the frame from (echos the id from a previous
286 echo id to be replied within a CAN_IN_TX_COMPLETE message
288 Transmit a CAN frame. (parameters: ``id``, ``data``)
/openbmc/linux/drivers/usb/image/
H A Dmicrotek.c155 const struct usb_device_id *id);
578 if ( srb->device->lun || srb->device->id || srb->device->channel ) { in mts_scsi_queuecommand_lck()
580 …D=%d CHANNEL=%d from SCSI layer\n",(int)srb->device->lun,(int)srb->device->id, (int)srb->device->c… in mts_scsi_queuecommand_lck()
660 const struct usb_device_id *id) in mts_usb_probe() argument
/openbmc/linux/drivers/virtio/
H A Dvirtio_pci_modern_dev.c229 mdev->id.device = devid; in vp_modern_probe()
239 mdev->id.device = pci_dev->subsystem_device; in vp_modern_probe()
242 mdev->id.device = pci_dev->device - 0x1040; in vp_modern_probe()
245 mdev->id.vendor = pci_dev->subsystem_vendor; in vp_modern_probe()
/openbmc/linux/net/9p/
H A Dtrans_xen.c28 uint8_t id; member
220 req->rc.id = h.id; in p9_xen_response()
480 const struct xenbus_device_id *id) in xen_9pfs_front_probe() argument
/openbmc/linux/sound/soc/qcom/qdsp6/
H A Dq6adm.c40 int id; member
198 copp->id = open->copp_id; in q6adm_callback()
289 close.hdr.dest_port = copp->id; in q6adm_device_close()
524 copps_list[i] = copp->id; in q6adm_matrix_map()
/openbmc/linux/Documentation/driver-api/media/
H A Dv4l2-event.rst11 ``id`` field. If unused, then the ``id`` is 0. So an event is uniquely
12 identified by the ``(type, id)`` tuple.
103 with specified event id, and then should call
/openbmc/linux/drivers/net/usb/
H A Dcdc_mbim.c117 const struct usb_device_id *id; in cdc_mbim_set_ctrlalt() local
127 id = usb_match_id(intf, driver->id_table); in cdc_mbim_set_ctrlalt()
128 if (!id) in cdc_mbim_set_ctrlalt()
131 info = (struct driver_info *)id->driver_info; in cdc_mbim_set_ctrlalt()
/openbmc/linux/drivers/s390/cio/
H A Ddevice_ops.c482 chpid.id = sch->schib.pmcw.chpid[chp_idx]; in ccw_device_get_chp_desc()
502 chpid.id = sch->schib.pmcw.chpid[chp_idx]; in ccw_device_get_util_str()
657 chpid.id = sch->schib.pmcw.chpid[i]; in ccw_device_get_mdc()
803 rc = ccw_device_get_chpid(cdev, chp_idx, &cssid_chpid.id); in ccw_device_get_chid()
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-lx2160a-bluebox3.dts388 phy-mode = "rgmii-id";
401 phy-mode = "rgmii-id";
533 phy-mode = "rgmii-id";
546 phy-mode = "rgmii-id";
/openbmc/linux/drivers/input/touchscreen/
H A Dhycon-hy46xx.c105 int i, x, y, id; in hycon_hy46xx_isr() local
130 id = buf[2] >> 4; in hycon_hy46xx_isr()
132 input_mt_slot(tsdata->input, id); in hycon_hy46xx_isr()
513 input->id.bustype = BUS_I2C; in hycon_hy46xx_probe()
/openbmc/linux/fs/squashfs/
H A Dsuper.c154 short major, short minor, short id) in supported_squashfs_filesystem() argument
169 decompressor = squashfs_lookup_decompressor(id); in supported_squashfs_filesystem()
566 u64 id = huge_encode_dev(dentry->d_sb->s_bdev->bd_dev); in squashfs_statfs() local
577 buf->f_fsid = u64_to_fsid(id); in squashfs_statfs()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c267 u32 id; in pseries_eeh_find_cap() local
277 rtas_read_config(pdn, pos + PCI_CAP_LIST_ID, 1, &id); in pseries_eeh_find_cap()
278 if (id == 0xff) in pseries_eeh_find_cap()
280 if (id == cap) in pseries_eeh_find_cap()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_property.c651 uint32_t id) in drm_property_lookup_blob() argument
656 obj = __drm_mode_object_find(dev, NULL, id, DRM_MODE_OBJECT_BLOB); in drm_property_lookup_blob()
715 new_blob->base.id : 0); in drm_property_replace_global_blob()
808 out_resp->blob_id = blob->base.id; in drm_mode_createblob_ioctl()

1...<<311312313314315316317318319320>>...759