Searched refs:ltr_mode (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/acpi/x86/
H A Dlpss.c750 u32 ltr_mode = 0; local
754 ret = lpss_reg_read(dev, LPSS_GENERAL, &ltr_mode);
758 outstr = (ltr_mode & LPSS_GENERAL_LTR_MODE_SW) ? "sw" : "auto";
764 static DEVICE_ATTR(ltr_mode, S_IRUSR, lpss_ltr_mode_show, NULL);
781 u32 ltr_mode, ltr_val; local
783 ltr_mode = __lpss_reg_read(pdata, LPSS_GENERAL);
785 if (ltr_mode & LPSS_GENERAL_LTR_MODE_SW) {
786 ltr_mode &= ~LPSS_GENERAL_LTR_MODE_SW;
787 __lpss_reg_write(ltr_mode, pdata, LPSS_GENERAL);
803 if (!(ltr_mode
[all...]
/linux-master/drivers/media/platform/qcom/venus/
H A Dvenc.c673 struct hfi_ltr_mode ltr_mode; local
918 ltr_mode.ltr_count = ctr->ltr_count;
919 ltr_mode.ltr_mode = HFI_LTR_MODE_MANUAL;
920 ltr_mode.trust_mode = 1;
921 ret = hfi_session_set_property(inst, ptype, &ltr_mode);
H A Dhfi_cmds.c939 switch (in->ltr_mode) {
949 ltr->ltr_mode = in->ltr_mode;
H A Dhfi_helper.h855 u32 ltr_mode; member in struct:hfi_ltr_mode

Completed in 266 milliseconds