/openbmc/u-boot/include/ |
H A D | cpu.h | 28 u32 id[2]; member
|
/openbmc/obmc-console/test/ |
H A D | test-console-socket-write | 35 console-id = $TEST_NAME
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
H A D | en_tc_tracepoint.c | 14 ids[i] = entries[i].id; in put_ids_to_array()
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmime/ |
H A D | libmime-charset-perl_1.013.1.bb | 10 SRC_URI = "${CPAN_MIRROR}/authors/id/N/NE/NEZUMI/MIME-Charset-${PV}.tar.gz"
|
/openbmc/linux/include/keys/ |
H A D | asymmetric-type.h | 56 void *id[3]; member
|
/openbmc/telemetry/src/interfaces/ |
H A D | report_factory.hpp | 39 const std::string& id, const std::string& name,
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_flex_pipe.c | 2469 u32 id; in ice_prof_bld_es() local 2471 id = ice_sect_id(blk, ICE_VEC_TBL); in ice_prof_bld_es() 2472 p = ice_pkg_buf_alloc_section(bld, id, in ice_prof_bld_es() 2505 u32 id; in ice_prof_bld_tcam() local 2507 id = ice_sect_id(blk, ICE_PROF_TCAM); in ice_prof_bld_tcam() 2508 p = ice_pkg_buf_alloc_section(bld, id, in ice_prof_bld_tcam() 2541 u32 id; in ice_prof_bld_xlt1() local 2543 id = ice_sect_id(blk, ICE_XLT1); in ice_prof_bld_xlt1() 2544 p = ice_pkg_buf_alloc_section(bld, id, in ice_prof_bld_xlt1() 2572 u32 id; in ice_prof_bld_xlt2() local [all …]
|
/openbmc/linux/arch/s390/kvm/ |
H A D | interrupt.c | 1714 u16 id = (schid & 0xffff0000U) >> 16; in get_io_int() local 1719 if (schid && (id != iter->io.subchannel_id || in get_io_int() 2455 static struct s390_io_adapter *get_io_adapter(struct kvm *kvm, unsigned int id) in get_io_adapter() argument 2457 if (id >= MAX_S390_IO_ADAPTERS) in get_io_adapter() 2459 id = array_index_nospec(id, MAX_S390_IO_ADAPTERS); in get_io_adapter() 2460 return kvm->arch.adapters[id]; in get_io_adapter() 2473 if (adapter_info.id >= MAX_S390_IO_ADAPTERS) in register_io_adapter() 2476 adapter_info.id = array_index_nospec(adapter_info.id, in register_io_adapter() 2479 if (dev->kvm->arch.adapters[adapter_info.id] != NULL) in register_io_adapter() 2486 adapter->id = adapter_info.id; in register_io_adapter() [all …]
|
/openbmc/linux/drivers/media/pci/solo6x10/ |
H A D | solo6x10-regs.h | 334 #define SOLO_VO_CURSOR_MASK(id) (0x0390+((id)*4)) argument 336 #define SOLO_VO_EXPANSION(id) (0x0250+((id)*4)) argument
|
/openbmc/qemu/docs/specs/ |
H A D | acpi_erst.rst | 57 -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/linux/drivers/usb/image/ |
H A D | microtek.c | 155 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/net/9p/ |
H A D | trans_xen.c | 28 uint8_t id; member 220 req->rc.id = h.id; in p9_xen_response() 481 const struct xenbus_device_id *id) in xen_9pfs_front_probe() argument
|
/openbmc/linux/sound/pci/ice1712/ |
H A D | prodigy192.c | 103 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/arch/arm64/boot/dts/freescale/ |
H A D | fsl-lx2160a-bluebox3.dts | 388 phy-mode = "rgmii-id"; 401 phy-mode = "rgmii-id"; 533 phy-mode = "rgmii-id"; 546 phy-mode = "rgmii-id";
|
/openbmc/linux/sound/soc/qcom/qdsp6/ |
H A D | q6adm.c | 40 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/fs/squashfs/ |
H A D | super.c | 154 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/drivers/s390/cio/ |
H A D | device_ops.c | 482 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/qcom/ |
H A D | sm8450-qrd.dts | 45 qcom,pmic-id = "b"; 136 qcom,pmic-id = "c"; 248 qcom,pmic-id = "h"; 290 qcom,pmic-id = "e";
|
/openbmc/qemu/docs/system/s390x/ |
H A D | bootdevices.rst | 15 qemu-system-s390x -drive if=none,id=dr1,file=guest.qcow2 \ 91 qemu-system-s390x -drive if=none,id=dr1,file=primary.qcow2 \ 93 -drive if=none,id=dr2,file=secondary.qcow2 \ 117 qemu-system-s390x -netdev user,id=n1,tftp=...,bootfile=... \
|
/openbmc/linux/drivers/iio/pressure/ |
H A D | icp10100.c | 224 uint16_t id; in icp10100_init_chip() local 231 id = ICP10100_ID_REG_GET(be16_to_cpu(val)); in icp10100_init_chip() 232 if (id != ICP10100_ID_REG) { in icp10100_init_chip() 233 dev_err(&st->client->dev, "invalid id %#x\n", id); in icp10100_init_chip()
|
/openbmc/linux/Documentation/networking/ |
H A D | can_ucan_protocol.rst | 237 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/Documentation/userspace-api/media/mediactl/ |
H A D | media-ioc-g-topology.rst | 132 - ``id`` 169 - ``id`` 219 - ``id`` 254 - ``id``
|
/openbmc/qemu/hw/xen/ |
H A D | xen_pt_msi.c | 526 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/input/touchscreen/ |
H A D | hycon-hy46xx.c | 105 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/drivers/scsi/ |
H A D | g_NCR5380.c | 740 { .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()
|