Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/acpi/
A Dacpi_lpss.c770 u32 ltr_mode = 0; in lpss_ltr_mode_show() local
774 ret = lpss_reg_read(dev, LPSS_GENERAL, &ltr_mode); in lpss_ltr_mode_show()
778 outstr = (ltr_mode & LPSS_GENERAL_LTR_MODE_SW) ? "sw" : "auto"; in lpss_ltr_mode_show()
801 u32 ltr_mode, ltr_val; in acpi_lpss_set_ltr() local
803 ltr_mode = __lpss_reg_read(pdata, LPSS_GENERAL); in acpi_lpss_set_ltr()
805 if (ltr_mode & LPSS_GENERAL_LTR_MODE_SW) { in acpi_lpss_set_ltr()
806 ltr_mode &= ~LPSS_GENERAL_LTR_MODE_SW; in acpi_lpss_set_ltr()
807 __lpss_reg_write(ltr_mode, pdata, LPSS_GENERAL); in acpi_lpss_set_ltr()
823 if (!(ltr_mode & LPSS_GENERAL_LTR_MODE_SW)) { in acpi_lpss_set_ltr()
824 ltr_mode |= LPSS_GENERAL_LTR_MODE_SW; in acpi_lpss_set_ltr()
[all …]
/linux-6.3-rc2/Documentation/ABI/testing/
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.3-rc2/drivers/media/platform/qcom/venus/
A Dvenc.c621 struct hfi_ltr_mode ltr_mode; in venc_set_properties() local
842 ltr_mode.ltr_count = ctr->ltr_count; in venc_set_properties()
843 ltr_mode.ltr_mode = HFI_LTR_MODE_MANUAL; in venc_set_properties()
844 ltr_mode.trust_mode = 1; in venc_set_properties()
845 ret = hfi_session_set_property(inst, ptype, &ltr_mode); in venc_set_properties()
A Dhfi_cmds.c938 switch (in->ltr_mode) { in pkt_session_set_property_1x()
948 ltr->ltr_mode = in->ltr_mode; in pkt_session_set_property_1x()
A Dhfi_helper.h835 u32 ltr_mode; member

Completed in 19 milliseconds