Home
last modified time | relevance | path

Searched refs:id (Results 8676 – 8700 of 15237) sorted by relevance

1...<<341342343344345346347348349350>>...610

/openbmc/linux/include/sound/
H A Dsoc-acpi.h181 u8 id[ACPI_ID_LEN]; member
/openbmc/qemu/replay/
H A Dreplay-internal.h167 void *opaque2, uint64_t id);
/openbmc/u-boot/test/dm/
H A Dtest-uclass.c117 .id = UCLASS_TEST,
/openbmc/linux/include/net/tc_act/
H A Dtc_pedit.h34 if (a->ops && a->ops->id == TCA_ID_PEDIT) in is_tcf_pedit()
/openbmc/linux/include/linux/mfd/
H A Daat2870.h142 int id; member
/openbmc/linux/include/linux/iio/
H A Dtrigger.h63 int id; member
/openbmc/phosphor-mboxd/vpnor/test/
H A Dcreate_pnor_partition_table.cpp57 expectedPartition.data.id = 1; in main()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/
H A D0004-use-asm-sgidefs.h.patch16 Taken from: https://sourceware.org/bugzilla/show_bug.cgi?id=21070]
H A D0001-add-arm-to-list-of-mozinline.patch12 Upstream-Status: Submitted [https://bugzilla.mozilla.org/show_bug.cgi?id=1761665]
/openbmc/linux/drivers/hid/
H A Dhid-megaworld.c88 static int mwctrl_probe(struct hid_device *hdev, const struct hid_device_id *id) in mwctrl_probe() argument
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_h264_req_common.h185 void *mtk_vdec_h264_get_ctrl_ptr(struct mtk_vcodec_dec_ctx *ctx, int id);
/openbmc/u-boot/drivers/pinctrl/meson/
H A Dpinctrl-meson-gx-pmx.c104 .id = UCLASS_GPIO,
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsc7280-idp.dts30 qcom,pmic-id = "e";
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/
H A D0013-elflink.c-include-libgen.h-for-basename.patch18 [1] https://git.musl-libc.org/cgit/musl/commit/?id=725e17ed6dff4d0cd22487bb64470881e86a92e7
/openbmc/linux/tools/testing/selftests/kexec/
H A Dkexec_common_lib.sh115 if [ $(id -ru) -ne 0 ]; then
/openbmc/obmc-console/test/
H A Dmeson.build27 'test-config-resolve-console-id',
/openbmc/webui-vue/src/store/modules/HardwareStatus/
H A DSystemStore.js21 system.id = data.Id;
/openbmc/phosphor-hwmon/
H A Dsensor.hpp246 const std::string& type, const std::string& id, const std::string& sensor,
/openbmc/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v2_hw.c960 (port->id << ITCT_HDR_PORT_ID_OFF)); in setup_itct_v2_hw()
1650 int dlvry_queue = dq->id; in start_delivery_v2_hw()
1715 hdr->dw0 = cpu_to_le32((port->id << CMD_HDR_PORT_OFF) | in prep_smp_v2_hw()
1752 (port->id << CMD_HDR_PORT_OFF) | in prep_ssp_v2_hw()
2462 slot->port->sas_port.id); in slot_complete_v2_hw()
2510 dw0 = port->id << CMD_HDR_PORT_OFF; in prep_ata_v2_hw()
2595 int phy_no = sas_phy->id; in hisi_sas_internal_abort_quirk_timeout()
2631 (port->id << CMD_HDR_PORT_OFF) | in prep_abort_v2_hw()
2652 struct sas_identify_frame *id = (struct sas_identify_frame *)frame_rcvd; in phy_up_v2_hw() local
2689 memcpy(sas_phy->attached_sas_addr, &id->sas_addr, SAS_ADDR_SIZE); in phy_up_v2_hw()
[all …]
/openbmc/linux/sound/pci/ymfpci/
H A Dymfpci_main.c414 snd_ctl_notify(chip->card, SNDRV_CTL_EVENT_MASK_INFO, &kctl->id); in snd_ymfpci_playback_trigger()
675 snd_ctl_notify(chip->card, SNDRV_CTL_EVENT_MASK_INFO, &kctl->id); in snd_ymfpci_playback_prepare()
973 SNDRV_CTL_EVENT_MASK_INFO, &chip->spdif_pcm_ctl->id); in snd_ymfpci_playback_spdif_open()
1073 SNDRV_CTL_EVENT_MASK_INFO, &chip->spdif_pcm_ctl->id); in snd_ymfpci_playback_spdif_close()
1716 unsigned int subs = kcontrol->id.subdevice; in snd_ymfpci_pcm_vol_get()
1727 unsigned int subs = kcontrol->id.subdevice; in snd_ymfpci_pcm_vol_put()
1825 kctl->id.device = chip->pcm_spdif->device; in snd_ymfpci_mixer()
1830 kctl->id.device = chip->pcm_spdif->device; in snd_ymfpci_mixer()
1835 kctl->id.device = chip->pcm_spdif->device; in snd_ymfpci_mixer()
1864 kctl->id.device = chip->pcm->device; in snd_ymfpci_mixer()
[all …]
/openbmc/linux/include/linux/
H A Dpci.h922 int (*probe)(struct pci_dev *dev, const struct pci_device_id *id); /* New device inserted */
2326 int pci_iov_virtfn_bus(struct pci_dev *dev, int id);
2327 int pci_iov_virtfn_devfn(struct pci_dev *dev, int id);
2333 int pci_iov_sysfs_link(struct pci_dev *dev, struct pci_dev *virtfn, int id);
2334 int pci_iov_add_virtfn(struct pci_dev *dev, int id);
2335 void pci_iov_remove_virtfn(struct pci_dev *dev, int id);
2349 static inline int pci_iov_virtfn_bus(struct pci_dev *dev, int id) in pci_iov_virtfn_bus() argument
2353 static inline int pci_iov_virtfn_devfn(struct pci_dev *dev, int id) in pci_iov_virtfn_devfn() argument
2373 struct pci_dev *virtfn, int id) in pci_iov_sysfs_link() argument
2377 static inline int pci_iov_add_virtfn(struct pci_dev *dev, int id) in pci_iov_add_virtfn() argument
[all …]
/openbmc/linux/net/openvswitch/
H A Ddatapath.c891 if (should_fill_key(&flow->id, ufid_flags)) { in ovs_flow_cmd_fill_info()
952 &flow->id, info, always, ufid_flags); in ovs_flow_cmd_build_info()
1018 error = ovs_nla_get_identifier(&new_flow->id, a[OVS_FLOW_ATTR_UFID], in ovs_flow_cmd_new()
1031 reply = ovs_flow_cmd_alloc_info(acts, &new_flow->id, info, false, in ovs_flow_cmd_new()
1046 if (ovs_identifier_is_ufid(&new_flow->id)) in ovs_flow_cmd_new()
1047 flow = ovs_flow_tbl_lookup_ufid(&dp->table, &new_flow->id); in ovs_flow_cmd_new()
1088 if (ovs_identifier_is_key(&flow->id)) in ovs_flow_cmd_new()
1424 &flow->id, info, false, ufid_flags); in ovs_flow_cmd_del()
2126 int id = peernet2id_alloc(net, net_vport, GFP_ATOMIC); in ovs_vport_cmd_fill_info() local
2128 if (nla_put_s32(skb, OVS_VPORT_ATTR_NETNSID, id)) in ovs_vport_cmd_fill_info()
[all …]
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Ddib0700_devices.c88 if (adap->id == 0) { in bristol_frontend_attach()
104 st->mt2060_if1[adap->id] = 1220; in bristol_frontend_attach()
106 (10 + adap->id) << 1, &bristol_dib3000mc_config[adap->id])) == NULL ? -ENODEV : 0; in bristol_frontend_attach()
127 if (!eeprom_read(prim_i2c,0x59 + adap->id,&a)) if1=1220+a; in bristol_tuner_attach()
130 &bristol_mt2060_config[adap->id], if1) == NULL ? in bristol_tuner_attach()
280 if (adap->id == 0) { in stk7700P2_frontend_attach()
300 0x80 + (adap->id << 1), in stk7700P2_frontend_attach()
301 &stk7700d_dib7000p_mt2266_config[adap->id]); in stk7700P2_frontend_attach()
313 if (adap->id == 0) { in stk7700d_frontend_attach()
334 0x80 + (adap->id << 1), in stk7700d_frontend_attach()
[all …]
/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.c1386 int vidioc_querystd(struct file *file, void *priv, v4l2_std_id *id) in vidioc_querystd() argument
1395 *id = V4L2_STD_UNKNOWN; in vidioc_querystd()
1399 *id = V4L2_STD_UNKNOWN; in vidioc_querystd()
1401 *id = dev->std_cap[dev->input]; in vidioc_querystd()
1403 *id = dev->query_std[dev->input]; in vidioc_querystd()
1405 *id = vivid_standard[last]; in vidioc_querystd()
1413 int vivid_vid_cap_s_std(struct file *file, void *priv, v4l2_std_id id) in vivid_vid_cap_s_std() argument
1419 if (dev->std_cap[dev->input] == id) in vivid_vid_cap_s_std()
1423 dev->std_cap[dev->input] = id; in vivid_vid_cap_s_std()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dpci.c128 const struct pci_device_id *id; member
1444 const struct pci_device_id *id, in mlxsw_pci_sys_ready_wait() argument
1467 const struct pci_device_id *id) in mlxsw_pci_sw_reset() argument
1474 err = mlxsw_pci_sys_ready_wait(mlxsw_pci, id, &sys_status); in mlxsw_pci_sw_reset()
1486 err = mlxsw_pci_sys_ready_wait(mlxsw_pci, id, &sys_status); in mlxsw_pci_sw_reset()
1527 err = mlxsw_pci_sw_reset(mlxsw_pci, mlxsw_pci->id); in mlxsw_pci_init()
1943 static int mlxsw_pci_probe(struct pci_dev *pdev, const struct pci_device_id *id) in mlxsw_pci_probe() argument
2000 mlxsw_pci->id = id; in mlxsw_pci_probe()

1...<<341342343344345346347348349350>>...610