| /OK3568_Linux_fs/external/xserver/hw/dmx/doc/ |
| H A D | DMXSpec-v1.txt | 3 Client-to-Server DMX Extension to the X Protocol 12 Permission is hereby granted, free of charge, to any person 14 (the "Software"), to deal in the Software without restriction, 15 including without limitation on the rights to use, copy, modify, 17 Software, and to permit persons to whom the Software is furnished to 18 do so, subject to the following conditions: 25 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 27 NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS 37 The client-to-server DMX extension to the X protocol (DMX) provides 38 normal client applications with the ability to determine information [all …]
|
| H A D | DMXSpec.txt | 3 Client-to-Server DMX Extension to the X Protocol 10 Copyright 2002-2004 Red Hat Inc., Raleigh, North Carolina. 12 Permission is hereby granted, free of charge, to any person 14 (the "Software"), to deal in the Software without restriction, 15 including without limitation on the rights to use, copy, modify, 17 Software, and to permit persons to whom the Software is furnished to 18 do so, subject to the following conditions: 25 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 27 NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS 37 The client-to-server DMX extension to the X protocol (DMX) provides [all …]
|
| H A D | dmx.xml | 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ 10 <!-- Title information --> 24 progresses, this document will be continually updated to reflect 26 Linux Systems, Inc., Fremont, California. Copyright 2001-2004 31 <!-- Begin the document --> 38 <para>Current Open Source multihead solutions are limited to a single 41 desktop (with Xinerama). These solutions are limited to the number of 42 physical devices that can co-exist in a single machine (e.g., due to the [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/man/ |
| H A D | Xdmx.man | 2 .\" Copyright 2001-2004 Red Hat Inc., Durham, North Carolina. 5 .\" Permission is hereby granted, free of charge, to any person obtaining 7 .\" "Software"), to deal in the Software without restriction, including 8 .\" without limitation on the rights to use, copy, modify, merge, 10 .\" and to permit persons to whom the Software is furnished to do so, 11 .\" subject to the following conditions: 18 .\" EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 20 .\" NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS 27 Xdmx - Distributed Multi-head X server 34 devices. It provides multi-head X functionality for displays that might [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/md/ |
| H A D | raid5-cache.rst | 7 caches data to the RAID disks. The cache can be in write-through (supported 8 since 4.4) or write-back mode (supported since 4.10). mdadm (supported since 9 3.4) has a new option '--write-journal' to create array with cache. Please 10 refer to mdadm manual for details. By default (RAID array starts), the cache is 11 in write-through mode. A user can switch it to write-back mode by:: 13 echo "write-back" > /sys/block/md0/md/journal_mode 15 And switch it back to write-through mode by:: 17 echo "write-through" > /sys/block/md0/md/journal_mode 19 In both modes, all writes to the array will hit cache disk first. This means 22 write-through mode [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | amd-iommu.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Copyright (C) 2007-2010 Advanced Micro Devices, Inc. 14 * This is mainly used to communicate information back-and-forth 36 * amd_iommu_enable_device_erratum() - Enable erratum workaround for device 39 * @erratum: The erratum workaround to enable 41 * The function needs to be called before amd_iommu_init_device(). 43 * - AMD_PRI_DEV_ERRATUM_ENABLE_RESET - Reset PRI capability when PRI 45 * - AMD_PRI_DEV_ERRATUM_LIMIT_REQ_ONE - Limit number of outstanding PRI 46 * requests to one 54 * amd_iommu_init_device() - Init device for use with IOMMUv2 driver [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/icelake/ |
| H A D | frontend.json | 4 …"PublicDescription": "Counts the number of uops delivered to Instruction Decode Queue (IDQ) from t… 11 "BriefDescription": "Uops delivered to Instruction Decode Queue (IDQ) from MITE path" 15 …": "Counts the number of cycles where optimal number of uops was delivered to the Instruction Deco… 27 …"PublicDescription": "Counts the number of cycles uops were delivered to the Instruction Decode Qu… 39 …"PublicDescription": "Counts the number of uops delivered to Instruction Decode Queue (IDQ) from t… 46 …"BriefDescription": "Uops delivered to Instruction Decode Queue (IDQ) from the Decode Stream Buffe… 50 …": "Counts the number of cycles where optimal number of uops was delivered to the Instruction Deco… 62 …"PublicDescription": "Counts the number of cycles uops were delivered to Instruction Decode Queue … 74 … switches from DSB (Decode Stream Buffer) or MITE (legacy decode pipeline) to the Microcode Sequen… 81 "BriefDescription": "Number of switches from DSB or MITE to the MS", [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_fltr.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* Copyright (C) 2018-2020, Intel Corporation. */ 8 * ice_fltr_free_list - free filter lists helper 9 * @dev: pointer to the device struct 10 * @h: pointer to the list head to be freed 12 * Helper function to free filter lists previously created using 20 list_del(&e->list_entry); in ice_fltr_free_list() 26 * ice_fltr_add_entry_to_list - allocate and add filter entry to list 27 * @dev: pointer to device needed by alloc function 28 * @info: filter info struct that gets added to the passed in list [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | sdhci-bcm-kona.c | 25 #include <linux/mmc/slot-gpio.h> 27 #include "sdhci-pltfm.h" 54 struct mutex write_lock; /* protect back to back writes */ 63 /* This timeout should be sufficent for core to reset */ in sdhci_bcm_kona_sd_reset() 74 return -EFAULT; in sdhci_bcm_kona_sd_reset() 83 * Back-to-Back register write needs a delay of 1ms at bootup (min 10uS) in sdhci_bcm_kona_sd_reset() 84 * Back-to-Back writes to same register needs delay when SD bus clock in sdhci_bcm_kona_sd_reset() 85 * is very low w.r.t AHB clock, mainly during boot-time and during card in sdhci_bcm_kona_sd_reset() 86 * insert-removal. in sdhci_bcm_kona_sd_reset() 103 /* Enable the AHB clock gating module to the host */ in sdhci_bcm_kona_sd_init() [all …]
|
| /OK3568_Linux_fs/buildroot/package/mpd/ |
| H A D | Config.in | 13 MPD is a flexible, powerful, server-side application 75 The SoX Resampler library performs software sample-rate 83 Enable Digital Speech Decoder (DSD) support to play audio 91 Select this if you want to play back MP4/AAC files. 99 Select this if you want to play back files supported by 107 Select this if you want to play back FLAC files. 124 Select this if you want to play back WAV files. 133 Select this if you want to play back MP3 files. 147 Select this if you want to play back MP3 files. 156 Select this if you want to play back MPC files. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/crypto/ |
| H A D | tls.c | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 35 off = nn->tlv_caps.crypto_enable_off + round_down(opcode / 8, 4); in nfp_net_crypto_set_op() 54 nn->ktls_tx_conn_cnt += add; in __nfp_net_tls_conn_cnt_changed() 55 cnt = nn->ktls_tx_conn_cnt; in __nfp_net_tls_conn_cnt_changed() 56 nn->dp.ktls_tx = !!nn->ktls_tx_conn_cnt; in __nfp_net_tls_conn_cnt_changed() 59 nn->ktls_rx_conn_cnt += add; in __nfp_net_tls_conn_cnt_changed() 60 cnt = nn->ktls_rx_conn_cnt; in __nfp_net_tls_conn_cnt_changed() 63 /* Care only about 0 -> 1 and 1 -> 0 transitions */ in __nfp_net_tls_conn_cnt_changed() 77 /* Use the BAR lock to protect the connection counts */ in nfp_net_tls_conn_cnt_changed() 83 __nfp_net_tls_conn_cnt_changed(nn, -add, direction); in nfp_net_tls_conn_cnt_changed() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxgc.c | 2 * Copyright 2001-2004 Red Hat Inc., Durham, North Carolina. 6 * Permission is hereby granted, free of charge, to any person obtaining 8 * "Software"), to deal in the Software without restriction, including 9 * without limitation on the rights to use, copy, modify, merge, 11 * and to permit persons to whom the Software is furnished to do so, 12 * subject to the following conditions: 19 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 21 * NON-INFRINGEMENT. IN NO EVENT SHALL RED HAT AND/OR THEIR SUPPLIERS 38 #include <dmx-config.h> 95 /** Create the GC on the back-end server. */ [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/gpio/ |
| H A D | tegra186_gpio_priv.h | 4 * SPDX-License-Identifier: GPL-2.0 12 * back-to-back. 41 * 8 GPIOs are packed into a port. Their registers appear back-to-back in the 48 * Per-port registers are packed immediately following all of a port's 49 * per-GPIO registers. 56 * The registers for multiple ports are packed together back-to-back to form
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/benchs/ |
| H A D | run_bench_ringbufs.sh | 3 set -eufo pipefail 5 RUN_BENCH="sudo ./bench -w3 -d10 -a" 9 echo "$*" | sed -E "s/.*hits\s+([0-9]+\.[0-9]+ ± [0-9]+\.[0-9]+M\/s).*/\1/" 14 echo "$*" | sed -E "s/.*drops\s+([0-9]+\.[0-9]+ ± [0-9]+\.[0-9]+M\/s).*/\1/" 29 summary=$(echo $2 | tail -n1) 30 printf "%-20s %s (drops %s)\n" "$bench" "$(hits $summary)" "$(drops $summary)" 33 header "Single-producer, parallel producer" 34 for b in rb-libbpf rb-custom pb-libbpf pb-custom; do 38 header "Single-producer, parallel producer, sampled notification" 39 for b in rb-libbpf rb-custom pb-libbpf pb-custom; do [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ |
| H A D | comedi_8255.c | 1 // SPDX-License-Identifier: GPL-2.0+ 8 * COMEDI - Linux Control and Measurement Device Interface 19 * This module is not used directly by end-users. Rather, it is used by 20 * other drivers to provide support for an 8255 "Programmable Peripheral 24 * digital I/O subdevice with 24 channels. The channel 0 corresponds to 25 * the 8255's port A, bit 0; channel 23 corresponds to port C, bit 7. 26 * Direction configuration is done in blocks, with channels 0-7, 8-15, 27 * 16-19, and 20-23 making up the 4 blocks. The only 8255 mode 46 outb(data, dev->iobase + regbase + port); in subdev_8255_io() 49 return inb(dev->iobase + regbase + port); in subdev_8255_io() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/ |
| H A D | topology_correction.hpp | 56 if (r.second.op1->ring) { in operator <<() 57 out << r.second.op1->ring->ring_index; in operator <<() 59 out << "---"; in operator <<() 61 out << " to "; in operator <<() 62 if (r.second.op2->ring) { in operator <<() 63 out << r.second.op2->ring->ring_index; in operator <<() 65 out << "---"; in operator <<() 67 out << " ( at " << r.second.op1->x << ", " << r.second.op1->y << " )"; in operator <<() 69 if (r.second.op1->ring) { in operator <<() 70 out << "area: " << r.second.op1->ring->area << " parent: "; in operator <<() [all …]
|
| /OK3568_Linux_fs/kernel/tools/power/pm-graph/config/ |
| H A D | suspend-x2-proc.cfg | 2 # Proc S3 (Suspend to Mem) x2 test - includes user processes 5 # all the tool arguments so that they don't have to be given on the 9 # sudo ./sleepgraph.py -config config/suspend-proc.cfg 14 # ---- General Options ---- 26 output-dir: suspend-{hostname}-{date}-{time}-x2-proc 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15) 33 # add the dmesg and ftrace log to the html output (default: false) 40 # ---- Advanced Options ---- 42 # Command to execute in lieu of suspend (default: "") 53 # Back to Back Suspend/Resume [all …]
|
| H A D | suspend-dev.cfg | 2 # Dev S3 (Suspend to Mem) test - includes src calls / kernel threads 5 # all the tool arguments so that they don't have to be given on the 9 # sudo ./sleepgraph.py -config config/suspend-dev.cfg 14 # ---- General Options ---- 26 output-dir: suspend-{hostname}-{date}-{time}-dev 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15) 33 # add the dmesg and ftrace log to the html output (default: false) 40 # ---- Advanced Options ---- 42 # Command to execute in lieu of suspend (default: "") 53 # Back to Back Suspend/Resume [all …]
|
| H A D | suspend.cfg | 2 # Generic S3 (Suspend to Mem) test 5 # all the tool arguments so that they don't have to be given on the 9 # sudo ./sleepgraph.py -config config/suspend.cfg 14 # ---- General Options ---- 26 output-dir: suspend-{hostname}-{date}-{time} 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15) 33 # add the dmesg and ftrace log to the html output (default: false) 40 # ---- Advanced Options ---- 42 # Command to execute in lieu of suspend (default: "") 53 # Back to Back Suspend/Resume [all …]
|
| H A D | freeze-dev.cfg | 2 # Dev S2 (Freeze) test - includes src calls / kernel threads 5 # all the tool arguments so that they don't have to be given on the 9 # sudo ./sleepgraph.py -config config/freeze-dev.cfg 14 # ---- General Options ---- 26 output-dir: freeze-{hostname}-{date}-{time}-dev 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15) 33 # add the dmesg and ftrace log to the html output (default: false) 40 # ---- Advanced Options ---- 42 # Command to execute in lieu of freeze (default: "") 53 # Back to Back Suspend/Resume [all …]
|
| H A D | standby-dev.cfg | 2 # Dev S1 (Standby) test - includes src calls / kernel threads 5 # all the tool arguments so that they don't have to be given on the 9 # sudo ./sleepgraph.py -config config/standby-dev.cfg 14 # ---- General Options ---- 26 output-dir: standby-{hostname}-{date}-{time}-dev 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15) 33 # add the dmesg and ftrace log to the html output (default: false) 40 # ---- Advanced Options ---- 42 # Command to execute in lieu of standby (default: "") 53 # Back to Back Suspend/Resume [all …]
|
| H A D | freeze-callgraph.cfg | 5 # all the tool arguments so that they don't have to be given on the 9 # sudo ./sleepgraph.py -config config/freeze-callgraph.cfg 15 # ---- General Options ---- 27 output-dir: freeze-{hostname}-{date}-{time}-cg 30 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15) 34 # add the dmesg and ftrace log to the html output (default: false) 41 # ---- Advanced Options ---- 43 # Command to execute in lieu of freeze (default: "") 54 # Back to Back Suspend/Resume 55 # Run two suspend/resumes back to back (default: false) [all …]
|
| H A D | standby-callgraph.cfg | 5 # all the tool arguments so that they don't have to be given on the 9 # sudo ./sleepgraph.py -config config/standby-callgraph.cfg 15 # ---- General Options ---- 27 output-dir: standby-{hostname}-{date}-{time}-cg 30 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15) 34 # add the dmesg and ftrace log to the html output (default: false) 41 # ---- Advanced Options ---- 43 # Command to execute in lieu of standby (default: "") 54 # Back to Back Suspend/Resume 55 # Run two suspend/resumes back to back (default: false) [all …]
|
| H A D | freeze.cfg | 5 # all the tool arguments so that they don't have to be given on the 9 # sudo ./sleepgraph.py -config config/freeze.cfg 14 # ---- General Options ---- 26 output-dir: freeze-{hostname}-{date}-{time} 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15) 33 # add the dmesg and ftrace log to the html output (default: false) 40 # ---- Advanced Options ---- 42 # Command to execute in lieu of freeze (default: "") 53 # Back to Back Suspend/Resume 54 # Run two suspend/resumes back to back (default: false) [all …]
|
| H A D | standby.cfg | 5 # all the tool arguments so that they don't have to be given on the 9 # sudo ./sleepgraph.py -config config/standby.cfg 14 # ---- General Options ---- 26 output-dir: standby-{hostname}-{date}-{time} 29 # Use rtcwake to autoresume after X seconds, or off to disable (default: 15) 33 # add the dmesg and ftrace log to the html output (default: false) 40 # ---- Advanced Options ---- 42 # Command to execute in lieu of standby (default: "") 53 # Back to Back Suspend/Resume 54 # Run two suspend/resumes back to back (default: false) [all …]
|