Searched full:vmc (Results 1 – 25 of 41) sorted by relevance
12
/linux-6.12.1/Documentation/misc-devices/ |
D | ibmvmc.rst | 23 The Virtual Management Channel (VMC) is a logical device which provides an 51 application component are passed to the hypervisor over a VMC interface, 54 The VMC enables the management partition to provide basic partitioning 64 Virtual Management Channel (VMC) 67 A logical device, called the Virtual Management Channel (VMC), is defined 82 Two new classes of CRQ messages are introduced for the VMC device. VMC 83 Administrative messages are used for each partition using the VMC to 104 Example Management Partition VMC Driver Interface 108 implementation where a device driver is used to interface to the VMC 111 ioctl’s against the VMC device. [all …]
|
/linux-6.12.1/drivers/misc/ |
D | ibmvmc.c | 84 * @vmc_index: drc index of the vmc device created 103 /* Call to request the VMC device from phyp */ in h_request_vmc() 636 * ibmvmc_send_capabilities - Send VMC Capabilities 641 * initialization sequence of messages and is used to exchange VMC capabilities 643 * partition must send this message and the hypervisor must respond with VMC 1292 * ibmvmc_ioctl_requestvmc - IOCTL Request VMC 1295 * @ret_vmc_index: VMC Index 1309 /* Call to request the VMC device from phyp*/ in ibmvmc_ioctl_requestvmc() 1319 pr_err("ibmvmc: requestvmc: hypervisor denied vmc request\n"); in ibmvmc_ioctl_requestvmc() 1325 pr_err("ibmvmc: requestvmc: vmc resource unavailable\n"); in ibmvmc_ioctl_requestvmc() [all …]
|
D | ibmvmc.h | 135 u8 hmc_session; /* Session Identifier for the current VMC connection */ 159 /* VMC server adapter settings */
|
/linux-6.12.1/Documentation/devicetree/bindings/regulator/ |
D | mediatek,mt6331-regulator.yaml | 181 mt6331_vmc_reg: ldo-vmc { 182 regulator-name = "vmc";
|
D | mediatek,mt6357-regulator.yaml | 249 mt6357_vmc_reg: ldo-vmc { 250 regulator-name = "vmc";
|
D | mediatek,mt6397-regulator.yaml | 170 regulator-name = "vmc";
|
D | mt6323-regulator.txt | 111 regulator-name = "vmc";
|
D | mediatek,mt6358-regulator.yaml | 28 description: Supply for LDOs vldo28 (MT6358 only), vio28, vmc, vmch, vsim2
|
/linux-6.12.1/arch/arm64/boot/dts/mediatek/ |
D | mt6331.dtsi | 134 mt6331_vmc_reg: ldo-vmc { 135 regulator-name = "vmc";
|
D | mt6357.dtsi | 217 mt6357_vmc_reg: ldo-vmc { 218 regulator-name = "vmc";
|
D | mt6358.dtsi | 313 regulator-name = "vmc";
|
/linux-6.12.1/drivers/regulator/ |
D | mt6358-regulator.c | 558 MT6358_LDO("ldo_vmc", VMC, "vsys-ldo2", vmc, 622 MT6366_LDO("vmc", VMC, vmc, "vsys-ldo2",
|
D | mt6357-regulator.c | 374 MT6357_LDO("ldo-vmc", VMC, vmc_voltages,
|
D | mt6331-regulator.c | 376 MT6331_LDO("ldo-vmc", VMC, ldo_volt_table5, MT6331_DIGLDO_CON3, 10,
|
D | mt6323-regulator.c | 295 MT6323_LDO("ldo_vmc", VMC, ldo_volt_table3,
|
D | mt6397-regulator.c | 301 MT6397_LDO("ldo_vmc", VMC, ldo_volt_table2,
|
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | mmhub_v2_0.c | 43 [13][0] = "VMC", 70 [8][0] = "VMC", 100 [8][0] = "VMC",
|
D | psp_v12_0.c | 155 /* Change IH ring for VMC */ in psp_v12_0_reroute_ih()
|
D | psp_v3_1.c | 160 /* Change IH ring for VMC */ in psp_v3_1_reroute_ih()
|
D | gmc_v12_0.c | 34 #include "ivsrcid/vmc/irqsrcs_vmc_1_0.h" 768 /* This interrupt is VMC page fault.*/ in gmc_v12_0_sw_init()
|
/linux-6.12.1/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_int_process_v11.c | 27 #include "ivsrcid/vmc/irqsrcs_vmc_1_0.h" 299 /* VMC, UTCL2 */ in event_interrupt_wq_v11()
|
/linux-6.12.1/arch/arm/boot/dts/mediatek/ |
D | mt8135-evbp1.dts | 119 regulator-name = "vmc";
|
D | mt6323.dtsi | 115 regulator-name = "vmc";
|
/linux-6.12.1/drivers/i2c/busses/ |
D | i2c-icy.c | 196 { ZORRO_ID(VMC, 15, 0), },
|
/linux-6.12.1/include/uapi/linux/ |
D | zorro_ids.h | 449 #define ZORRO_PROD_VMC_ISDN_BLASTER_Z2 ZORRO_ID(VMC, 0x01, 0) 450 #define ZORRO_PROD_VMC_HYPERCOM_4 ZORRO_ID(VMC, 0x02, 0)
|
12