/Linux-v4.19/Documentation/fb/ |
D | s3fb.txt | 2 s3fb - fbdev driver for S3 Trio/Virge chips 9 S3 Trio32 10 S3 Trio64 (and variants V+, UV+, V2/DX, V2/GX) 11 S3 Virge (and variants VX, DX, GX and GX2+) 12 S3 Plato/PX (completely untested) 13 S3 Aurora64V+ (completely untested) 40 hardware, i get best results from plain S3 Trio32 card - about 75 MHz). This 43 support is broken on S3 Trio64 V2/DX. 78 * text mode broken on S3 Trio64 V2/DX
|
D | 00-INDEX | 49 - info on the fbdev driver for S3 Trio/Virge chips.
|
/Linux-v4.19/scripts/coccinelle/null/ |
D | deref_null.cocci | 56 statement S1,S2,S3,S4; 89 else S3 117 statement S1,S2,S3,S4; 149 else S3 177 statement S1,S2,S3,S4; 210 else S3 250 statement S1,S2,S3,S4; 282 else S3
|
/Linux-v4.19/Documentation/power/ |
D | tricks.txt | 1 swsusp/S3 tricks 5 If you want to trick swsusp/S3 into working, you might want to try: 24 S3. Try that first.
|
D | video.txt | 2 Video issues with S3 resume 6 During S3 resume, hardware needs to be reinitialized. For most 39 There are a few types of systems where video works after S3 resume: 41 (1) systems where video state is preserved over S3. 43 (2) systems where it is possible to call the video BIOS during S3 129 HP Omnibook XE3GC none (1), video is S3 Savage/IX-MV 132 IBM TP T20, model 2647-44G none (1), video is S3 Inc. 86C270-294 Savage/IX-MV, vesafb gets "interes…
|
D | 00-INDEX | 32 - Explains the interaction between Suspend-to-RAM (S3) and CPU hotplug 38 - Goals, implementation, and usage of software suspend (ACPI S3)
|
/Linux-v4.19/Documentation/scsi/ |
D | cxgb3i.txt | 1 Chelsio S3 iSCSI Driver for Linux 14 On transmitting, Chelsio S3 h/w computes and inserts the Header and 16 On receiving, Chelsio S3 h/w computes and verifies the Header and 21 S3 h/w can directly place the iSCSI Data-In or Data-Out PDU's 28 On transmitting, S3 h/w accepts the complete PDU (header + data) 34 On receiving, S3 h/w recovers the iSCSI PDU by reassembling TCP
|
/Linux-v4.19/drivers/block/drbd/ |
D | drbd_state.h | 45 #define NS3(T1, S1, T2, S2, T3, S3) \ argument 49 val.T2 = (S2); val.T3 = (S3); val; }) 56 #define _NS3(D, T1, S1, T2, S2, T3, S3) \ argument 58 __ns.T2 = (S2); __ns.T3 = (S3); __ns; })
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | exynos4412-i9305.dts | 6 model = "Samsung Galaxy S3 (GT-I9305) based on Exynos4412";
|
D | exynos4412-i9300.dts | 13 model = "Samsung Galaxy S3 (GT-I9300) based on Exynos4412";
|
D | exynos4412-galaxy-s3.dtsi | 3 * Samsung's Exynos4412 based Galaxy S3 board device tree source
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-devices-platform-ACPI-TAD | 35 expires, it will immediately wake up the system from the S3 67 (S3 or S4/S5 if supported) if set. 77 it will immediately wake up the system from the S3 sleep state
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.c | 2729 #define S3(fmt_spec, s, v) \ in sge_qinfo_show() macro 2736 #define S(s, v) S3("s", s, v) in sge_qinfo_show() 2737 #define T3(fmt_spec, s, v) S3(fmt_spec, s, tx[i].v) in sge_qinfo_show() 2738 #define T(s, v) S3("u", s, tx[i].v) in sge_qinfo_show() 2740 #define R3(fmt_spec, s, v) S3(fmt_spec, s, rx[i].v) in sge_qinfo_show() 2741 #define R(s, v) S3("u", s, rx[i].v) in sge_qinfo_show() 2761 S3("u", "DCB PGID:", in sge_qinfo_show() 2764 S3("u", "DCB PFC:", in sge_qinfo_show() 2773 S3("u", "Intr delay:", qtimer_val(adap, &rx[i].rspq)); in sge_qinfo_show() 2774 S3("u", "Intr pktcnt:", s->counter_val[rx[i].rspq.pktcnt_idx]); in sge_qinfo_show() [all …]
|
/Linux-v4.19/crypto/ |
D | serpent_generic.c | 102 #define S3(x0, x1, x2, x3, x4) ({ \ macro 235 S3(r3, r4, r0, r1, r2); store_and_load_keys(r1, r2, r4, r3, 28, 24); in __serpent_setkey_sbox() 243 S3(r2, r4, r3, r0, r1); store_and_load_keys(r0, r1, r4, r2, -4, -8); in __serpent_setkey_sbox() 252 S3(r1, r4, r2, r3, r0); store_and_load_keys(r3, r0, r4, r1, 14, 10); in __serpent_setkey_sbox() 260 S3(r0, r4, r1, r2, r3); store_and_load_keys(r2, r3, r4, r0, -18, -22); in __serpent_setkey_sbox() 269 S3(r3, r4, r0, r1, r2); storekeys(r1, r2, r4, r3, 0); in __serpent_setkey_sbox() 471 S3(r1, r3, r4, r2, r0); LK(r2, r0, r3, r1, r4, 4); in __serpent_encrypt() 479 S3(r0, r3, r1, r4, r2); LK(r4, r2, r3, r0, r1, 12); in __serpent_encrypt() 487 S3(r2, r3, r0, r1, r4); LK(r1, r4, r3, r2, r0, 20); in __serpent_encrypt() 495 S3(r4, r3, r2, r0, r1); LK(r0, r1, r3, r4, r2, 28); in __serpent_encrypt()
|
/Linux-v4.19/arch/x86/kernel/acpi/ |
D | wakeup_32.S | 81 # In case of S3 failure, we'll emerge here. Jump
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | cxgb4vf_main.c | 2015 #define S3(fmt_spec, s, v) \ in sge_qinfo_show() macro 2022 #define S(s, v) S3("s", s, v) in sge_qinfo_show() 2023 #define T(s, v) S3("u", s, txq[qs].v) in sge_qinfo_show() 2024 #define R(s, v) S3("u", s, rxq[qs].v) in sge_qinfo_show() 2036 S3("d", "Port:", in sge_qinfo_show() 2049 S3("u", "Intr delay:", qtimer_val(adapter, &rxq[qs].rspq)); in sge_qinfo_show() 2050 S3("u", "Intr pktcnt:", in sge_qinfo_show() 2090 #undef S3 in sge_qinfo_show() 2168 #define S3(fmt, s, v) \ in sge_qstats_show() macro 2175 #define S(s, v) S3("s", s, v) in sge_qstats_show() [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/mips/brcm/ |
D | soc.txt | 18 For power management (particularly, S2/S3/S5 system suspend), the following SoC 128 deep sleep states (S3).
|
/Linux-v4.19/Documentation/ |
D | intel_txt.txt | 172 - In the case of S3, tboot will also register itself as the resume 176 transfer control back to the kernel's S3 resume vector. 177 In order to preserve system integrity across S3, the kernel 180 the S3 transition) that tboot will calculate a MAC (message
|
/Linux-v4.19/arch/x86/crypto/ |
D | serpent-sse2-i586-asm_32.S | 210 #define S3(x0, x1, x2, x3, x4) \ macro 534 S3(RB, RD, RE, RC, RA); LK(RC, RA, RD, RB, RE, 4); 542 S3(RA, RD, RB, RE, RC); LK(RE, RC, RD, RA, RB, 12); 550 S3(RC, RD, RA, RB, RE); LK(RB, RE, RD, RC, RA, 20); 558 S3(RE, RD, RC, RA, RB); LK(RA, RB, RD, RE, RC, 28);
|
/Linux-v4.19/drivers/input/gameport/ |
D | Kconfig | 13 S3 SonicVibes, Trident 4DWave, SiS7018, and ALi 5451 gameport
|
/Linux-v4.19/arch/arm64/boot/dts/rockchip/ |
D | rk3399-gru.dtsi | 301 * When we go into S3 ARM Trusted Firmware will transition our PWM regulators 661 * At the moment settings are identical for S0 and S3, but if we later 662 * need to configure things differently for S3 we'll adjust here. 666 &ap_pwroff /* AP will auto-assert this when in S3 */
|
/Linux-v4.19/tools/power/pm-graph/config/ |
D | suspend-dev.cfg | 2 # Dev S3 (Suspend to Mem) test - includes src calls / kernel threads
|
D | suspend-x2-proc.cfg | 2 # Proc S3 (Suspend to Mem) x2 test - includes user processes
|
D | suspend-callgraph.cfg | 2 # Full Callgraph for S3 (Suspend to Mem) test
|
D | suspend.cfg | 2 # Generic S3 (Suspend to Mem) test
|