Home
last modified time | relevance | path

Searched full:hrv (Results 1 – 15 of 15) sorted by relevance

/linux-6.12.1/drivers/acpi/
Dutils.c911 s64 hrv; member
918 unsigned long long hrv; in acpi_dev_match_cb() local
927 if (match->hrv == -1) in acpi_dev_match_cb()
930 status = acpi_evaluate_integer(adev->handle, "_HRV", NULL, &hrv); in acpi_dev_match_cb()
934 return hrv == match->hrv; in acpi_dev_match_cb()
941 * @hrv: Hardware Revision of the device, pass -1 to not check _HRV
957 bool acpi_dev_present(const char *hid, const char *uid, s64 hrv) in acpi_dev_present() argument
964 match.hrv = hrv; in acpi_dev_present()
974 * @adev: Pointer to the previous ACPI device matching this @hid, @uid and @hrv
977 * @hrv: Hardware Revision of the device, pass -1 to not check _HRV
[all …]
Ddevice_sysfs.c495 unsigned long long hrv; in hrv_show() local
497 status = acpi_evaluate_integer(acpi_dev->handle, "_HRV", NULL, &hrv); in hrv_show()
501 return sprintf(buf, "%llu\n", hrv); in hrv_show()
503 static DEVICE_ATTR_RO(hrv);
/linux-6.12.1/Documentation/devicetree/bindings/soc/imx/
Dfsl,imx8mp-hdmi-blk-ctrl.yaml44 - const: hrv
63 - const: hrv
97 "hdcp", "hrv";
/linux-6.12.1/drivers/mfd/
Dintel_soc_pmic_chtwc.c193 unsigned long long hrv; in cht_wc_probe() local
196 status = acpi_evaluate_integer(ACPI_HANDLE(dev), "_HRV", NULL, &hrv); in cht_wc_probe()
199 if (hrv != CHT_WC_HRV) in cht_wc_probe()
200 return dev_err_probe(dev, -ENODEV, "Invalid PMIC hardware revision: %llu\n", hrv); in cht_wc_probe()
Dintel_soc_pmic_bxtwc.c433 unsigned long long hrv; in bxtwc_probe() local
436 status = acpi_evaluate_integer(ACPI_HANDLE(dev), "_HRV", NULL, &hrv); in bxtwc_probe()
439 if (hrv != BROXTON_PMIC_WC_HRV) in bxtwc_probe()
440 return dev_err_probe(dev, -ENODEV, "Invalid PMIC hardware revision: %llu\n", hrv); in bxtwc_probe()
/linux-6.12.1/drivers/i2c/busses/
Di2c-viai2c-zhaoxin.c46 u8 hrv; member
77 if (priv->hrv && msg->len == (i2c->xfered_len + priv->xfer_len)) { in viai2c_fifo_xfer()
126 if (priv->hrv && msg->len == (i2c->xfered_len + priv->xfer_len)) { in viai2c_fifo_irq_xfer()
154 if (num == 1 && msgs->len >= 2 && (priv->hrv || msgs->len <= ZXI2C_FIFO_SIZE)) { in zxi2c_xfer()
319 priv->hrv = ioread8(i2c->base + ZXI2C_REG_REV); in zxi2c_probe()
/linux-6.12.1/drivers/net/ethernet/qualcomm/emac/
Demac-sgmii.c310 unsigned long long hrv; in emac_sgmii_acpi_match() local
313 status = acpi_evaluate_integer(handle, "_HRV", NULL, &hrv); in emac_sgmii_acpi_match()
319 hrv = 1; in emac_sgmii_acpi_match()
325 switch (hrv) { in emac_sgmii_acpi_match()
/linux-6.12.1/include/acpi/
Dacpi_bus.h88 bool acpi_dev_present(const char *hid, const char *uid, s64 hrv);
958 acpi_dev_get_next_match_dev(struct acpi_device *adev, const char *hid, const char *uid, s64 hrv);
960 acpi_dev_get_first_match_dev(const char *hid, const char *uid, s64 hrv);
967 * @hrv: Hardware Revision of the device, pass -1 to not check _HRV
971 #define for_each_acpi_dev_match(adev, hid, uid, hrv) \ argument
972 for (adev = acpi_dev_get_first_match_dev(hid, uid, hrv); \
974 adev = acpi_dev_get_next_match_dev(adev, hid, uid, hrv))
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-bus-acpi91 What: /sys/bus/acpi/devices/.../hrv
/linux-6.12.1/drivers/pmdomain/imx/
Dimx8mp-blk-ctrl.c497 .name = "hdmiblk-hrv",
500 .gpc_name = "hrv",
501 .path_names = (const char *[]){"hrv"},
/linux-6.12.1/drivers/interconnect/imx/
Dimx8mp.c209 DEFINE_BUS_MASTER("HRV", IMX8MP_ICM_HRV, IMX8MP_ICN_HDMI),
/linux-6.12.1/drivers/acpi/x86/
Dutils.c526 int hrv; member
550 acpi_skip_ac_and_battery_pmic_ids[i].hrv)) { in acpi_quirk_skip_acpi_ac_and_battery()
/linux-6.12.1/drivers/input/misc/
Daxp20x-pek.c285 * On Cherry Trail platforms (hrv == 3), do not register the in axp20x_pek_should_register_input()
/linux-6.12.1/include/linux/
Dacpi.h796 static inline bool acpi_dev_present(const char *hid, const char *uid, s64 hrv) in acpi_dev_present() argument
809 acpi_dev_get_first_match_dev(const char *hid, const char *uid, s64 hrv) in acpi_dev_get_first_match_dev() argument
/linux-6.12.1/arch/arm64/boot/dts/freescale/
Dimx8mp.dtsi2025 "hdcp", "hrv";