Home
last modified time | relevance | path

Searched full:s6 (Results 1 – 25 of 221) sorted by relevance

123456789

/OK3568_Linux_fs/kernel/drivers/gpu/drm/panel/
H A Dpanel-samsung-s6d16d0.c50 struct s6d16d0 *s6 = panel_to_s6d16d0(panel); in s6d16d0_unprepare() local
51 struct mipi_dsi_device *dsi = to_mipi_dsi_device(s6->dev); in s6d16d0_unprepare()
57 dev_err(s6->dev, "failed to enter sleep mode (%d)\n", ret); in s6d16d0_unprepare()
62 gpiod_set_value_cansleep(s6->reset_gpio, 1); in s6d16d0_unprepare()
63 regulator_disable(s6->supply); in s6d16d0_unprepare()
70 struct s6d16d0 *s6 = panel_to_s6d16d0(panel); in s6d16d0_prepare() local
71 struct mipi_dsi_device *dsi = to_mipi_dsi_device(s6->dev); in s6d16d0_prepare()
74 ret = regulator_enable(s6->supply); in s6d16d0_prepare()
76 dev_err(s6->dev, "failed to enable supply (%d)\n", ret); in s6d16d0_prepare()
81 gpiod_set_value_cansleep(s6->reset_gpio, 1); in s6d16d0_prepare()
[all …]
/OK3568_Linux_fs/buildroot/support/testing/tests/package/
H A Dtest_s6.py22 _, exit_code = self.emulator.run("s6-svscan -h")
28 s6-ipcserver-socketbinder /tmp/socket
29 s6-ipcserverd
38 _, exit_code = self.emulator.run("s6-svok source/testsv")
42 self.emulator.run("s6-svscan source &")
44 _, exit_code = self.emulator.run("s6-svok source/testsv")
48 cmd = "echo foobar | s6-ipcclient /tmp/socket s6-ioconnect -67"
54 _, exit_code = self.emulator.run("s6-svscanctl -t source")
57 _, exit_code = self.emulator.run("s6-svok source/testsv")
H A Dtest_s6_networking.py22 _, exit_code = self.emulator.run("s6-taiclockd &")
24 cmd = "s6-taiclock 127.0.0.1 | s6-clockview"
31 _, exit_code = self.emulator.run("s6-tcpserver4 127.0.0.1 1024 cat &")
33 cmd = "echo foobar | s6-tcpclient 127.0.0.1 1024 s6-ioconnect -67"
H A Dtest_s6_portable_utils.py21 output, exit_code = self.emulator.run("s6-basename /sbin/init")
25 output, exit_code = self.emulator.run("s6-echo hello world | s6-cut -d' ' -f2")
29 _, exit_code = self.emulator.run("s6-mkfifo testpipe")
31 _, exit_code = self.emulator.run("s6-test -p testpipe")
H A Dtest_s6_rc.py21 _, exit_code = self.emulator.run("s6-svscan -h")
36 self.assertRunOk("s6-rc-compile compiled source")
39 cmd = "s6-rc-db -c compiled -d dependencies testsv1"
43 cmd = "s6-rc-db -c compiled dependencies testsv2"
/OK3568_Linux_fs/kernel/crypto/
H A Dcast5_generic.c91 static const u32 s6[256] = { variable
410 z[0] = x[0] ^ s5[xi(13)] ^ s6[xi(15)] ^ s7[xi(12)] ^ sb8[xi(14)] ^ in key_schedule()
412 z[1] = x[2] ^ s5[zi(0)] ^ s6[zi(2)] ^ s7[zi(1)] ^ sb8[zi(3)] ^ in key_schedule()
414 z[2] = x[3] ^ s5[zi(7)] ^ s6[zi(6)] ^ s7[zi(5)] ^ sb8[zi(4)] ^ in key_schedule()
416 z[3] = x[1] ^ s5[zi(10)] ^ s6[zi(9)] ^ s7[zi(11)] ^ sb8[zi(8)] ^ in key_schedule()
417 s6[xi(11)]; in key_schedule()
418 k[0] = s5[zi(8)] ^ s6[zi(9)] ^ s7[zi(7)] ^ sb8[zi(6)] ^ s5[zi(2)]; in key_schedule()
419 k[1] = s5[zi(10)] ^ s6[zi(11)] ^ s7[zi(5)] ^ sb8[zi(4)] ^ in key_schedule()
420 s6[zi(6)]; in key_schedule()
421 k[2] = s5[zi(12)] ^ s6[zi(13)] ^ s7[zi(3)] ^ sb8[zi(2)] ^ in key_schedule()
[all …]
/OK3568_Linux_fs/buildroot/package/s6-networking/
H A Ds6-networking.mk3 # s6-networking
8 S6_NETWORKING_SITE = http://skarnet.org/software/s6-networking
12 S6_NETWORKING_DEPENDENCIES = s6-dns s6
20 --with-lib=$(STAGING_DIR)/lib/s6 \
21 --with-lib=$(STAGING_DIR)/lib/s6-dns \
43 rm -rf $(TARGET_DIR)/usr/lib/s6-networking
H A DConfig.in2 bool "s6-networking"
3 depends on BR2_USE_MMU # s6
7 s6-networking is a suite of small networking utilities for
13 http://skarnet.org/software/s6-networking/
/OK3568_Linux_fs/buildroot/package/s6-rc/
H A Ds6-rc.mk3 # s6-rc
8 S6_RC_SITE = http://skarnet.org/software/s6-rc
12 S6_RC_DEPENDENCIES = s6
20 --with-lib=$(STAGING_DIR)/lib/s6 \
34 rm -rf $(TARGET_DIR)/usr/lib/s6-rc
47 HOST_S6_RC_DEPENDENCIES = host-s6
69 rm -f $(HOST_DIR)/bin/s6-rc-dryrun
H A DConfig.in2 bool "s6-rc"
3 depends on BR2_USE_MMU # s6
6 s6-rc is a service manager for s6-based systems, i.e. a
11 http://skarnet.org/software/s6-rc/
H A DConfig.in.host2 bool "host s6-rc"
5 This package provides the host variant of the s6-rc tools,
6 required to build the s6-rc service database offline.
8 http://skarnet.org/software/s6-rc/
/OK3568_Linux_fs/buildroot/package/s6-linux-init/
H A DConfig.in2 bool "s6-linux-init"
3 depends on BR2_USE_MMU # s6
8 s6-linux-init is a set of minimalistic tools to create a
9 s6-based init system, including a /sbin/init binary, on a
12 http://skarnet.org/software/s6-linux-init/
H A Ds6-linux-init.mk3 # s6-linux-init
8 S6_LINUX_INIT_SITE = http://skarnet.org/software/s6-linux-init
11 S6_LINUX_INIT_DEPENDENCIES = s6 s6-linux-utils s6-portable-utils
19 --with-lib=$(STAGING_DIR)/lib/s6 \
H A D0001-configure-add-D_GNU_SOURCE.patch11 https://github.com/skarnet/s6-linux-init/commit/355a75e08bbc8af8af97576bad07471dd1b431d8:
13 src/shutdown/s6-linux-init-shutdownd.c: In function ‘main’:
14 src/shutdown/s6-linux-init-shutdownd.c:294:24: error: ‘F_DUPFD_CLOEXEC’ undeclared (first use in th…
20 [Upstream status: https://github.com/skarnet/s6-linux-init/pull/3]
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt7601u/
H A Deeprom.h76 u8 raw; /* validated s6 value */
124 int s6; in s6_to_int() local
126 s6 = s6_validate(reg); in s6_to_int()
127 if (s6 & BIT(5)) in s6_to_int()
128 s6 -= BIT(6); in s6_to_int()
130 return s6; in s6_to_int()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dcps-vec-ns16550.S53 move s6, a0
55 1: lb a0, 0(s6)
58 PTR_ADDIU s6, s6, 1
124 move s6, a0
127 move a0, s6
H A Drelocate_kernel.S56 li s6, (1 << _PAGE_SHIFT) / SZREG
64 LONG_ADDIU s6, s6, -1
65 beq s6, zero, process_entry
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/
H A Dqcom,smd-rpm-regulator.yaml27 For pm8841, s1, s2, s3, s4, s5, s6, s7, s8
36 For pm8950 and pm8953, s1, s2, s3, s4, s5, s6, s7, l1, l2, l3, l4, l5, l6,
40 For pm8994, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, l1, l2, l3,
44 For pm8998, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, l1, l2,
48 For pm660, s1, s2, s3, s4, s5, s6, l1, l2, l3, l5, l6, l7, l8, l9, l10, l22,
53 For pma8084, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, l1, l2, l3,
/OK3568_Linux_fs/buildroot/package/s6-linux-utils/
H A DConfig.in2 bool "s6-linux-utils"
6 s6-linux-utils is a set of minimalistic Linux-specific
9 http://skarnet.org/software/s6-linux-utils/
/OK3568_Linux_fs/external/libmali/include/CL/
H A Dcl_platform.h563 __CL_ANON_STRUCT__ struct{ cl_char s0, s1, s2, s3, s4, s5, s6, s7; }; member
582 …__CL_ANON_STRUCT__ struct{ cl_char s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF… member
638 __CL_ANON_STRUCT__ struct{ cl_uchar s0, s1, s2, s3, s4, s5, s6, s7; }; member
657 …__CL_ANON_STRUCT__ struct{ cl_uchar s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, s… member
713 __CL_ANON_STRUCT__ struct{ cl_short s0, s1, s2, s3, s4, s5, s6, s7; }; member
732 …__CL_ANON_STRUCT__ struct{ cl_short s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, s… member
788 __CL_ANON_STRUCT__ struct{ cl_ushort s0, s1, s2, s3, s4, s5, s6, s7; }; member
807 …__CL_ANON_STRUCT__ struct{ cl_ushort s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, … member
863 __CL_ANON_STRUCT__ struct{ cl_half s0, s1, s2, s3, s4, s5, s6, s7; }; member
882 …__CL_ANON_STRUCT__ struct{ cl_half s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF… member
[all …]
/OK3568_Linux_fs/buildroot/package/s6-dns/
H A DConfig.in2 bool "s6-dns"
6 s6-dns is a suite of DNS client programs and libraries for
10 http://skarnet.org/software/s6-dns/
/OK3568_Linux_fs/buildroot/package/s6/
H A DConfig.in2 bool "s6"
6 s6 is a small suite of programs for UNIX, designed to allow
11 http://skarnet.org/software/s6/
/OK3568_Linux_fs/buildroot/package/s6-portable-utils/
H A DConfig.in2 bool "s6-portable-utils"
6 s6-portable-utils is a set of tiny general Unix utilities,
12 http://skarnet.org/software/s6-portable-utils/
/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A Dregdef.h22 #define s6 $15 macro
23 #define fp s6 /* frame-pointer (s6 in frame-less procedures) */
/OK3568_Linux_fs/kernel/drivers/soc/bcm/brcmstb/pm/
H A Ds2-mips.S30 sw s6, 28(sp)
87 move s6, t0
167 mtc0 s6, CP0_STATUS
175 lw s6, 28(sp)

123456789