Home
last modified time | relevance | path

Searched refs:ltr_mode (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/acpi/x86/
H A Dlpss.c750 u32 ltr_mode = 0; in lpss_ltr_mode_show() local
754 ret = lpss_reg_read(dev, LPSS_GENERAL, &ltr_mode); in lpss_ltr_mode_show()
758 outstr = (ltr_mode & LPSS_GENERAL_LTR_MODE_SW) ? "sw" : "auto"; in lpss_ltr_mode_show()
781 u32 ltr_mode, ltr_val; in acpi_lpss_set_ltr() local
783 ltr_mode = __lpss_reg_read(pdata, LPSS_GENERAL); in acpi_lpss_set_ltr()
785 if (ltr_mode & LPSS_GENERAL_LTR_MODE_SW) { in acpi_lpss_set_ltr()
786 ltr_mode &= ~LPSS_GENERAL_LTR_MODE_SW; in acpi_lpss_set_ltr()
787 __lpss_reg_write(ltr_mode, pdata, LPSS_GENERAL); in acpi_lpss_set_ltr()
803 if (!(ltr_mode & LPSS_GENERAL_LTR_MODE_SW)) { in acpi_lpss_set_ltr()
804 ltr_mode |= LPSS_GENERAL_LTR_MODE_SW; in acpi_lpss_set_ltr()
[all …]
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-devices-lpss_ltr10 What: /sys/devices/.../lpss_ltr/ltr_mode
14 The /sys/devices/.../lpss_ltr/ltr_mode attribute contains an
/linux-6.15/drivers/hid/intel-thc-hid/intel-thc/
H A Dintel-thc-dev.h100 void thc_change_ltr_mode(struct thc_device *dev, u32 ltr_mode);
H A Dintel-thc-dev.c765 void thc_change_ltr_mode(struct thc_device *dev, u32 ltr_mode) in thc_change_ltr_mode() argument
767 if (ltr_mode == THC_LTR_MODE_ACTIVE) { in thc_change_ltr_mode()
/linux-6.15/drivers/media/platform/qcom/venus/
H A Dvenc.c673 struct hfi_ltr_mode ltr_mode; in venc_set_properties() local
943 ltr_mode.ltr_count = ctr->ltr_count; in venc_set_properties()
944 ltr_mode.ltr_mode = HFI_LTR_MODE_MANUAL; in venc_set_properties()
945 ltr_mode.trust_mode = 1; in venc_set_properties()
946 ret = hfi_session_set_property(inst, ptype, &ltr_mode); in venc_set_properties()
H A Dhfi_cmds.c939 switch (in->ltr_mode) { in pkt_session_set_property_1x()
949 ltr->ltr_mode = in->ltr_mode; in pkt_session_set_property_1x()
H A Dhfi_helper.h855 u32 ltr_mode; member