/openbmc/linux/Documentation/driver-api/media/ |
H A D | v4l2-event.rst | 11 ``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/virtio/ |
H A D | virtio_pci_modern_dev.c | 229 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/drivers/video/fbdev/ |
H A D | efifb.c | 27 u16 id; member 71 .id = "EFI VGA", 194 if (file_header->id != 0x4d42 || file_header->reserved != 0) in efifb_show_boot_graphics() 593 fb_info(info, "%s frame buffer device\n", info->fix.id); in efifb_probe()
|
H A D | fsl-diu-fb.c | 333 char *id; member 395 .id = "Panel0", 403 .id = "Panel1 AOI0", 412 .id = "Panel1 AOI1", 421 .id = "Panel2 AOI0", 430 .id = "Panel2 AOI1", 790 strncpy(fix->id, mfbi->id, sizeof(fix->id)); in set_fix() 1558 fb_info(info, "%s registered successfully\n", mfbi->id); in install_fb()
|
/openbmc/linux/drivers/net/usb/ |
H A D | cdc_mbim.c | 117 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/macintosh/ |
H A D | windfarm_pm121.c | 870 unsigned int id) in pm121_register_control() argument 872 if (controls[id] == NULL && !strcmp(ct->name, match)) { in pm121_register_control() 874 controls[id] = ct; in pm121_register_control() 876 return controls[id]; in pm121_register_control()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-fs-nilfs2 | 252 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/gpu/drm/ |
H A D | drm_property.c | 651 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()
|
/openbmc/linux/drivers/mfd/ |
H A D | palmas.c | 326 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/arch/powerpc/platforms/pseries/ |
H A D | eeh_pseries.c | 267 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/webui-vue/src/views/Logs/Dumps/ |
H A D | Dumps.vue | 126 id="pagination-items-per-page" 225 key: 'id', 226 label: i18n.global.t('pageDumps.table.id'), 406 let filename = row.item.dumpType + '_' + row.item.id + '.tar.xz';
|
/openbmc/linux/net/core/ |
H A D | sysctl_net_core.c | 278 char id[IFNAMSIZ]; in set_default_qdisc() local 280 .data = id, in set_default_qdisc() 285 qdisc_get_default(id, IFNAMSIZ); in set_default_qdisc() 289 ret = qdisc_set_default(id); in set_default_qdisc()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_router.c | 151 u8 id; member 503 u8 id; /* tree ID */ member 519 u16 id; /* virtual router ID */ member 551 err = mlxsw_sp_vr_lpm_tree_bind(mlxsw_sp, fib, lpm_tree->id); in mlxsw_sp_fib_create() 594 lpm_tree->id); in mlxsw_sp_lpm_tree_alloc() 605 lpm_tree->id); in mlxsw_sp_lpm_tree_free() 622 mlxsw_reg_ralst_pack(ralst_pl, root_bin, lpm_tree->id); in mlxsw_sp_lpm_tree_left_struct_set() 727 lpm_tree->id = i + MLXSW_SP_LPM_TREE_MIN; in mlxsw_sp_lpm_init() 795 mlxsw_reg_raltb_pack(raltb_pl, fib->vr->id, in mlxsw_sp_vr_lpm_tree_bind() 807 mlxsw_reg_raltb_pack(raltb_pl, fib->vr->id, in mlxsw_sp_vr_lpm_tree_unbind() [all …]
|
/openbmc/linux/drivers/iommu/ |
H A D | mtk_iommu.c | 245 u8 id; member 424 curbank = &data->bank[bank->id]; in mtk_iommu_tlb_flush_range_sync() 1126 u32 id; in mtk_iommu_mm_dts_parse() local 1139 ret = of_property_read_u32(larbnode, "mediatek,larb-id", &id); in mtk_iommu_mm_dts_parse() 1141 id = i; in mtk_iommu_mm_dts_parse() 1142 if (id >= MTK_LARB_NR_MAX) { in mtk_iommu_mm_dts_parse() 1154 if (data->larb_imu[id].dev) { in mtk_iommu_mm_dts_parse() 1159 data->larb_imu[id].dev = &plarbdev->dev; in mtk_iommu_mm_dts_parse() 1190 dev_err(dev, "mediatek,smi property is not right @larb%d.", id); in mtk_iommu_mm_dts_parse() 1310 bank->id = i; in mtk_iommu_probe()
|
/openbmc/linux/drivers/slimbus/ |
H A D | qcom-ngd-ctrl.c | 146 int id; member 475 req.instance = (ctrl->ngd->id >> 1); in qcom_slim_qmi_init() 1053 wbuf[txn.msg->num_bytes++] = port->ch.id; in qcom_slim_ngd_enable_stream() 1515 u32 id; in of_qcom_slim_ngd_register() local 1521 if (of_property_read_u32(node, "reg", &id)) in of_qcom_slim_ngd_register() 1530 ngd->pdev = platform_device_alloc(QCOM_SLIM_NGD_DRV_NAME, id); in of_qcom_slim_ngd_register() 1536 ngd->id = id; in of_qcom_slim_ngd_register() 1559 ngd->base = ctrl->base + ngd->id * data->offset + in of_qcom_slim_ngd_register() 1560 (ngd->id - 1) * data->size; in of_qcom_slim_ngd_register()
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_flow.c | 1300 if (p->id == prof_id) in ice_flow_find_prof_id() 1370 params->prof->id = prof_id; in ice_flow_add_prof_sync() 1438 status = ice_rem_prof(hw, blk, prof->id); in ice_flow_rem_prof_sync() 1468 prof->id); in ice_flow_assoc_prof() 1499 prof->id); in ice_flow_disassoc_prof() 1627 e->id = entry_id; in ice_flow_add_entry() 1951 status = ice_flow_rem_prof(hw, blk, p->id); in ice_rem_vsi_rss_cfg() 2103 status = ice_flow_rem_prof(hw, blk, prof->id); in ice_add_rss_cfg_sync() 2138 ice_flow_rem_prof(hw, blk, prof->id); in ice_add_rss_cfg_sync() 2228 status = ice_flow_rem_prof(hw, blk, prof->id); in ice_rem_rss_cfg_sync()
|
/openbmc/linux/sound/soc/amd/acp/ |
H A D | acp-mach-common.c | 1350 links[i].id = HEADSET_BE_ID; in acp_sofdsp_dai_links_create() 1387 links[i].id = HEADSET_BE_ID; in acp_sofdsp_dai_links_create() 1418 links[i].id = AMP_BE_ID; in acp_sofdsp_dai_links_create() 1455 links[i].id = AMP_BE_ID; in acp_sofdsp_dai_links_create() 1495 links[i].id = DMIC_BE_ID; in acp_sofdsp_dai_links_create() 1535 links[i].id = HEADSET_BE_ID; in acp_legacy_dai_links_create() 1564 links[i].id = HEADSET_BE_ID; in acp_legacy_dai_links_create() 1598 links[i].id = AMP_BE_ID; in acp_legacy_dai_links_create() 1628 links[i].id = AMP_BE_ID; in acp_legacy_dai_links_create() 1663 links[i].id = DMIC_BE_ID; in acp_legacy_dai_links_create()
|
/openbmc/linux/sound/usb/ |
H A D | quirks.c | 1592 unsigned int id) in snd_usb_apply_boot_quirk() argument 1594 switch (id) { in snd_usb_apply_boot_quirk() 1657 unsigned int id) in snd_usb_apply_boot_quirk_once() argument 1659 switch (id) { in snd_usb_apply_boot_quirk_once() 2037 u32 id; member 2042 { .id = USB_ID(vid, pid), .flags = (_flags) } 2320 for (p = quirk_flags_table; p->id; p++) { in snd_usb_init_quirk_flags() 2321 if (chip->usb_id == p->id || in snd_usb_init_quirk_flags() 2322 (!USB_ID_PRODUCT(p->id) && in snd_usb_init_quirk_flags() 2323 USB_ID_VENDOR(chip->usb_id) == USB_ID_VENDOR(p->id))) { in snd_usb_init_quirk_flags()
|
/openbmc/linux/drivers/bluetooth/ |
H A D | bcm203x.c | 152 static int bcm203x_probe(struct usb_interface *intf, const struct usb_device_id *id) in bcm203x_probe() argument 159 BT_DBG("intf %p id %p", intf, id); in bcm203x_probe()
|
/openbmc/linux/drivers/sh/intc/ |
H A D | virq.c | 35 void intc_irq_xlate_set(unsigned int irq, intc_enum id, struct intc_desc_int *d) in intc_irq_xlate_set() argument 40 intc_irq_xlate[irq].enum_id = id; in intc_irq_xlate_set()
|
/openbmc/u-boot/drivers/gpio/ |
H A D | pm8916_gpio.c | 209 .id = UCLASS_GPIO, 294 .id = UCLASS_GPIO,
|
/openbmc/linux/drivers/ata/ |
H A D | pata_hpt366.c | 179 ata_id_c_string(dev->id, model_num, ATA_ID_PROD, sizeof(model_num)); in hpt_dma_blacklisted() 379 static int hpt36x_init_one(struct pci_dev *dev, const struct pci_device_id *id) in hpt36x_init_one() argument
|
/openbmc/linux/Documentation/driver-api/ |
H A D | zorro.rst | 45 if (z->id != ZORRO_PROD_xxx1 && z->id != ZORRO_PROD_xxx2 && ...)
|
/openbmc/linux/drivers/acpi/nfit/ |
H A D | nfit.h | 222 char id[NFIT_DIMM_ID_LEN+1]; member 340 const guid_t *to_nfit_uuid(enum nfit_uuids id);
|
/openbmc/linux/sound/soc/mediatek/mt6797/ |
H A D | mt6797-dai-adda.c | 238 __func__, dai->id, substream->stream, rate); in mtk_dai_adda_hw_params() 365 .id = MT6797_DAI_ADDA,
|