/linux-6.3-rc2/drivers/staging/greybus/ |
A D | arche-apb-ctrl.c | 36 struct regulator *vcore; member 83 if (!IS_ERR(apb->vcore)) { in coldboot_seq() 84 ret = regulator_enable(apb->vcore); in coldboot_seq() 125 ret = regulator_enable(apb->vcore); in fw_flashing_seq() 208 if (!IS_ERR(apb->vcore) && regulator_is_enabled(apb->vcore) > 0) in poweroff_seq() 209 regulator_disable(apb->vcore); in poweroff_seq() 361 apb->vcore = devm_regulator_get(dev, "vcore"); in apb_ctrl_get_devtree_data() 362 if (IS_ERR(apb->vcore)) in apb_ctrl_get_devtree_data()
|
/linux-6.3-rc2/drivers/hwmon/ |
A D | atxp1.c | 97 unsigned long vcore; in cpu0_vid_store() local 100 err = kstrtoul(buf, 10, &vcore); in cpu0_vid_store() 104 vcore /= 25; in cpu0_vid_store() 105 vcore *= 25; in cpu0_vid_store() 108 vid = vid_to_reg(vcore, data->vrm); in cpu0_vid_store() 127 dev_dbg(dev, "Setting VCore to %d mV (0x%02x)\n", (int)vcore, vid); in cpu0_vid_store()
|
/linux-6.3-rc2/drivers/mfd/ |
A D | stw481x.c | 80 u8 vcore; in stw481x_startup() local 107 vcore = ret & 0x0f; in stw481x_startup() 121 vcore_val[vcore] / 100, vcore_val[vcore] % 100, in stw481x_startup()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/regulator/ |
A D | mt6380-regulator.txt | 11 buck-core1, buck-vcore, buck-vrf 29 mt6380_vcore_reg: buck-vcore { 30 regulator-name = "vcore";
|
A D | mediatek,mt6357-regulator.yaml | 84 mt6357_vcore_reg: buck-vcore { 85 regulator-name = "vcore";
|
A D | mt6397-regulator.txt | 69 regulator-name = "vcore";
|
A D | mt6358-regulator.txt | 40 regulator-name = "vcore";
|
A D | mt6359-regulator.yaml | 138 regulator-name = "vcore";
|
/linux-6.3-rc2/arch/powerpc/kvm/ |
A D | book3s_hv.c | 838 vc = vcpu->arch.vcore; in kvmppc_doorbell_pending() 988 struct kvmppc_vcore *vcore = target->arch.vcore; in kvm_arch_vcpu_yield_to() local 1005 vcore->runner) in kvm_arch_vcpu_yield_to() 2715 if (vcore == NULL) in kvmppc_vcore_create() 2724 vcore->kvm = kvm; in kvmppc_vcore_create() 2727 return vcore; in kvmppc_vcore_create() 2952 vcore = NULL; in kvmppc_core_vcpu_create_hv() 2969 vcore = NULL; in kvmppc_core_vcpu_create_hv() 2970 } else if (!vcore) { in kvmppc_core_vcpu_create_hv() 2986 if (!vcore) in kvmppc_core_vcpu_create_hv() [all …]
|
A D | book3s_hv_tm_builtin.c | 53 if ((msr & MSR_PR) && (vcpu->arch.vcore->pcr & PCR_ARCH_206)) in kvmhv_p9_tm_emulation_early() 92 if ((msr & MSR_PR) && (vcpu->arch.vcore->pcr & PCR_ARCH_206)) in kvmhv_p9_tm_emulation_early()
|
A D | book3s_hv_tm.c | 84 if ((msr & MSR_PR) && (vcpu->arch.vcore->pcr & PCR_ARCH_206)) { in kvmhv_p9_tm_emulation() 135 if ((msr & MSR_PR) && (vcpu->arch.vcore->pcr & PCR_ARCH_206)) { in kvmhv_p9_tm_emulation()
|
A D | book3s_hv_builtin.c | 542 (vcpu->arch.vcore->lpcr & LPCR_AIL) == LPCR_AIL_3 && in inject_interrupt() 594 vcpu->arch.vcore->dpdes = 1; in kvmppc_guest_entry_inject_int()
|
A D | book3s_hv_ras.c | 142 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmppc_p9_realmode_hmi_handler()
|
A D | book3s_hv_nested.c | 32 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmhv_save_hv_regs() 106 struct kvmppc_vcore *vc = vcpu->arch.vcore; in save_hv_return_state() 143 struct kvmppc_vcore *vc = vcpu->arch.vcore; in restore_hv_regs() 171 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmhv_restore_hv_return_state() 257 struct kvmppc_vcore *vc = vcpu->arch.vcore; in load_l2_hv_regs() 295 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmhv_enter_nested_guest()
|
A D | trace_hv.h | 444 __entry->n_runnable = vcpu->arch.vcore->n_runnable;
|
A D | book3s_hv_p9_entry.c | 222 struct kvmppc_vcore *vc = vcpu->arch.vcore; in accumulate_time() 537 struct kvmppc_vcore *vc = vcpu->arch.vcore; in kvmhv_vcpu_entry_p9()
|
/linux-6.3-rc2/arch/arm64/boot/dts/mediatek/ |
A D | mt6380.dtsi | 23 mt6380_vcore_reg: buck-vcore { 24 regulator-name = "vcore";
|
A D | mt6359.dtsi | 47 regulator-name = "vcore";
|
A D | mt6358.dtsi | 34 regulator-name = "vcore";
|
A D | mt8173-evb.dts | 351 regulator-name = "vcore";
|
/linux-6.3-rc2/drivers/cpufreq/ |
A D | pxa3xx-cpufreq.c | 72 #define OP(cpufreq, _xl, _xn, _hss, _dmc, _smc, _sfl, _dfi, vcore, vsram) \ argument 82 .vcc_core = vcore, \
|
/linux-6.3-rc2/Documentation/virt/kvm/ |
A D | halt-polling.rst | 11 vcpus of a single vcore have ceded, the host kernel polls for wakeup conditions 41 or in the case of powerpc kvm-hv, in the vcore struct: 45 Thus this is a per vcpu (or vcore) value.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/media/i2c/ |
A D | mipi-ccs.yaml | 43 vcore-supply:
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | mt8135-evbp1.dts | 61 regulator-name = "vcore";
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | kvm_book3s.h | 409 return vcpu->arch.dec_expires - vcpu->arch.vcore->tb_offset; in kvmppc_dec_expires_host_tb()
|