Searched refs:ltr_mode (Results 1 – 6 of 6) sorted by relevance
| /drivers/acpi/x86/ |
| A D | lpss.c | 747 u32 ltr_mode = 0; in lpss_ltr_mode_show() local 751 ret = lpss_reg_read(dev, LPSS_GENERAL, <r_mode); in lpss_ltr_mode_show() 755 outstr = (ltr_mode & LPSS_GENERAL_LTR_MODE_SW) ? "sw" : "auto"; in lpss_ltr_mode_show() 778 u32 ltr_mode, ltr_val; in acpi_lpss_set_ltr() local 780 ltr_mode = __lpss_reg_read(pdata, LPSS_GENERAL); in acpi_lpss_set_ltr() 782 if (ltr_mode & LPSS_GENERAL_LTR_MODE_SW) { in acpi_lpss_set_ltr() 783 ltr_mode &= ~LPSS_GENERAL_LTR_MODE_SW; in acpi_lpss_set_ltr() 784 __lpss_reg_write(ltr_mode, pdata, LPSS_GENERAL); in acpi_lpss_set_ltr() 800 if (!(ltr_mode & LPSS_GENERAL_LTR_MODE_SW)) { in acpi_lpss_set_ltr() 801 ltr_mode |= LPSS_GENERAL_LTR_MODE_SW; in acpi_lpss_set_ltr() [all …]
|
| /drivers/hid/intel-thc-hid/intel-thc/ |
| A D | intel-thc-dev.h | 113 void thc_change_ltr_mode(struct thc_device *dev, u32 ltr_mode);
|
| A D | intel-thc-dev.c | 766 void thc_change_ltr_mode(struct thc_device *dev, u32 ltr_mode) in thc_change_ltr_mode() argument 768 if (ltr_mode == THC_LTR_MODE_ACTIVE) { in thc_change_ltr_mode()
|
| /drivers/media/platform/qcom/venus/ |
| A D | venc.c | 671 struct hfi_ltr_mode ltr_mode; in venc_set_properties() local 941 ltr_mode.ltr_count = ctr->ltr_count; in venc_set_properties() 942 ltr_mode.ltr_mode = HFI_LTR_MODE_MANUAL; in venc_set_properties() 943 ltr_mode.trust_mode = 1; in venc_set_properties() 944 ret = hfi_session_set_property(inst, ptype, <r_mode); in venc_set_properties()
|
| A D | hfi_cmds.c | 939 switch (in->ltr_mode) { in pkt_session_set_property_1x() 949 ltr->ltr_mode = in->ltr_mode; in pkt_session_set_property_1x()
|
| A D | hfi_helper.h | 855 u32 ltr_mode; member
|
Completed in 30 milliseconds