| /kernel/linux/linux-6.6/Documentation/fb/ |
| D | viafb.modes | 10 # 640x480, 60 Hz, Non-Interlaced (25.175 MHz dotclock) 21 # Active Time 25.422 us 15.253 ms 28 mode "640x480-60" 31 timings 39722 48 16 33 10 96 2 endmode mode "480x640-60" 35 # 640x480, 75 Hz, Non-Interlaced (31.50 MHz dotclock) 46 # Active Time 20.317 us 12.800 ms 52 mode "640x480-75" 56 # 640x480, 85 Hz, Non-Interlaced (36.000 MHz dotclock) 67 # Active Time 17.778 us 11.093 ms 73 mode "640x480-85" [all …]
|
| /kernel/linux/linux-5.10/Documentation/fb/ |
| D | viafb.modes | 10 # 640x480, 60 Hz, Non-Interlaced (25.175 MHz dotclock) 21 # Active Time 25.422 us 15.253 ms 28 mode "640x480-60" 31 timings 39722 48 16 33 10 96 2 endmode mode "480x640-60" 35 # 640x480, 75 Hz, Non-Interlaced (31.50 MHz dotclock) 46 # Active Time 20.317 us 12.800 ms 52 mode "640x480-75" 56 # 640x480, 85 Hz, Non-Interlaced (36.000 MHz dotclock) 67 # Active Time 17.778 us 11.093 ms 73 mode "640x480-85" [all …]
|
| /kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
| D | cvmx-spi.h | 7 * Copyright (c) 2003-2008 Cavium Networks 14 * AS-IS and WITHOUT ANY WARRANTY; without even the implied warranty 21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 35 #include <asm/octeon/cvmx-gmxx-defs.h> 37 /* CSR typedefs have been moved to cvmx-csr-*.h */ 90 * active) or as a halfplex (either the Tx data path is 91 * active or the Rx data path is active, but not both). 108 * active) or as a halfplex (either the Tx data path is 109 * active or the Rx data path is active, but not both). 117 * Return non-zero if the SPI interface has a SPI4000 attached [all …]
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
| D | cvmx-spi.h | 7 * Copyright (c) 2003-2008 Cavium Networks 14 * AS-IS and WITHOUT ANY WARRANTY; without even the implied warranty 21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 35 #include <asm/octeon/cvmx-gmxx-defs.h> 37 /* CSR typedefs have been moved to cvmx-csr-*.h */ 90 * active) or as a halfplex (either the Tx data path is 91 * active or the Rx data path is active, but not both). 108 * active) or as a halfplex (either the Tx data path is 109 * active or the Rx data path is active, but not both). 117 * Return non-zero if the SPI interface has a SPI4000 attached [all …]
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-bus-iio-counter-104-quad-8 | 7 Contact: linux-iio@vger.kernel.org 16 Contact: linux-iio@vger.kernel.org 21 normal, range limit, non-recycle, and modulo-n. The preset value 36 Non-recycle: 37 Counter is disabled whenever a 24-bit count overflow or 38 underflow takes place. The counter is re-enabled when a 42 Modulo-N: 52 Contact: linux-iio@vger.kernel.org 56 Read-only attribute that indicates whether excessive noise is 58 irrelevant in non-quadrature clock mode. [all …]
|
| D | sysfs-bus-counter-104-quad-8 | 3 Contact: linux-iio@vger.kernel.org 5 Read-only attribute that indicates whether a differential 13 Contact: linux-iio@vger.kernel.org 21 Contact: linux-iio@vger.kernel.org 28 Contact: linux-iio@vger.kernel.org 30 Active level of index input Signal Y; irrelevant in 31 non-synchronous load mode. 36 Contact: linux-iio@vger.kernel.org 43 Contact: linux-iio@vger.kernel.org 46 non-synchronous or synchronous load mode. Synchronous load mode [all …]
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/ |
| D | sve.json | 12 …ption": "Counts speculatively executed predicated SVE operations with no active predicate elements… 16 …ion": "Counts speculatively executed predicated SVE operations with all predicate elements active." 20 …atively executed predicated SVE operations with at least one but not all active predicate elements… 24 …nts speculatively executed predicated SVE operations with at least one non active predicate elemen… 28 … "PublicDescription": "Counts speculatively executed SVE first fault or non-fault load operations." 32 …"PublicDescription": "Counts speculatively executed SVE first fault or non-fault load operations t… 36 …vely executed Advanced SIMD or SVE integer operations with the largest data type an 8-bit integer." 40 …vely executed Advanced SIMD or SVE integer operations with the largest data type a 16-bit integer." 44 …vely executed Advanced SIMD or SVE integer operations with the largest data type a 32-bit integer." 48 …vely executed Advanced SIMD or SVE integer operations with the largest data type a 64-bit integer."
|
| /kernel/linux/linux-5.10/drivers/thunderbolt/ |
| D | nvm.c | 1 // SPDX-License-Identifier: GPL-2.0 18 * tb_nvm_alloc() - Allocate new NVM structure 31 return ERR_PTR(-ENOMEM); in tb_nvm_alloc() 39 nvm->id = ret; in tb_nvm_alloc() 40 nvm->dev = dev; in tb_nvm_alloc() 46 * tb_nvm_add_active() - Adds active NVMem device to NVM 48 * @size: Size of the active NVM in bytes 52 * Registers new active NVmem device for @nvm. The @reg_read is called 67 config.id = nvm->id; in tb_nvm_add_active() 71 config.dev = nvm->dev; in tb_nvm_add_active() [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/bonding/ |
| D | bond-eth-type-change.sh | 2 # SPDX-License-Identifier: GPL-2.0 20 ip -d l sh dev "$bonddev" | grep -q "MASTER" 23 ip -d l sh dev "$bonddev" | grep -q "SLAVE" 32 local devbond0="test-bond0" 33 local devbond1="test-bond1" 34 local devbond2="test-bond2" 35 local nonethdev="test-noneth0" 37 # create a non-ARPHRD_ETHER device for testing (e.g. nlmon type) 39 check_err $? "could not create a non-ARPHRD_ETHER device (nlmon)" 41 if [ $test_success -eq 1 ]; then [all …]
|
| /kernel/linux/linux-5.10/Documentation/firmware-guide/acpi/ |
| D | gpio-properties.rst | 1 .. SPDX-License-Identifier: GPL-2.0 31 ToUUID("daffd814-6eba-4d8c-8a91-bc9bbf4aa301"), 34 Package () {"reset-gpios", Package() {^BTH, 1, 1, 0 }}, 35 Package () {"shutdown-gpios", Package() {^BTH, 0, 0, 0 }}, 55 active low or high, the "active_low" argument can be used here. Setting 56 it to 1 marks the GPIO as active low. 61 In our Bluetooth example the "reset-gpios" refers to the second GpioIo() 75 assuming non-active (Polarity = !Pull Bias) 76 Down Low as low, assuming active 77 Down High as low, assuming non-active [all …]
|
| /kernel/linux/linux-6.6/arch/mips/cavium-octeon/executive/ |
| D | cvmx-spi.c | 7 * Copyright (c) 2003-2008 Cavium Networks 14 * AS-IS and WITHOUT ANY WARRANTY; without even the implied warranty 21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 34 #include <asm/octeon/cvmx-config.h> 36 #include <asm/octeon/cvmx-pko.h> 37 #include <asm/octeon/cvmx-spi.h> 39 #include <asm/octeon/cvmx-spxx-defs.h> 40 #include <asm/octeon/cvmx-stxx-defs.h> 41 #include <asm/octeon/cvmx-srxx-defs.h> 98 * active) or as a halfplex (either the Tx data path is [all …]
|
| /kernel/linux/linux-5.10/arch/mips/cavium-octeon/executive/ |
| D | cvmx-spi.c | 7 * Copyright (c) 2003-2008 Cavium Networks 14 * AS-IS and WITHOUT ANY WARRANTY; without even the implied warranty 21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 34 #include <asm/octeon/cvmx-config.h> 36 #include <asm/octeon/cvmx-pko.h> 37 #include <asm/octeon/cvmx-spi.h> 39 #include <asm/octeon/cvmx-spxx-defs.h> 40 #include <asm/octeon/cvmx-stxx-defs.h> 41 #include <asm/octeon/cvmx-srxx-defs.h> 98 * active) or as a halfplex (either the Tx data path is [all …]
|
| /kernel/linux/linux-6.6/Documentation/firmware-guide/acpi/ |
| D | gpio-properties.rst | 1 .. SPDX-License-Identifier: GPL-2.0 31 ToUUID("daffd814-6eba-4d8c-8a91-bc9bbf4aa301"), 34 Package () { "reset-gpios", Package () { ^BTH, 1, 1, 0 } }, 35 Package () { "shutdown-gpios", Package () { ^BTH, 0, 0, 0 } }, 55 active low or high, the "active_low" argument can be used here. Setting 56 it to 1 marks the GPIO as active low. 61 In our Bluetooth example the "reset-gpios" refers to the second GpioIo() 70 +-------------+-------------+-----------------------------------------------+ 74 +-------------+-------------+-----------------------------------------------+ 76 +-------------+-------------+-----------------------------------------------+ [all …]
|
| /kernel/linux/linux-5.10/Documentation/leds/ |
| D | ledtrig-transient.rst | 29 When the driver unregisters, deactivation routine for the currently active 36 that are active at the time driver gets suspended, continue to run, without 48 active, in which case LED state changes to LED_OFF. 54 deactivation routine, will cancel any timer that is active before it cleans 56 non-transient state. When driver gets suspended, irrespective of the transient 71 - duration allows setting timer value in msecs. The initial value is 0. 72 - activate allows activating and deactivating the timer specified by 75 - state allows user to specify a transient state to be held for the specified 79 - one shot timer activate mechanism. 86 deactivated state indicates that there is no active timer [all …]
|
| /kernel/linux/linux-6.6/Documentation/leds/ |
| D | ledtrig-transient.rst | 29 When the driver unregisters, deactivation routine for the currently active 36 that are active at the time driver gets suspended, continue to run, without 48 active, in which case LED state changes to LED_OFF. 54 deactivation routine, will cancel any timer that is active before it cleans 56 non-transient state. When driver gets suspended, irrespective of the transient 71 - duration allows setting timer value in msecs. The initial value is 0. 72 - activate allows activating and deactivating the timer specified by 75 - state allows user to specify a transient state to be held for the specified 79 - one shot timer activate mechanism. 86 deactivated state indicates that there is no active timer [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
| D | intel_gt_types.h | 1 /* SPDX-License-Identifier: MIT */ 54 * need to explicitly re-steer reads of registers of the other type. 56 * Only the replication types that may need additional non-default steering 69 * will always return a non-terminated value at instance (0, 0). We'll 182 bool active; member 193 * where engine is currently busy (active > 0). 198 * @start: Timestamp of the last idle to active transition. 200 * Idle is defined as active == 0, active is active > 0. 212 * Mask of the non fused CCS slices 250 * Should be taken before uncore->lock in cases where both are desired. [all …]
|
| /kernel/linux/linux-6.6/Documentation/powerpc/ |
| D | transactional_memory.rst | 49 transactional or non-transactional accesses within the system. In this 50 example, the transaction completes as though it were normal straight-line code 69 - Conflicts with cache lines used by other processors 70 - Signals 71 - Context switches 72 - See the ISA for full documentation of everything that will abort transactions. 78 Syscalls made from within an active transaction will not be performed and the 90 Care must be taken when relying on syscalls to abort during active transactions 109 determine the transactional state -- if so, the second ucontext in uc->uc_link 110 represents the active transactional registers at the point of the signal. [all …]
|
| /kernel/linux/linux-5.10/Documentation/powerpc/ |
| D | transactional_memory.rst | 49 transactional or non-transactional accesses within the system. In this 50 example, the transaction completes as though it were normal straight-line code 69 - Conflicts with cache lines used by other processors 70 - Signals 71 - Context switches 72 - See the ISA for full documentation of everything that will abort transactions. 78 Syscalls made from within an active transaction will not be performed and the 90 Care must be taken when relying on syscalls to abort during active transactions 109 determine the transactional state -- if so, the second ucontext in uc->uc_link 110 represents the active transactional registers at the point of the signal. [all …]
|
| /kernel/linux/linux-6.6/drivers/thunderbolt/ |
| D | dma_port.c | 1 // SPDX-License-Identifier: GPL-2.0 48 * struct tb_dma_port - DMA control port 68 u64 route = tb_cfg_get_route(pkg->buffer) & ~BIT_ULL(63); in dma_port_match() 70 if (pkg->frame.eof == TB_CFG_PKG_ERROR) in dma_port_match() 72 if (pkg->frame.eof != req->response_type) in dma_port_match() 74 if (route != tb_cfg_get_route(req->request)) in dma_port_match() 76 if (pkg->frame.size != req->response_size) in dma_port_match() 84 memcpy(req->response, pkg->buffer, req->response_size); in dma_port_copy() 107 return -ENOMEM; in dma_port_read() 109 req->match = dma_port_match; in dma_port_read() [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | tdm-slot.txt | 6 dai-tdm-slot-num : Number of slots in use. 7 dai-tdm-slot-width : Width in bits for each slot. 8 dai-tdm-slot-tx-mask : Transmit direction slot mask, optional 9 dai-tdm-slot-rx-mask : Receive direction slot mask, optional 12 dai-tdm-slot-num = <2>; 13 dai-tdm-slot-width = <8>; 14 dai-tdm-slot-tx-mask = <0 1>; 15 dai-tdm-slot-rx-mask = <1 0>; 23 for an active slot as default, and the default active bits are at the LSB of 27 number presents bit-0 (LSB), second presents bit-1, etc. Any non zero [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/ |
| D | tdm-slot.txt | 6 dai-tdm-slot-num : Number of slots in use. 7 dai-tdm-slot-width : Width in bits for each slot. 8 dai-tdm-slot-tx-mask : Transmit direction slot mask, optional 9 dai-tdm-slot-rx-mask : Receive direction slot mask, optional 12 dai-tdm-slot-num = <2>; 13 dai-tdm-slot-width = <8>; 14 dai-tdm-slot-tx-mask = <0 1>; 15 dai-tdm-slot-rx-mask = <1 0>; 23 for an active slot as default, and the default active bits are at the LSB of 27 number presents bit-0 (LSB), second presents bit-1, etc. Any non zero [all …]
|
| /kernel/linux/linux-6.6/drivers/net/wireless/ti/wl18xx/ |
| D | scan.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 59 u8 active[SCAN_MAX_BANDS]; /* number of active scan channels */ member 61 u8 passive_active; /* number of passive before active channels 2.4ghz */ 66 u8 total_cycles; /* 0 - infinite */ 85 * non periodic scans 90 * Must be 0 for non periodic scans.
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ti/wl18xx/ |
| D | scan.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 59 u8 active[SCAN_MAX_BANDS]; /* number of active scan channels */ member 61 u8 passive_active; /* number of passive before active channels 2.4ghz */ 66 u8 total_cycles; /* 0 - infinite */ 85 * non periodic scans 90 * Must be 0 for non periodic scans.
|
| /kernel/linux/linux-5.10/mm/ |
| D | workingset.c | 1 // SPDX-License-Identifier: GPL-2.0 24 * inactive and the active list. Freshly faulted pages start out at 27 * are promoted to the active list, to protect them from reclaim, 28 * whereas active pages are demoted to the inactive list when the 29 * active list grows too big. 31 * fault ------------------------+ 33 * +--------------+ | +-------------+ 34 * reclaim <- | inactive | <-+-- demotion | active | <--+ 35 * +--------------+ +-------------+ | 37 * +-------------- promotion ------------------+ [all …]
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/pm/ |
| D | intel_pstate.rst | 1 .. SPDX-License-Identifier: GPL-2.0 22 Documentation/admin-guide/pm/cpufreq.rst if you have not done that yet.] 24 For the processors supported by ``intel_pstate``, the P-state concept is broader 27 information about that). For this reason, the representation of P-states used 32 ``intel_pstate`` maps its internal representation of P-states to frequencies too 38 Since the hardware P-state selection interface used by ``intel_pstate`` is 43 time the corresponding CPU is taken offline and need to be re-initialized when 47 only way to pass early-configuration-time parameters to it is via the kernel 57 ``intel_pstate`` can operate in two different modes, active or passive. In the 58 active mode, it uses its own internal performance scaling governor algorithm or [all …]
|