Home
last modified time | relevance | path

Searched full:mvs (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/regulator/
Dqcom,rpm-regulator.yaml24 mvs
52 "^((s|l|lvs)[0-9]*|s[1-2][a-b]|ncp|mvs|usb-switch|hdmi-switch)$":
/linux-6.12.1/drivers/cpufreq/
Dpowernow-k8.c626 u32 mvs; in find_psb_table() local
660 mvs = ((psb->flags2) >> 4) & 3; in find_psb_table()
661 data->vidmvs = 1 << mvs; in find_psb_table()
666 pr_debug("maximum voltage step: %d - 0x%x\n", mvs, data->vidmvs); in find_psb_table()
Dpowernow-k8.h17 u32 vidmvs; /* usable value calculated from mvs */
/linux-6.12.1/arch/arm/boot/dts/qcom/
Dqcom-apq8060-dragonboard.dts537 /* LVS0 thru 3 and mvs are just switches */
548 pm8901_mvs: mvs { };
/linux-6.12.1/drivers/staging/media/meson/vdec/
Dcodec_h264.c311 /* Address to store the references' MVs */ in codec_h264_resume()
/linux-6.12.1/drivers/regulator/
Dqcom_rpm-regulator.c865 { "mvs", QCOM_RPM_PM8901_MVS, &pm8901_switch, "mvs_in" },
/linux-6.12.1/drivers/media/v4l2-core/
Dv4l2-ctrls-defs.c1037 case V4L2_CID_MPEG_VIDEO_HEVC_MAX_NUM_MERGE_MV_MINUS1: return "HEVC Max Num of Candidate MVs"; in v4l2_ctrl_get_name()
/linux-6.12.1/net/core/
Ddev.c2303 * they originated from - MvS (miquels@drinkel.ow.org) in dev_queue_xmit_nit()