Home
last modified time | relevance | path

Searched refs:id (Results 126 – 150 of 14475) sorted by relevance

12345678910>>...579

/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/
H A Dddc_regs.h47 #define DDC_REG_LIST(cd, id) \ argument
48 DDC_GPIO_REG_LIST(cd, id),\
52 DDC_GPIO_REG_LIST(cd, id),\
151 #define ddc_data_regs(id) \ argument
153 DDC_REG_LIST(DATA, id)\
156 #define ddc_clk_regs(id) \ argument
158 DDC_REG_LIST(CLK, id)\
180 #define ddc_data_regs_dcn2(id) \ argument
182 DDC_REG_LIST_DCN2(DATA, id)\
185 #define ddc_clk_regs_dcn2(id) \ argument
[all …]
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Drepository.hpp67 uint32_t id; member
72 uint32_t id; member
82 explicit LogID(Pel id) : pelID(id), obmcID(0) {} in LogID()
84 explicit LogID(Obmc id) : pelID(0), obmcID(id) {} in LogID()
95 if (id.pelID.id != 0) in operator ==()
97 return id.pelID.id == pelID.id; in operator ==()
99 if (id.obmcID.id != 0) in operator ==()
101 return id.obmcID.id == obmcID.id; in operator ==()
108 return pelID.id < id.pelID.id; in operator <()
200 inline bool hasPEL(const LogID& id) in hasPEL() argument
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D219.out6 {"return": [{"current-progress": "FILTERED", "id": "job0", "status": "running", "total-progress": "…
14 {"return": [{"current-progress": 65536, "id": "job0", "status": "paused", "total-progress": 4194304…
17 {"return": [{"current-progress": 131072, "id": "job0", "status": "running", "total-progress": 41943…
21 {"return": [{"current-progress": 131072, "id": "job0", "status": "paused", "total-progress": 419430…
24 {"return": [{"current-progress": 196608, "id": "job0", "status": "running", "total-progress": 41943…
28 {"return": [{"current-progress": 196608, "id": "job0", "status": "paused", "total-progress": 419430…
31 {"return": [{"current-progress": 262144, "id": "job0", "status": "running", "total-progress": 41943…
35 {"return": [{"current-progress": 262144, "id": "job0", "status": "paused", "total-progress": 419430…
38 {"return": [{"current-progress": 327680, "id": "job0", "status": "running", "total-progress": 41943…
49 {"return": [{"current-progress": 4194304, "id": "job0", "status": "ready", "total-progress": 419430…
[all …]
H A D24044 self.vm.qmp_log('object-add', qom_type='iothread', id="iothread0")
47 self.vm.qmp_log('device_del', id='scsi-hd0')
50 self.vm.qmp_log('device_del', id='scsi-hd0')
57 self.vm.qmp_log('object-add', qom_type='iothread', id="iothread0")
62 self.vm.qmp_log('device_del', id='scsi-hd0')
64 self.vm.qmp_log('device_del', id='scsi-hd1')
73 self.vm.qmp_log('object-add', qom_type='iothread', id="iothread0")
74 self.vm.qmp_log('object-add', qom_type='iothread', id="iothread1")
82 self.vm.qmp_log('device_del', id='scsi-hd0')
86 self.vm.qmp_log('device_del', id='scsi-hd1')
[all …]
/openbmc/linux/drivers/gpu/host1x/hw/
H A Dintr_hw.c20 unsigned int i, id; in syncpt_thresh_isr() local
31 for_each_set_bit(id, &reg, 32) in syncpt_thresh_isr()
32 host1x_intr_handle_interrupt(host, i * 32 + id); in syncpt_thresh_isr()
66 u32 id; in intr_hw_init() local
73 for (id = 0; id < host->info->nb_pts; id++) in intr_hw_init()
97 unsigned int id, in host1x_intr_set_syncpt_threshold() argument
104 unsigned int id) in host1x_intr_enable_syncpt_intr() argument
106 host1x_sync_writel(host, BIT(id % 32), in host1x_intr_enable_syncpt_intr()
111 unsigned int id) in host1x_intr_disable_syncpt_intr() argument
113 host1x_sync_writel(host, BIT(id % 32), in host1x_intr_disable_syncpt_intr()
[all …]
/openbmc/linux/include/linux/
H A Dreset.h24 const char *id; member
126 struct device *dev, const char *id, in __reset_control_get() argument
176 struct device *dev, const char *id, in __devm_reset_control_get() argument
275 const char *id) in reset_control_get_exclusive_released() argument
345 struct device *dev, const char *id) in reset_control_get_shared() argument
379 struct device *dev, const char *id) in reset_control_get_optional_exclusive() argument
416 struct device *dev, const char *id) in reset_control_get_optional_shared() argument
561 const char *id) in devm_reset_control_get_exclusive() argument
600 const char *id) in devm_reset_control_get_exclusive_released() argument
639 const char *id) in devm_reset_control_get_optional_exclusive_released() argument
[all …]
/openbmc/linux/drivers/memory/tegra/
H A Dtegra124.c16 .id = 0x00,
28 .id = 0x01,
44 .id = 0x02,
60 .id = 0x03,
76 .id = 0x04,
92 .id = 0x05,
108 .id = 0x06,
124 .id = 0x0e,
140 .id = 0x0f,
156 .id = 0x10,
[all …]
H A Dtegra20.c93 .id = 0x00,
96 .id = 0x01,
99 .id = 0x02,
102 .id = 0x03,
105 .id = 0x04,
108 .id = 0x05,
111 .id = 0x06,
114 .id = 0x07,
117 .id = 0x08,
120 .id = 0x09,
[all …]
/openbmc/linux/kernel/printk/
H A Dprintk_ringbuffer.c347 unsigned long id; member
576 unsigned long id; in data_make_reusable() local
590 id = blk->id; /* LMM(data_make_reusable:A) */ in data_make_reusable()
882 unsigned long id; in desc_reserve() local
997 *id_out = id; in desc_reserve()
1074 blk->id = id; /* LMM(data_alloc:B) */ in data_alloc()
1084 blk->id = id; in data_alloc()
1156 blk->id = id; in data_realloc()
1304 *id_out = id; in desc_reopen_last()
1377 e->id = id; in prb_reserve_in_last()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hubp.h34 #define HUBP_REG_LIST_DCN(id)\ argument
35 SRI(DCHUBP_CNTL, HUBP, id),\
36 SRI(HUBPREQ_DEBUG_DB, HUBP, id),\
37 SRI(HUBPREQ_DEBUG, HUBP, id),\
38 SRI(DCSURF_ADDR_CONFIG, HUBP, id),\
107 SRI(HUBP_CLK_CNTL, HUBP, id)
110 #define HUBP_REG_LIST_DCN_VM(id)\ argument
117 #define HUBP_REG_LIST_DCN10(id)\ argument
118 HUBP_REG_LIST_DCN(id),\
119 HUBP_REG_LIST_DCN_VM(id),\
[all …]
H A Ddcn10_ipp.h34 #define IPP_REG_LIST_DCN(id) \ argument
39 SRI(CURSOR0_COLOR1, CNVC_CUR, id)
41 #define IPP_REG_LIST_DCN10(id) \ argument
42 IPP_REG_LIST_DCN(id), \
46 SRI(CURSOR_SIZE, CURSOR, id), \
52 #define IPP_REG_LIST_DCN20(id) \ argument
53 IPP_REG_LIST_DCN(id), \
57 SRI(CURSOR_SIZE, CURSOR0_, id), \
63 #define IPP_REG_LIST_DCN201(id) \ argument
64 IPP_REG_LIST_DCN(id), \
[all …]
/openbmc/linux/drivers/pnp/
H A Dcard.c25 if (compare_pnp_id(card->id, drv_id->id)) { in match_card()
80 if (!id) in card_probe()
115 dev_id->id[0] = id[0]; in pnp_add_card_id()
116 dev_id->id[1] = id[1]; in pnp_add_card_id()
117 dev_id->id[2] = id[2]; in pnp_add_card_id()
118 dev_id->id[3] = tolower(id[3]); in pnp_add_card_id()
119 dev_id->id[4] = tolower(id[4]); in pnp_add_card_id()
120 dev_id->id[5] = tolower(id[5]); in pnp_add_card_id()
121 dev_id->id[6] = tolower(id[6]); in pnp_add_card_id()
141 id = card->id; in pnp_free_card_ids()
[all …]
/openbmc/linux/lib/
H A Didr.c44 id = (id < base) ? 0 : id - base; in idr_alloc_u32()
81 u32 id = start; in idr_alloc() local
91 return id; in idr_alloc()
122 if ((int)id < start) in idr_alloc_cyclic()
123 id = start; in idr_alloc_cyclic()
127 id = start; in idr_alloc_cyclic()
134 return id; in idr_alloc_cyclic()
235 id = (id < base) ? 0 : id - base; in idr_get_next_ul()
271 *nextid = id; in idr_get_next()
296 id -= idr->idr_base; in idr_replace()
[all …]
/openbmc/phosphor-power/phosphor-regulators/test/
H A Did_map_tests.cpp41 std::string id{"vio_reg"}; in TEST() local
43 id, true, in TEST()
92 std::string id{"vio0"}; in TEST() local
93 Rail rail{id}; in TEST()
105 EXPECT_EQ(railFound.getID(), id); in TEST()
134 std::string id{"set_voltage_rule"}; in TEST() local
180 std::string id{"vio_reg"}; in TEST() local
182 id, true, in TEST()
223 std::string id{"vio0"}; in TEST() local
224 Rail rail{id}; in TEST()
[all …]
/openbmc/qemu/hw/nvme/
H A Dnguid.c112 uint8_t *id = &nguid->data[0]; in nvme_nguid_parse() local
122 ret = sscanf(ptr, "%02hhx", &id[i]); in nvme_nguid_parse()
143 const uint8_t *id = &nguid->data[0]; in nvme_nguid_stringify() local
145 id[0], id[1], id[2], id[3], id[4], id[5], id[6], id[7], in nvme_nguid_stringify()
146 id[8], id[9], id[10], id[11], id[12], id[13], id[14], id[15]); in nvme_nguid_stringify()
/openbmc/linux/drivers/soc/renesas/
H A Drenesas-soc.c91 u32 id; member
100 .id = 0x3b,
105 .id = 0x3f,
110 .id = 0x40,
120 .id = 0x45,
125 .id = 0x47,
130 .id = 0x4b,
135 .id = 0x4c,
140 .id = 0x53,
145 .id = 0x52,
[all …]
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/
H A Ddpu_9_0_sm8550.h44 .name = "ctl_0", .id = CTL_0,
49 .name = "ctl_1", .id = CTL_1,
54 .name = "ctl_2", .id = CTL_2,
59 .name = "ctl_3", .id = CTL_3,
64 .name = "ctl_4", .id = CTL_4,
162 .name = "lm_0", .id = LM_0,
170 .name = "lm_1", .id = LM_1,
178 .name = "lm_2", .id = LM_2,
185 .name = "lm_3", .id = LM_3,
192 .name = "lm_4", .id = LM_4,
[all …]
/openbmc/linux/arch/mips/bcm63xx/
H A Dtimer.c57 int bcm63xx_timer_enable(int id) in bcm63xx_timer_enable() argument
62 if (id >= BCM63XX_TIMER_COUNT) in bcm63xx_timer_enable()
72 reg |= TIMER_IRQSTAT_TIMER_IR_EN(id); in bcm63xx_timer_enable()
81 int bcm63xx_timer_disable(int id) in bcm63xx_timer_disable() argument
86 if (id >= BCM63XX_TIMER_COUNT) in bcm63xx_timer_disable()
115 if (timer_data[id].cb) { in bcm63xx_timer_register()
120 timer_data[id].cb = callback; in bcm63xx_timer_register()
121 timer_data[id].data = data; in bcm63xx_timer_register()
134 if (id >= BCM63XX_TIMER_COUNT) in bcm63xx_timer_unregister()
138 timer_data[id].cb = NULL; in bcm63xx_timer_unregister()
[all …]
/openbmc/linux/arch/mips/ath79/
H A Dsetup.c46 u32 id; in ath79_detect_sys_type() local
53 major = id & REV_ID_MAJOR_MASK; in ath79_detect_sys_type()
57 minor = id & AR71XX_REV_ID_MINOR_MASK; in ath79_detect_sys_type()
81 rev = id & AR724X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
87 rev = id & AR724X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
93 rev = id & AR724X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
97 minor = id & AR913X_REV_ID_MINOR_MASK; in ath79_detect_sys_type()
116 rev = id & AR933X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
122 rev = id & AR933X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
128 rev = id & AR934X_REV_ID_REVISION_MASK; in ath79_detect_sys_type()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/soc/
H A Dintel_pch.c14 switch (id) { in intel_pch_type()
167 unsigned short id = 0; in intel_virt_detect_pch() local
177 id = INTEL_PCH_MTP_DEVICE_ID_TYPE; in intel_virt_detect_pch()
200 if (id) in intel_virt_detect_pch()
209 id && *pch_type == PCH_NONE)) in intel_virt_detect_pch()
210 id = 0; in intel_virt_detect_pch()
212 *pch_id = id; in intel_virt_detect_pch()
218 unsigned short id; in intel_detect_pch() local
250 dev_priv->pch_id = id; in intel_detect_pch()
256 dev_priv->pch_id = id; in intel_detect_pch()
[all …]
/openbmc/linux/tools/perf/util/
H A Dperf_regs.c31 reg_name = __perf_reg_name_csky(id); in perf_reg_name()
35 reg_name = __perf_reg_name_mips(id); in perf_reg_name()
39 reg_name = __perf_reg_name_riscv(id); in perf_reg_name()
41 reg_name = __perf_reg_name_s390(id); in perf_reg_name()
43 reg_name = __perf_reg_name_x86(id); in perf_reg_name()
45 reg_name = __perf_reg_name_arm(id); in perf_reg_name()
60 if (regs->cache_mask & (1ULL << id)) in perf_reg_value()
63 if (!(mask & (1ULL << id))) in perf_reg_value()
66 for (i = 0; i < id; i++) { in perf_reg_value()
71 regs->cache_mask |= (1ULL << id); in perf_reg_value()
[all …]
/openbmc/linux/tools/power/x86/intel-speed-select/
H A Disst-config.c413 id->cpu = cpu; in set_isst_id()
417 id->pkg = -1; in set_isst_id()
434 if (id->pkg == tid.pkg && id->die == tid.die && id->punit == tid.punit) in is_cpu_in_power_domain()
579 if (id.pkg < 0 || id.die < 0 || id.punit < 0) in for_each_online_power_domain_in_set()
582 valid_mask[id.pkg][id.die] = 1; in for_each_online_power_domain_in_set()
584 if (cpus[id.pkg][id.die][id.punit] == -1) in for_each_online_power_domain_in_set()
585 cpus[id.pkg][id.die][id.punit] = i; in for_each_online_power_domain_in_set()
710 if (id->pkg < 0 || id->die < 0 || id->punit < 0) in get_cpu_count()
713 return cpu_cnt[id->pkg][id->die][id->punit]; in get_cpu_count()
917 snprintf(dir_name, sizeof(dir_name), "/sys/fs/cgroup/%d-%d-%d", id->pkg, id->die, id->punit); in isolate_cpus()
[all …]
/openbmc/linux/drivers/interconnect/qcom/
H A Dsdx55.c24 .id = SDX55_MASTER_LLCC,
33 .id = SDX55_MASTER_TCU_0,
66 .id = SDX55_MASTER_AUDIO,
75 .id = SDX55_MASTER_BLSP_1,
121 .id = SDX55_MASTER_QPIC,
195 .id = SDX55_MASTER_IPA,
384 .id = SDX55_SLAVE_LLCC,
411 .id = SDX55_SLAVE_AOP,
418 .id = SDX55_SLAVE_AOSS,
509 .id = SDX55_SLAVE_PDM,
[all …]
/openbmc/u-boot/board/freescale/common/
H A Dsys_eeprom.c71 #define is_valid ((e.id[0] == 'N') || (e.id[1] == 'X') || \
72 (e.id[2] == 'I') || (e.id[3] == 'D'))
77 #define is_valid ((e.id[0] == 'C') || (e.id[1] == 'C') || \
78 (e.id[2] == 'I') || (e.id[3] == 'D'))
91 printf("ID: %c%c%c%c v%u\n", e.id[0], e.id[1], e.id[2], e.id[3], in show_eeprom()
94 printf("ID: %c%c%c%c\n", e.id[0], e.id[1], e.id[2], e.id[3]); in show_eeprom()
341 memcpy(e.id, "NXID", sizeof(e.id)); in do_mac()
344 memcpy(e.id, "CCID", sizeof(e.id)); in do_mac()
433 e.id[0], e.id[1], e.id[2], e.id[3]); in mac_read_from_eeprom()
486 printf("%c%c%c%c v%u\n", e.id[0], e.id[1], e.id[2], e.id[3], in mac_read_from_eeprom()
[all …]
/openbmc/qemu/hw/timer/
H A Dgrlib_gptimer.c69 int id; member
166 trace_grlib_gptimer_hit(timer->id); in grlib_gptimer_hit()
186 int id; in grlib_gptimer_read() local
212 if (id >= 0 && id < unit->nr_timers) { in grlib_gptimer_read()
222 value = unit->timers[id].reload; in grlib_gptimer_read()
227 trace_grlib_gptimer_readl(id, addr, unit->timers[id].config); in grlib_gptimer_read()
228 return unit->timers[id].config; in grlib_gptimer_read()
245 int id; in grlib_gptimer_write() local
276 if (id >= 0 && id < unit->nr_timers) { in grlib_gptimer_write()
290 unit->timers[id].reload = value; in grlib_gptimer_write()
[all …]

12345678910>>...579