Searched +full:fan +full:- +full:stop +full:- +full:to +full:- +full:start +full:- +full:percent (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/tty/vt/ |
H A D | ucs_fallback_table.h_shipped | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * ucs_fallback_table.h - Unicode character fallback table 5 * Auto-generated by gen_ucs_fallback_table.py 11 * to simpler fallback characters for terminal display when corresponding 69 { 0xA0, 0x20 }, /* NO-BREAK SPACE -> ' ' */ 70 { 0xA1, 0x21 }, /* INVERTED EXCLAMATION MARK -> '!' */ 71 { 0xA2, 0x63 }, /* CENT SIGN -> 'c' */ 72 { 0xA3, 0x4C }, /* POUND SIGN -> 'L' */ 73 { 0xA5, 0x59 }, /* YEN SIGN -> 'Y' */ 74 { 0xA6, 0x7C }, /* BROKEN BAR -> '|' */ [all …]
|
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | vega10_hwmgr.c | 4 * Permission is hereby granted, free of charge, to any person obtaining a 6 * to deal in the Software without restriction, including without limitation 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 8 * and/or sell copies of the Software, and to permit persons to whom the 9 * Software is furnished to do so, subject to the following conditions: 15 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 98 PP_ASSERT_WITH_CODE((PhwVega10_Magic == hw_ps->magic), in cast_phw_vega10_power_state() 108 PP_ASSERT_WITH_CODE((PhwVega10_Magic == hw_ps->magic), in cast_const_phw_vega10_power_state() 117 struct vega10_hwmgr *data = hwmgr->backend; in vega10_set_default_registry_data() 119 data->registry_data.sclk_dpm_key_disabled = in vega10_set_default_registry_data() [all …]
|