/linux/arch/arc/boot/dts/ |
A D | abilis_tb100.dtsi | 31 pctl_tsin_s0: pctl-tsin-s0 { /* Serial TS-in 0 */ 34 pctl_tsin_s1: pctl-tsin-s1 { /* Serial TS-in 1 */ 40 pctl_tsin_p1: pctl-tsin-p1 { /* Parallel TS-in 1 */ 44 pctl_tsin_s2: pctl-tsin-s2 { /* Serial TS-in 2 */ 47 pctl_tsin_s3: pctl-tsin-s3 { /* Serial TS-in 3 */ 53 pctl_tsin_p3: pctl-tsin-p3 { /* Parallel TS-in 3 */ 57 pctl_tsin_s4: pctl-tsin-s4 { /* Serial TS-in 4 */ 60 pctl_tsin_s5: pctl-tsin-s5 { /* Serial TS-in 5 */ 66 pctl_tsin_p5: pctl-tsin-p5 { /* Parallel TS-in 5 */ 70 pctl_tsin_s6: pctl-tsin-s6 { /* Serial TS-in 6 */ [all …]
|
A D | abilis_tb101.dtsi | 31 pctl_tsin_s0: pctl-tsin-s0 { /* Serial TS-in 0 */ 34 pctl_tsin_s1: pctl-tsin-s1 { /* Serial TS-in 1 */ 40 pctl_tsin_p1: pctl-tsin-p1 { /* Parallel TS-in 1 */ 44 pctl_tsin_s2: pctl-tsin-s2 { /* Serial TS-in 2 */ 47 pctl_tsin_s3: pctl-tsin-s3 { /* Serial TS-in 3 */ 53 pctl_tsin_p3: pctl-tsin-p3 { /* Parallel TS-in 3 */ 57 pctl_tsin_s4: pctl-tsin-s4 { /* Serial TS-in 4 */ 60 pctl_tsin_s5: pctl-tsin-s5 { /* Serial TS-in 5 */ 66 pctl_tsin_p5: pctl-tsin-p5 { /* Parallel TS-in 5 */ 70 pctl_tsin_s6: pctl-tsin-s6 { /* Serial TS-in 6 */ [all …]
|
/linux/arch/arm/mach-orion5x/ |
A D | Kconfig | 66 bool "QNAP TS-109/TS-209" 69 QNAP TS-109/TS-209 platform. 100 bool "QNAP TS-409" 103 QNAP TS-409 platform. 112 bool "Technologic Systems TS-78xx" 115 Technologic Systems TS-78xx platform.
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-platform-ts5500 | 22 Product ID of the TS board. TS-5500 ID is 0x60. 38 Model name of the TS board, e.g. "TS-5500".
|
/linux/drivers/clocksource/ |
A D | renesas-ostm.c | 38 #define TS 0x01 macro 65 writeb(TS, timer_of_base(to) + OSTM_TS); in ostm_init_clksrc() 92 writeb(TS, timer_of_base(to) + OSTM_TS); in ostm_clock_event_next() 114 writeb(TS, timer_of_base(to) + OSTM_TS); in ostm_set_periodic()
|
/linux/Documentation/devicetree/bindings/pinctrl/ |
A D | abilis,tb10x-iomux.txt | 27 - Serial TS input ports: mis0, mis1, mis2, mis3, mis4, mis5, mis6, mis7 28 - Parallel TS input ports: mip1, mip3, mip5, mip7 29 - Serial TS output ports: mos0, mos1, mos2, mos3 30 - Parallel TS output port: mop
|
/linux/Documentation/driver-api/media/drivers/ |
A D | vidtv.rst | 80 Probability of losing the TS lock if the signal quality is bad. 86 Probability recovering the TS lock when the signal improves. This 115 Attempt to maintain this bit rate by inserting TS null packets, if 140 Code to work with MPEG TS packets, such as TS headers, adaptation 160 It isn't strictly necessary, but using a real TS file helps when 169 Implements the PES logic to convert encoder data into MPEG TS 207 loop to produce TS packets. 212 Implements a MPEG TS mux, loosely based on the ffmpeg 227 #. Delivering the resulting TS packets to the bridge 399 pass all PID's to TS [all …]
|
/linux/Documentation/devicetree/bindings/interrupt-controller/ |
A D | technologic,ts4800.txt | 1 TS-4800 FPGA interrupt controller 3 TS-4800 FPGA has an internal interrupt controller. When one of the
|
/linux/arch/arm/boot/dts/ |
A D | kirkwood-ts219-6281.dts | 29 /* 0: TS-11x, 1: TS-21x */
|
A D | kirkwood-ts219-6282.dts | 29 /* 0: TS-11x, 1: TS-21x */
|
/linux/Documentation/userspace-api/media/dvb/ |
A D | intro.rst | 18 you should know what a program/transport stream (PS/TS) is and what is 77 demodulates this signal into an MPEG transport stream (TS). In case 83 The complete TS is passed through the CA hardware. Programs to which 85 real time and re-inserted into the TS. 91 Demultiplexer which filters the incoming Digital TV MPEG-TS stream 92 The demultiplexer splits the TS into its components like audio and
|
A D | demux.rst | 9 The Digital TV demux device controls the MPEG-TS filters for the
|
/linux/drivers/media/platform/sti/c8sectpfe/ |
A D | Kconfig | 18 to TS inputs of STiH407/410 SoC. 20 The driver currently supports C8SECTPFE's TS input block,
|
/linux/drivers/net/fddi/skfp/ |
A D | pcmplc.c | 342 case TS : in pcm_init() 1272 mib->fddiPORTNeighborType = TS ; in pc_rcode_actions() 1427 ((policy & POLICY_AS) && ne == TS) || in pc_tcode_actions() 1435 ((policy & POLICY_BS) && ne == TS) || in pc_tcode_actions() 1439 case TS : in pc_tcode_actions() 1443 ((policy & POLICY_SS) && ne == TS) || in pc_tcode_actions() 1451 ((policy & POLICY_MS) && ne == TS) || in pc_tcode_actions() 1461 (type == TA && ne == TS ) || in pc_tcode_actions() 1463 (type == TB && ne == TS ) || in pc_tcode_actions() 1464 (type == TS && ne == TA ) || in pc_tcode_actions() [all …]
|
A D | cfm.c | 68 TNONE,TB,TB,TS, 69 TA,TB,TS,TB 126 case TS: in selection_criteria() 241 smc->y[PS].mib->fddiPORTNeighborType != TS ) ) { in cfm()
|
/linux/Documentation/devicetree/bindings/gpio/ |
A D | gpio-ts4900.txt | 4 TS-4900's FPGA encodes the GPIO state on 3 bits, whereas the TS-7970's FPGA
|
A D | gpio-ts4800.txt | 1 * TS-4800 FPGA's GPIO controller bindings
|
/linux/Documentation/driver-api/media/ |
A D | dtv-demux.rst | 16 used to select the TS source of a demux and to manage the demux resources. 20 Each demux receives its TS input from a DVB front-end or from memory, as 22 can be used to select one of the DVB front-ends as a TS source for a demux, 58 for the API client to provide several callback functions for receiving TS
|
/linux/Documentation/powerpc/ |
A D | transactional_memory.rst | 108 delivered. For future compatibility the MSR.TS field should be checked to 112 For 64-bit processes, uc->uc_mcontext.regs->msr is a full 64-bit MSR and its TS 118 state TS. 257 kernel via some exception, MSR will end up as TM=0 and TS=01 (ie. TM 260 have SRR0 TM = 0 and TS = 00 (ie. TM off and non transaction) and the 261 resulting MSR will retain TM = 0 and TS=01 from before (ie. stay in 263 be a transition from TS=01 to TS=00 (ie. suspend -> non transactional)
|
/linux/Documentation/devicetree/bindings/media/ |
A D | stih407-c8sectpfe.txt | 5 stream data into the SoC on the TS pins, and into DDR for further processing. 9 located on an external DVB frontend card connected to SoC TS input pins. 11 Currently 7 TS input (tsin) channels are supported on the stih407 family SoC.
|
/linux/Documentation/translations/zh_TW/arm64/ |
A D | elf_hwcaps.rst | 149 ID_AA64ISAR0_EL1.TS == 0b0001 表示有此功能。 197 ID_AA64ISAR0_EL1.TS == 0b0010 表示有此功能。
|
/linux/Documentation/translations/zh_CN/arm64/ |
A D | elf_hwcaps.rst | 146 ID_AA64ISAR0_EL1.TS == 0b0001 表示有此功能。 194 ID_AA64ISAR0_EL1.TS == 0b0010 表示有此功能。
|
/linux/Documentation/networking/ |
A D | gtp.rst | 44 You can find the protocol specification in 3GPP TS 29.060, available 105 There are two different versions of GTP-U: v0 [GSM TS 09.60] and v1 106 [3GPP TS 29.281]. Both are implemented in the Kernel GTP module. 183 [3GPP TS 29.281] Section 4.3.0 defines this so:: 208 [3GPP TS 29.281] calls the Gi/SGi reference point an interface. This 219 [3GPP TS 29.061] Section 11.3 makes it clear that the selection of a
|
/linux/drivers/net/fddi/skfp/h/ |
A D | smtstate.h | 45 #define TS 2 macro
|
/linux/Documentation/devicetree/bindings/input/touchscreen/ |
A D | ts4800-ts.txt | 1 * TS-4800 Touchscreen bindings
|