Searched refs:vts (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/um/drivers/ |
| H A D | stdio_console.c | 73 static struct line vts[MAX_TTYS]; variable 77 return line_config(vts, ARRAY_SIZE(vts), str, &opts, error_out); in con_config() 82 return line_get_config(dev, vts, ARRAY_SIZE(vts), str, size, error_out); in con_get_config() 87 return line_remove(vts, ARRAY_SIZE(vts), n, error_out); in con_remove() 95 return line_install(driver, tty, &vts[tty->index]); in con_install() 115 struct line *line = &vts[console->index]; in uml_console_write() 131 struct line *line = &vts[co->index]; in uml_console_setup() 152 err = register_lines(&driver, &console_ops, vts, in stdio_init() 153 ARRAY_SIZE(vts)); in stdio_init() 170 if (setup_one_line(vts, i, s, &opts, &error)) in stdio_init() [all …]
|
| /linux/drivers/thermal/mediatek/ |
| H A D | auxadc_thermal.c | 345 s32 vts[MAX_NUM_VTS]; member 721 tmp *= raw - mt->vts[sensno] - 3350; in raw_to_mcelsius_v1() 742 format_1 = mt->vts[VTS2] + 3105 - g_oe; in raw_to_mcelsius_v2() 768 tmp *= raw - mt->vts[sensno] - 2900; in raw_to_mcelsius_v3() 1004 mt->vts[VTS1] = CALIB_BUF0_VTS_TS1_V1(buf[0]); in mtk_thermal_extract_efuse_v1() 1007 mt->vts[VTS2] = CALIB_BUF0_VTS_TS2_V1(buf[0]); in mtk_thermal_extract_efuse_v1() 1010 mt->vts[VTS3] = CALIB_BUF1_VTS_TS3_V1(buf[1]); in mtk_thermal_extract_efuse_v1() 1013 mt->vts[VTS4] = CALIB_BUF2_VTS_TS4_V1(buf[2]); in mtk_thermal_extract_efuse_v1() 1016 mt->vts[VTS5] = CALIB_BUF2_VTS_TS5_V1(buf[2]); in mtk_thermal_extract_efuse_v1() 1019 mt->vts[VTSABB] = in mtk_thermal_extract_efuse_v1() [all …]
|
| /linux/Documentation/block/ |
| H A D | inline-encryption.rst | 550 <https://android.googlesource.com/platform/test/vts-testcase/kernel/+/refs/heads/main/encryption/>`…
|