Home
last modified time | relevance | path

Searched refs:id (Results 201 – 225 of 16139) sorted by relevance

12345678910>>...646

/openbmc/qemu/docs/devel/
H A Ds390-cpu-topology.rst36 "core-id": 0,
37 "socket-id": 0,
38 "drawer-id": 0,
39 "book-id": 0
51 "core-id": 19,
52 "socket-id": 1,
54 "book-id": 2
66 "core-id": 11,
69 "book-id": 1
81 "core-id": 12,
[all …]
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmcs.c295 int id; in mcs_clear_all_stats() local
303 for (id = 0; id < map->flow_ids.max; id++) { in mcs_clear_all_stats()
310 for (id = 0; id < map->secy.max; id++) { in mcs_clear_all_stats()
317 for (id = 0; id < map->secy.max; id++) { in mcs_clear_all_stats()
324 for (id = 0; id < map->sa.max; id++) { in mcs_clear_all_stats()
593 for (id = 0; id < map->ctrlpktrule.max; id++) { in mcs_free_ctrlpktrule()
715 int id; in mcs_free_all_rsrc() local
723 for (id = 0; id < map->flow_ids.max; id++) { in mcs_free_all_rsrc()
732 for (id = 0; id < map->secy.max; id++) { in mcs_free_all_rsrc()
741 for (id = 0; id < map->secy.max; id++) { in mcs_free_all_rsrc()
[all …]
/openbmc/linux/drivers/regulator/
H A Drt4801-regulator.c42 int id = desc->id; in rt4801_of_parse_cb() local
44 if (priv->enable_gpios[id]) { in rt4801_of_parse_cb()
54 priv->enable_gpios[id] = NULL; in rt4801_of_parse_cb()
70 priv->volt_sel[id] = selector; in rt4801_set_voltage_sel()
77 int id = rdev_get_id(rdev); in rt4801_get_voltage_sel() local
82 return priv->volt_sel[id]; in rt4801_get_voltage_sel()
102 priv->enable_flag |= BIT(id); in rt4801_enable()
109 int id = rdev_get_id(rdev); in rt4801_disable() local
126 int id = rdev_get_id(rdev); in rt4801_is_enabled() local
147 .id = DSV_OUT_POS,
[all …]
H A Dmax77802-regulator.c73 if (id == MAX77802_BUCK1 || (id >= MAX77802_BUCK5 && in max77802_get_opmode_shift()
74 id <= MAX77802_BUCK10)) in max77802_get_opmode_shift()
77 if (id >= MAX77802_BUCK2 && id <= MAX77802_BUCK4) in max77802_get_opmode_shift()
80 if (id >= MAX77802_LDO1 && id <= MAX77802_LDO35) in max77802_get_opmode_shift()
102 max77802->opmode[id] = val; in max77802_set_suspend_disable()
135 max77802->opmode[id] = val; in max77802_set_mode()
315 .id = MAX77802_LDO##num, \
336 .id = MAX77802_LDO##num, \
357 .id = MAX77802_BUCK##num, \
510 unsigned int id = regulators[i].id; in max77802_pmic_probe() local
[all …]
H A Dlp8788-buck.c151 switch (id) { in lp8788_set_dvs()
168 switch (id) { in lp8788_get_buck_dvs_ctrl_mode()
210 switch (id) { in lp8788_select_buck_vout_addr()
370 .id = BUCK1,
382 .id = BUCK2,
394 .id = BUCK3,
408 .id = BUCK4,
431 switch (id) { in lp8788_dvs_gpio_request()
467 if (id > BUCK2) in lp8788_init_dvs()
482 val[id]); in lp8788_init_dvs()
[all …]
/openbmc/linux/drivers/scsi/pm8001/
H A Dpm80xx_tracepoints.h19 TP_PROTO(u32 id, u32 phy_id, u32 htag, u32 ctlr_opcode,
25 __field(u32, id)
34 __entry->id = id;
43 __entry->id, __entry->phy_id, __entry->htag,
49 TP_PROTO(u32 id, u32 phy_id, u32 htag, u32 ctlr_opcode,
55 __field(u32, id)
64 __entry->id = id;
73 __entry->id, __entry->phy_id, __entry->htag,
81 TP_ARGS(id, opc, htag, qi, pi, ci),
84 __field(u32, id)
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_opp.h46 SRI(FMT_CONTROL, FMT, id), \
50 SRI(FMT_CLAMP_CNTL, FMT, id), \
55 #define OPP_DCE_80_REG_LIST(id) \ argument
56 OPP_COMMON_REG_LIST_BASE(id), \
62 OPP_COMMON_REG_LIST_BASE(id), \
68 OPP_COMMON_REG_LIST_BASE(id), \
74 OPP_COMMON_REG_LIST_BASE(id), \
78 SRI(CONTROL, FMT_MEMORY, id)
82 SRI(CONTROL, FMT_MEMORY, id)
88 SRI(FMT_CONTROL, FMT, id), \
[all …]
/openbmc/linux/net/sched/
H A Dcls_route.c31 u32 id; member
49 u32 id; member
84 head->fastmap[h].id = id; in route4_set_fastmap()
133 u32 id, h; in route4_classify() local
147 if (id == head->fastmap[h].id && in route4_classify()
169 if (f->id == id) in route4_classify()
456 f->id = to | id<<16; in route4_set_parms()
514 f->id = fold->id; in route4_change()
604 u32 id; in route4_dump() local
616 id = f->id & 0xFF; in route4_dump()
[all …]
/openbmc/linux/drivers/rapidio/
H A Drio-driver.c27 *id, in rio_match_device()
30 while (id->vid || id->asm_vid) { in rio_match_device()
31 if (((id->vid == RIO_ANY_ID) || (id->vid == rdev->vid)) && in rio_match_device()
32 ((id->did == RIO_ANY_ID) || (id->did == rdev->did)) && in rio_match_device()
33 ((id->asm_vid == RIO_ANY_ID) in rio_match_device()
37 return id; in rio_match_device()
38 id++; in rio_match_device()
88 const struct rio_device_id *id; in rio_device_probe() local
95 if (id) in rio_device_probe()
96 error = rdrv->probe(rdev, id); in rio_device_probe()
[all …]
/openbmc/linux/drivers/pnp/
H A Ddriver.c31 if (!pos || !id || (strlen(id) != 7)) in compare_pnp_id()
36 if (memcmp(pos->id, id, 3) == 0) in compare_pnp_id()
37 if (compare_func(pos->id, id) == 1) in compare_pnp_id()
53 if (compare_pnp_id(dev->id, drv_id->id)) in match_device()
297 dev_id->id[0] = id[0]; in pnp_add_id()
298 dev_id->id[1] = id[1]; in pnp_add_id()
299 dev_id->id[2] = id[2]; in pnp_add_id()
300 dev_id->id[3] = tolower(id[3]); in pnp_add_id()
301 dev_id->id[4] = tolower(id[4]); in pnp_add_id()
302 dev_id->id[5] = tolower(id[5]); in pnp_add_id()
[all …]
/openbmc/u-boot/drivers/net/pfe_eth/
H A Dpfe_cmd.c25 int id; in pfe_command_pe() local
59 int id; in pfe_command_pe() local
87 int id; in pfe_command_pe() local
277 u32 id; in pfe_pe_status() local
290 for (id = CLASS0_ID; id < MAX_PE; id++) { in pfe_pe_status()
291 if (id >= TMU0_ID) { in pfe_pe_status()
292 if (id == TMU2_ID) in pfe_pe_status()
294 if (id == TMU0_ID) in pfe_pe_status()
298 if (id == CLASS0_ID) in pfe_pe_status()
323 if (id >= TMU0_ID) { in pfe_pe_status()
[all …]
/openbmc/linux/include/soc/tegra/
H A Dpmc.h156 int tegra_powergate_power_on(unsigned int id);
157 int tegra_powergate_power_off(unsigned int id);
158 int tegra_powergate_remove_clamping(unsigned int id);
164 int tegra_io_pad_power_enable(enum tegra_io_pad id);
165 int tegra_io_pad_power_disable(enum tegra_io_pad id);
168 int tegra_io_rail_power_on(unsigned int id);
169 int tegra_io_rail_power_off(unsigned int id);
177 static inline int tegra_powergate_power_on(unsigned int id) in tegra_powergate_power_on() argument
182 static inline int tegra_powergate_power_off(unsigned int id) in tegra_powergate_power_off() argument
214 static inline int tegra_io_rail_power_on(unsigned int id) in tegra_io_rail_power_on() argument
[all …]
/openbmc/linux/drivers/clk/at91/
H A Dclk-system.c24 u8 id; member
27 static inline int is_pck(int id) in is_pck() argument
29 return (id >= 8) && (id <= 15); in is_pck()
38 return !!(status & (1 << id)); in clk_system_ready()
45 regmap_write(sys->regmap, AT91_PMC_SCER, 1 << sys->id); in clk_system_prepare()
47 if (!is_pck(sys->id)) in clk_system_prepare()
50 while (!clk_system_ready(sys->regmap, sys->id)) in clk_system_prepare()
70 if (!(status & (1 << sys->id))) in clk_system_is_prepared()
73 if (!is_pck(sys->id)) in clk_system_is_prepared()
78 return !!(status & (1 << sys->id)); in clk_system_is_prepared()
[all …]
/openbmc/linux/drivers/interconnect/qcom/
H A Dsdm660.c145 .id = SDM660_MASTER_IPA,
236 .id = SDM660_MASTER_UFS,
274 .id = SDM660_MASTER_USB3,
565 .id = SDM660_MASTER_CPP,
660 .id = SDM660_MASTER_VFE,
814 .id = SDM660_SLAVE_EBI,
860 .id = SDM660_SLAVE_MPM,
890 .id = SDM660_SLAVE_TCSR,
930 .id = SDM660_SLAVE_GLM,
1146 .id = SDM660_SLAVE_PDM,
[all …]
/openbmc/linux/sound/soc/qcom/qdsp6/
H A Dq6routing.c28 #define Q6ROUTING_RX_MIXERS(id) \ argument
29 SOC_SINGLE_EXT("MultiMedia1", id, \
32 SOC_SINGLE_EXT("MultiMedia2", id, \
35 SOC_SINGLE_EXT("MultiMedia3", id, \
38 SOC_SINGLE_EXT("MultiMedia4", id, \
41 SOC_SINGLE_EXT("MultiMedia5", id, \
44 SOC_SINGLE_EXT("MultiMedia6", id, \
47 SOC_SINGLE_EXT("MultiMedia7", id, \
50 SOC_SINGLE_EXT("MultiMedia8", id, \
131 #define Q6ROUTING_TX_MIXERS(id) \ argument
[all …]
/openbmc/linux/drivers/counter/
H A Drz-mtu3-cnt.c94 return (id == RZ_MTU3_32_BIT_CH) ? 0 : id; in rz_mtu3_get_hw_ch()
126 int id) in rz_mtu3_lock_if_counter_is_valid() argument
145 int id) in rz_mtu3_lock_if_count_is_enabled() argument
327 switch (count->id) { in rz_mtu3_count_ceiling_read()
358 switch (count->id) { in rz_mtu3_count_ceiling_write()
426 switch (id) { in rz_mtu3_initialize_counter()
461 if (id == RZ_MTU3_32_BIT_CH) { in rz_mtu3_terminate_counter()
706 .id = (_id), \
755 .id = RZ_MTU3_16_BIT_MTU1_CH,
765 .id = RZ_MTU3_16_BIT_MTU2_CH,
[all …]
/openbmc/u-boot/drivers/dma/
H A Dsandbox-dma-test.c23 u32 id; member
58 dma->id = args->args[0]; in sandbox_dma_of_xlate()
60 uc = &ud->channels[dma->id]; in sandbox_dma_of_xlate()
62 if (dma->id == 1) in sandbox_dma_of_xlate()
64 else if (dma->id == 2) in sandbox_dma_of_xlate()
81 uc = &ud->channels[dma->id]; in sandbox_dma_request()
99 uc = &ud->channels[dma->id]; in sandbox_dma_free()
119 uc = &ud->channels[dma->id]; in sandbox_dma_enable()
139 uc = &ud->channels[dma->id]; in sandbox_dma_disable()
261 uc->id = i; in sandbox_dma_probe()
[all …]
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/
H A Ddpu_3_0_msm8998.h44 .name = "ctl_0", .id = CTL_0,
49 .name = "ctl_1", .id = CTL_1,
53 .name = "ctl_2", .id = CTL_2,
58 .name = "ctl_3", .id = CTL_3,
62 .name = "ctl_4", .id = CTL_4,
138 .name = "lm_0", .id = LM_0,
146 .name = "lm_1", .id = LM_1,
154 .name = "lm_2", .id = LM_2,
161 .name = "lm_3", .id = LM_3,
167 .name = "lm_4", .id = LM_4,
[all …]
/openbmc/linux/drivers/nvme/target/
H A Dadmin-cmd.c364 id = kzalloc(sizeof(*id), GFP_KERNEL); in nvmet_execute_identify_ctrl()
365 if (!id) { in nvmet_execute_identify_ctrl()
377 memcpy_and_pad(id->fr, sizeof(id->fr), in nvmet_execute_identify_ctrl()
485 status = nvmet_copy_to_sgl(req, 0, id, sizeof(*id)); in nvmet_execute_identify_ctrl()
487 kfree(id); in nvmet_execute_identify_ctrl()
503 id = kzalloc(sizeof(*id), GFP_KERNEL); in nvmet_execute_identify_ns()
504 if (!id) { in nvmet_execute_identify_ns()
526 id->ncap = id->nsze = in nvmet_execute_identify_ns()
533 id->nuse = id->nsze; in nvmet_execute_identify_ns()
572 status = nvmet_copy_to_sgl(req, 0, id, sizeof(*id)); in nvmet_execute_identify_ns()
[all …]
H A Dpassthru.c89 id = kzalloc(sizeof(*id), GFP_KERNEL); in nvmet_passthru_override_id_ctrl()
90 if (!id) in nvmet_passthru_override_id_ctrl()
93 status = nvmet_copy_from_sgl(req, 0, id, sizeof(*id)); in nvmet_passthru_override_id_ctrl()
133 id->sqes = min_t(__u8, ((0x6 << 4) | 0x6), id->sqes); in nvmet_passthru_override_id_ctrl()
134 id->cqes = min_t(__u8, ((0x4 << 4) | 0x4), id->cqes); in nvmet_passthru_override_id_ctrl()
171 kfree(id); in nvmet_passthru_override_id_ctrl()
181 id = kzalloc(sizeof(*id), GFP_KERNEL); in nvmet_passthru_override_id_ns()
182 if (!id) in nvmet_passthru_override_id_ns()
191 memset(&id->lbaf[i], 0, sizeof(id->lbaf[i])); in nvmet_passthru_override_id_ns()
193 id->flbas = id->flbas & ~(1 << 4); in nvmet_passthru_override_id_ns()
[all …]
/openbmc/linux/include/xen/interface/io/
H A Dpvcalls.h44 uint64_t id; member
50 uint64_t id; member
58 uint64_t id; member
62 uint64_t id; member
67 uint64_t id; member
71 uint64_t id; member
77 uint64_t id; member
94 uint64_t id; member
97 uint64_t id; member
100 uint64_t id; member
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D185.out39 …roseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "created", "id": "disk"}}
40 …roseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "running", "id": "disk"}}
44 …croseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "paused", "id": "disk"}}
45 …roseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "running", "id": "disk"}}
46 …croseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "paused", "id": "disk"}}
47 …roseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "running", "id": "disk"}}
51 …microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "null", "id": "disk"}}
74 …microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "null", "id": "disk"}}
100 …microseconds": TIMESTAMP}, "event": "JOB_STATUS_CHANGE", "data": {"status": "null", "id": "disk"}}
162 "job-id": "mirror",
[all …]
/openbmc/linux/drivers/clk/ux500/
H A Dreset-prcc.c54 unsigned long id) in u8500_prcc_reset_base() argument
58 prcc_num = id / PRCC_PERIPHS_PER_CLUSTER; in u8500_prcc_reset_base()
68 unsigned long id) in u8500_prcc_reset() argument
71 void __iomem *base = u8500_prcc_reset_base(ur, id); in u8500_prcc_reset()
72 unsigned int bit = id % PRCC_PERIPHS_PER_CLUSTER; in u8500_prcc_reset()
89 unsigned long id) in u8500_prcc_reset_assert() argument
93 unsigned int bit = id % PRCC_PERIPHS_PER_CLUSTER; in u8500_prcc_reset_assert()
102 unsigned long id) in u8500_prcc_reset_deassert() argument
106 unsigned int bit = id % PRCC_PERIPHS_PER_CLUSTER; in u8500_prcc_reset_deassert()
115 unsigned long id) in u8500_prcc_reset_status() argument
[all …]
/openbmc/qemu/docs/system/
H A Dcpu-hotplug.rst40 "core-id": 0,
41 "thread-id": 0
50 "core-id": 0,
51 "thread-id": 0
65 (QEMU) device_add id=cpu-2 driver=IvyBridge-IBRS-x86_64-cpu socket-id=1 core-id=0 thread-id=0
69 "socket-id": 1,
71 "id": "cpu-2",
72 "core-id": 0,
73 "thread-id": 0
124 (QEMU) device_del id=cpu-2
[all …]
/openbmc/linux/drivers/net/phy/
H A Dsfp-bus.c55 switch (id->base.connector) { in sfp_parse_port()
89 id->base.connector); in sfp_parse_port()
120 if (id->base.e1000_base_t) in sfp_may_have_phy()
156 if (id->base.br_nominal) { in sfp_parse_support()
159 br_min = br_nom - id->base.br_nominal * id->ext.br_min; in sfp_parse_support()
160 br_max = br_nom + id->base.br_nominal * id->ext.br_max; in sfp_parse_support()
206 if ((id->base.e_base_px || id->base.e_base_bx10) && in sfp_parse_support()
213 if (id->base.e100_base_fx || id->base.e100_base_lx) { in sfp_parse_support()
217 if ((id->base.e_base_px || id->base.e_base_bx10) && br_nom == 100) { in sfp_parse_support()
225 if ((id->base.sfp_ct_passive || id->base.sfp_ct_active) && br_nom) { in sfp_parse_support()
[all …]

12345678910>>...646