/openbmc/linux/drivers/scsi/ |
H A D | atp870u.c | 122 unsigned short int id; in atp870u_intr_handle() local 203 if (dev->id[c][target_id].last_len != adrcnt) { in atp870u_intr_handle() 204 k = dev->id[c][target_id].last_len; in atp870u_intr_handle() 206 dev->id[c][target_id].tran_len = k; in atp870u_intr_handle() 207 dev->id[c][target_id].last_len = adrcnt; in atp870u_intr_handle() 212 dev->id[c][target_id].last_len, in atp870u_intr_handle() 213 dev->id[c][target_id].tran_len); in atp870u_intr_handle() 265 k = dev->id[c][target_id].last_len; in atp870u_intr_handle() 267 dev->id[c][target_id].tran_len = k; in atp870u_intr_handle() 268 dev->id[c][target_id].last_len = adrcnt; in atp870u_intr_handle() [all …]
|
/openbmc/linux/kernel/locking/ |
H A D | qspinlock_stat.h | 40 int cpu, id, len; in lockevent_read() local 46 id = (long)file_inode(file)->i_private; in lockevent_read() 48 if (id >= lockevent_num) in lockevent_read() 52 sum += per_cpu(lockevents[id], cpu); in lockevent_read() 56 switch (id) { in lockevent_read() 69 if (id == LOCKEVENT_pv_hash_hops) { in lockevent_read() 86 if ((id == LOCKEVENT_pv_latency_kick) || in lockevent_read() 87 (id == LOCKEVENT_pv_latency_wake)) { in lockevent_read()
|
/openbmc/linux/sound/hda/ |
H A D | hda_bus_type.c | 27 const struct hda_device_id *id = drv->id_table; in hdac_get_device_id() local 29 while (id->vendor_id) { in hdac_get_device_id() 30 if (hdev->vendor_id == id->vendor_id && in hdac_get_device_id() 31 (!id->rev_id || id->rev_id == hdev->revision_id)) in hdac_get_device_id() 32 return id; in hdac_get_device_id() 33 id++; in hdac_get_device_id()
|
/openbmc/linux/sound/soc/mediatek/mt8188/ |
H A D | mt8188-afe-clk.c | 91 unsigned int id; member 114 .id = MT8188_AUD_PLL1, 132 .id = MT8188_AUD_PLL2, 150 .id = MT8188_AUD_PLL3, 168 .id = MT8188_AUD_PLL4, 186 .id = MT8188_AUD_PLL5, 205 static struct mt8188_afe_tuner_cfg *mt8188_afe_found_apll_tuner(unsigned int id) in mt8188_afe_found_apll_tuner() argument 207 if (id >= MT8188_AUD_PLL_NUM) in mt8188_afe_found_apll_tuner() 210 return &mt8188_afe_tuner_cfgs[id]; in mt8188_afe_found_apll_tuner() 213 static int mt8188_afe_init_apll_tuner(unsigned int id) in mt8188_afe_init_apll_tuner() argument [all …]
|
/openbmc/linux/arch/arm/plat-orion/ |
H A D | common.c | 122 .id = PLAT8250_DEV_PLATFORM, 150 .id = PLAT8250_DEV_PLATFORM1, 178 .id = PLAT8250_DEV_PLATFORM2, 206 .id = 3, 271 .id = 0, 287 .id = -1, 299 .id = 0, 337 .id = 1, 352 .id = 1, 387 .id = 2, [all …]
|
/openbmc/linux/sound/soc/amd/acp/ |
H A D | acp-i2s.c | 135 switch (dai->driver->id) { in acp_i2s_hwparams() 149 dev_err(dev, "Invalid dai id %x\n", dai->driver->id); in acp_i2s_hwparams() 152 adata->xfer_tx_resolution[dai->driver->id - 1] = xfer_resolution; in acp_i2s_hwparams() 154 switch (dai->driver->id) { in acp_i2s_hwparams() 168 dev_err(dev, "Invalid dai id %x\n", dai->driver->id); in acp_i2s_hwparams() 171 adata->xfer_rx_resolution[dai->driver->id - 1] = xfer_resolution; in acp_i2s_hwparams() 183 tdm_fmt = adata->tdm_tx_fmt[dai->driver->id - 1]; in acp_i2s_hwparams() 185 tdm_fmt = adata->tdm_rx_fmt[dai->driver->id - 1]; in acp_i2s_hwparams() 277 switch (dai->driver->id) { in acp_i2s_trigger() 297 dev_err(dev, "Invalid dai id %x\n", dai->driver->id); in acp_i2s_trigger() [all …]
|
/openbmc/linux/drivers/regulator/ |
H A D | tps6586x-regulator.c | 116 .id = TPS6586X_ID_##_id, \ 140 .id = TPS6586X_ID_##_id, \ 195 .id = TPS6586X_ID_SYS, \ 304 int id, struct regulator_init_data *p) in tps6586x_regulator_set_slew_rate() argument 317 switch (id) { in tps6586x_regulator_set_slew_rate() 333 static struct tps6586x_regulator *find_regulator_info(int id, int version) in find_regulator_info() argument 361 if (ri->desc.id == id) in find_regulator_info() 368 if (ri->desc.id == id) in find_regulator_info() 423 uintptr_t id; in tps6586x_parse_regulator_dt() local 428 id = (uintptr_t)tps6586x_matches[i].driver_data; in tps6586x_parse_regulator_dt() [all …]
|
/openbmc/linux/drivers/connector/ |
H A D | cn_proc.c | 140 memcpy(&msg->id, &cn_proc_event_id, sizeof(msg->id)); in proc_fork_connector() 164 memcpy(&msg->id, &cn_proc_event_id, sizeof(msg->id)); in proc_exec_connector() 185 ev->event_data.id.process_pid = task->pid; in proc_id_connector() 186 ev->event_data.id.process_tgid = task->tgid; in proc_id_connector() 190 ev->event_data.id.r.ruid = from_kuid_munged(&init_user_ns, cred->uid); in proc_id_connector() 191 ev->event_data.id.e.euid = from_kuid_munged(&init_user_ns, cred->euid); in proc_id_connector() 193 ev->event_data.id.r.rgid = from_kgid_munged(&init_user_ns, cred->gid); in proc_id_connector() 194 ev->event_data.id.e.egid = from_kgid_munged(&init_user_ns, cred->egid); in proc_id_connector() 202 memcpy(&msg->id, &cn_proc_event_id, sizeof(msg->id)); in proc_id_connector() 226 memcpy(&msg->id, &cn_proc_event_id, sizeof(msg->id)); in proc_sid_connector() [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-block-zram | 1 What: /sys/block/zram<id>/disksize 10 What: /sys/block/zram<id>/initstate 17 What: /sys/block/zram<id>/reset 25 What: /sys/block/zram<id>/max_comp_streams 33 What: /sys/block/zram<id>/comp_algorithm 41 What: /sys/block/zram<id>/mem_used_max 51 What: /sys/block/zram<id>/mem_limit 60 What: /sys/block/zram<id>/compact 68 What: /sys/block/zram<id>/io_stat 77 What: /sys/block/zram<id>/mm_stat [all …]
|
/openbmc/linux/drivers/bus/fsl-mc/ |
H A D | fsl-mc-private.h | 24 #define DPMNG_CMD(id) (((id) << DPMNG_CMD_ID_OFFSET) | DPMNG_CMD_BASE_VERSION) argument 47 #define DPMCP_CMD(id) (((id) << DPMCP_CMD_ID_OFFSET) | DPMCP_CMD_BASE_VERSION) argument 87 #define DPRC_CMD(id) (((id) << DPRC_CMD_ID_OFFSET) | DPRC_CMD_BASE_VERSION) argument 88 #define DPRC_CMD_V2(id) (((id) << DPRC_CMD_ID_OFFSET) | DPRC_CMD_2ND_VERSION) argument 89 #define DPRC_CMD_V3(id) (((id) << DPRC_CMD_ID_OFFSET) | DPRC_CMD_3RD_VERSION) argument 183 __le32 id; member 427 int id; member 450 #define DPBP_CMD(id) (((id) << DPBP_CMD_ID_OFFSET) | DPBP_CMD_BASE_VERSION) argument 470 __le32 id; member 488 #define DPCON_CMD(id) (((id) << DPCON_CMD_ID_OFFSET) | DPCON_CMD_BASE_VERSION) argument [all …]
|
/openbmc/linux/sound/soc/mediatek/mt8186/ |
H A D | mt8186-afe-pcm.c | 46 int id = asoc_rtd_to_cpu(rtd, 0)->id; in mt8186_fe_startup() local 47 struct mtk_base_afe_memif *memif = &afe->memif[id]; in mt8186_fe_startup() 88 int id = asoc_rtd_to_cpu(rtd, 0)->id; in mt8186_fe_shutdown() local 89 struct mtk_base_afe_memif *memif = &afe->memif[id]; in mt8186_fe_shutdown() 93 afe_priv->irq_cnt[id] = 0; in mt8186_fe_shutdown() 94 afe_priv->xrun_assert[id] = 0; in mt8186_fe_shutdown() 109 int id = asoc_rtd_to_cpu(rtd, 0)->id; in mt8186_fe_hw_params() local 119 if (id == MT8186_MEMIF_VUL3) { in mt8186_fe_hw_params() 123 int fs_mode = mt8186_rate_transform(afe->dev, rate, id); in mt8186_fe_hw_params() 160 int id = asoc_rtd_to_cpu(rtd, 0)->id; in mt8186_fe_trigger() local [all …]
|
/openbmc/qemu/hw/mem/ |
H A D | trace-events | 6 memory_device_pre_plug(const char *id, uint64_t addr) "id=%s addr=0x%"PRIx64 7 memory_device_plug(const char *id, uint64_t addr) "id=%s addr=0x%"PRIx64 8 memory_device_unplug(const char *id, uint64_t addr) "id=%s addr=0x%"PRIx64
|
/openbmc/u-boot/include/ |
H A D | board.h | 58 int (*get_bool)(struct udevice *dev, int id, bool *val); 69 int (*get_int)(struct udevice *dev, int id, int *val); 81 int (*get_str)(struct udevice *dev, int id, size_t size, char *val); 104 int board_get_bool(struct udevice *dev, int id, bool *val); 115 int board_get_int(struct udevice *dev, int id, int *val); 127 int board_get_str(struct udevice *dev, int id, size_t size, char *val);
|
/openbmc/linux/include/trace/events/ |
H A D | rdma_core.h | 64 __entry->cq_id = cq->res.id; 85 __entry->cq_id = cq->res.id; 107 __entry->cq_id = cq->res.id; 134 __entry->cq_id = cq->res.id; 156 __entry->cq_id = cq->res.id; 181 __entry->cq_id = cq->res.id; 209 __entry->cq_id = cq->res.id; 263 __entry->cq_id = cq->res.id; 320 __entry->pd_id = pd->res.id; 325 __entry->mr_id = mr->res.id; [all …]
|
/openbmc/phosphor-webui/app/server-control/controllers/ |
H A D | virtual-media-controller.js | 27 vmDevice.id = 0; 35 var id = $scope.devices[index].id; 39 new NBDServer('wss://' + host + '/vm/0/' + id, token, file, id); 41 nbdServerService.addConnection(id, server, file); 59 if (existingConnectionsMap.hasOwnProperty(vmDevice.id)) { 61 if (existingConnectionsMap[vmDevice.id].server.ws.readyState === 1) { 63 vmDevice.file = existingConnectionsMap[vmDevice.id].file; 64 vmDevice.nbdServer = existingConnectionsMap[vmDevice.id].server; 105 function NBDServer(endpoint, token, file, id) { argument 107 this.id = id; [all …]
|
/openbmc/u-boot/drivers/pinctrl/rockchip/ |
H A D | pinctrl-rockchip.h | 118 #define PIN_BANK(id, pins, label) \ argument 120 .bank_num = id, \ 131 #define PIN_BANK_IOMUX_FLAGS(id, pins, label, iom0, iom1, iom2, iom3) \ argument 133 .bank_num = id, \ 144 #define PIN_BANK_DRV_FLAGS(id, pins, label, type0, type1, type2, type3) \ argument 146 .bank_num = id, \ 163 #define PIN_BANK_DRV_FLAGS_PULL_FLAGS(id, pins, label, drv0, drv1, \ argument 167 .bank_num = id, \ 188 #define PIN_BANK_IOMUX_DRV_FLAGS_OFFSET(id, pins, label, iom0, iom1, \ argument 193 .bank_num = id, \ [all …]
|
/openbmc/linux/drivers/phy/samsung/ |
H A D | phy-exynos4x12-usb2.c | 171 switch (inst->cfg->id) { in exynos4x12_isol() 216 switch (inst->cfg->id) { in exynos4x12_phy_pwr() 277 if (inst->cfg->id == EXYNOS4x12_HOST) { in exynos4x12_power_on() 284 if (inst->cfg->id == EXYNOS4x12_DEVICE && drv->cfg->has_mode_switch) in exynos4x12_power_on() 289 if (inst->cfg->id == EXYNOS4x12_HSIC0 || in exynos4x12_power_on() 290 inst->cfg->id == EXYNOS4x12_HSIC1) { in exynos4x12_power_on() 316 if (inst->cfg->id == EXYNOS4x12_DEVICE && drv->cfg->has_mode_switch) in exynos4x12_power_off() 321 if (inst->cfg->id == EXYNOS4x12_HOST) in exynos4x12_power_off() 324 if (inst->cfg->id == EXYNOS4x12_HSIC0 || in exynos4x12_power_off() 325 inst->cfg->id == EXYNOS4x12_HSIC1) { in exynos4x12_power_off() [all …]
|
/openbmc/linux/drivers/platform/surface/aggregator/ |
H A D | controller.c | 121 bool match = n->event.id.target_category == event->target_category; in ssam_event_matches_notifier() 127 match &= n->event.id.instance == event->instance_id; in ssam_event_matches_notifier() 279 struct ssam_event_id id; member 316 struct ssam_event_id id) in ssam_nf_refcount_inc() argument 327 key.id = id; in ssam_nf_refcount_inc() 378 struct ssam_event_id id) in ssam_nf_refcount_dec() argument 388 key.id = id; in ssam_nf_refcount_dec() 424 struct ssam_event_id id) in ssam_nf_refcount_dec_free() argument 430 entry = ssam_nf_refcount_dec(nf, reg, id); in ssam_nf_refcount_dec_free() 1837 struct ssam_event_id id, u8 flags) in __ssam_ssh_event_request() argument [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 161.out | 21 …oseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "created", "id": "none0"}} 22 …oseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "running", "id": "none0"}} 27 …oseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "waiting", "id": "none0"}} 28 …oseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "pending", "id": "none0"}} 30 …econds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "concluded", "id": "none0"}} 31 …icroseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "null", "id": "none0"}} 43 …oseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "created", "id": "none0"}} 44 …oseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "running", "id": "none0"}} 49 …oseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "waiting", "id": "none0"}} 50 …oseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "pending", "id": "none0"}} [all …]
|
/openbmc/linux/drivers/platform/chrome/ |
H A D | cros_ec_sensorhub_ring.c | 43 int id = sample->sensor_id; in cros_sensorhub_send_sample() local 46 if (id >= sensorhub->sensor_num) in cros_sensorhub_send_sample() 49 cb = sensorhub->push_data[id].push_data_cb; in cros_sensorhub_send_sample() 53 indio_dev = sensorhub->push_data[id].indio_dev; in cros_sensorhub_send_sample() 546 int id; in cros_ec_sensor_ring_spread_add() local 548 for_each_set_bit(id, &sensor_mask, sensorhub->sensor_num) { in cros_ec_sensor_ring_spread_add() 566 if (batch_start->sensor_id != id) { in cros_ec_sensor_ring_spread_add() 584 sensorhub->batch_state[id].last_ts) { in cros_ec_sensor_ring_spread_add() 586 sensorhub->batch_state[id].last_ts; in cros_ec_sensor_ring_spread_add() 587 batch_len = sensorhub->batch_state[id].last_len; in cros_ec_sensor_ring_spread_add() [all …]
|
/openbmc/bmcweb/test/redfish-core/include/utils/ |
H A D | query_param_test.cpp | 320 "@odata.id":1, in TEST() 326 "@odata.id":1, in TEST() 333 "@odata.id":1, in TEST() 341 "@odata.id":1, in TEST() 346 "@odata.id":1, in TEST() 351 "@odata.id":1, in TEST() 553 R"({"@odata.id": "/redfish/v1", in TEST() 554 "Foo" : {"@odata.id": "/foobar"}})"_json; in TEST() 580 R"({"@odata.id": "/redfish/v1", in TEST() 581 "Links": {"@odata.id": "/links"}, in TEST() [all …]
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | mru_test.cpp | 47 EXPECT_EQ(mru.mrus().at(0).id, 0x01010101); in TEST() 49 EXPECT_EQ(mru.mrus().at(1).id, 0x02020202); in TEST() 51 EXPECT_EQ(mru.mrus().at(2).id, 0x03030303); in TEST() 53 EXPECT_EQ(mru.mrus().at(3).id, 0x04040404); in TEST() 88 EXPECT_EQ(mru.mrus().at(0).id, 1); in TEST() 90 EXPECT_EQ(mru.mrus().at(1).id, 2); in TEST() 92 EXPECT_EQ(mru.mrus().at(2).id, 3); in TEST() 109 EXPECT_EQ(newMRU.mrus().at(0).id, 1); in TEST() 111 EXPECT_EQ(newMRU.mrus().at(1).id, 2); in TEST() 113 EXPECT_EQ(newMRU.mrus().at(2).id, 3); in TEST()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_afmt.h | 33 #define AFMT_DCN3_REG_LIST(id) \ argument 34 SRI(AFMT_INFOFRAME_CONTROL0, AFMT, id), \ 35 SRI(AFMT_VBI_PACKET_CONTROL, AFMT, id), \ 36 SRI(AFMT_AUDIO_PACKET_CONTROL, AFMT, id), \ 37 SRI(AFMT_AUDIO_PACKET_CONTROL2, AFMT, id), \ 38 SRI(AFMT_AUDIO_SRC_CONTROL, AFMT, id), \ 39 SRI(AFMT_60958_0, AFMT, id), \ 40 SRI(AFMT_60958_1, AFMT, id), \ 41 SRI(AFMT_60958_2, AFMT, id), \ 42 SRI(AFMT_MEM_PWR, AFMT, id)
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_stream_encoder.h | 33 #define SE_DCN2_REG_LIST(id)\ argument 34 SE_COMMON_DCN_REG_LIST(id),\ 35 SRI(HDMI_GENERIC_PACKET_CONTROL4, DIG, id), \ 36 SRI(HDMI_GENERIC_PACKET_CONTROL5, DIG, id), \ 37 SRI(DP_DSC_CNTL, DP, id), \ 38 SRI(DP_DSC_BYTES_PER_PIXEL, DP, id), \ 39 SRI(DME_CONTROL, DIG, id),\ 40 SRI(DP_SEC_METADATA_TRANSMISSION, DP, id), \ 41 SRI(HDMI_METADATA_PACKET_CONTROL, DIG, id), \ 42 SRI(DP_SEC_FRAMING4, DP, id)
|
/openbmc/u-boot/drivers/clk/renesas/ |
H A D | renesas-cpg-mssr.c | 66 return (clk->id >> 16) == CPG_MOD; in renesas_clk_is_mod() 72 const unsigned long clkid = clk->id & 0xffff; in renesas_clk_get_mod() 76 if (info->mod_clk[i].id != in renesas_clk_get_mod() 90 const unsigned long clkid = clk->id & 0xffff; in renesas_clk_get_core() 94 if (info->core_clk[i].id != clkid) in renesas_clk_get_core() 116 parent->id = mssr->parent; in renesas_clk_get_parent() 123 parent->id = ~0; /* Top-level clock */ in renesas_clk_get_parent() 125 parent->id = core->parent; in renesas_clk_get_parent() 135 const unsigned long clkid = clk->id & 0xffff; in renesas_clk_endisable()
|