Searched full:unit (Results 1 – 25 of 492) sorted by relevance
12345678910>>...20
/Documentation/ABI/testing/ |
D | sysfs-class-hwmon | 23 Unit: millisecond 34 Unit: millivolt 42 Unit: millivolt 54 Unit: millivolt 62 Unit: millivolt 74 Unit: millivolt 96 Unit: millivolt 104 Unit: millivolt 112 Unit: millivolt 156 Unit: millivolt [all …]
|
D | sysfs-bus-iio-light-si1133 | 5 Unit-less infrared intensity. The intensity is measured from 1 13 Unit-less infrared intensity. The intensity is measured from 4 21 Unit-less light intensity with more diodes.
|
D | sysfs-bus-event_source-devices-events | 35 Each file (except for some of those with a '.' in them, '.unit' 67 What: /sys/bus/event_source/devices/<pmu>/events/<event>.unit 72 A string specifying the English plural numerical unit that <event> 86 received from the kernel to match the unit specified in the 87 <event>.unit file.
|
/Documentation/devicetree/bindings/powerpc/fsl/ |
D | srio-rmu.txt | 1 Message unit node: 3 For SRIO controllers that implement the message unit as part of the controller 5 node is composed of three types of sub-nodes ("fsl-srio-msg-unit", 6 "fsl-srio-dbell-unit" and "fsl-srio-port-write-unit"). 33 (msg-unit, doorbell, port-write). 39 Message Unit: 44 Definition: Must include "fsl,srio-msg-unit-vX.Y", "fsl,srio-msg-unit". 68 Doorbell Unit: 74 "fsl,srio-dbell-unit-vX.Y", "fsl,srio-dbell-unit" 98 Port-Write Unit: [all …]
|
D | scfg.txt | 1 Freescale Supplement configuration unit (SCFG) 3 SCFG is the supplemental configuration unit, that provides SoC specific
|
/Documentation/ABI/stable/ |
D | sysfs-bus-firewire | 32 version of each unit present in the node. Specifier_id 34 u24 of the respective unit directory entries. 59 IEEE 1394 unit device attributes. 60 Read-only. Immutable during the unit device's lifetime. 67 Offset of the unit directory within the parent device's 77 Attributes common to IEEE 1394 node devices and unit devices. 79 Immutable during the unit device's lifetime. 83 IEEE 1394 node or the unit directory of an IEEE 1394 unit 100 Mandatory in unit directories according to IEEE 1212. 111 Mandatory in unit directories according to IEEE 1212. [all …]
|
/Documentation/arch/x86/ |
D | topology.rst | 98 AMDs nomenclature for a CMT core is "Compute Unit". The kernel always uses 113 A thread is a single scheduling unit. It's the equivalent to a logical Linux 116 AMDs nomenclature for CMT threads is "Compute Unit Core". The kernel always 185 [node 0] -> [Compute Unit 0] -> [Compute Unit Core 0] -> Linux CPU 0 186 -> [Compute Unit Core 1] -> Linux CPU 1 187 -> [Compute Unit 1] -> [Compute Unit Core 0] -> Linux CPU 2 188 -> [Compute Unit Core 1] -> Linux CPU 3 226 [node 0] -> [Compute Unit 0] -> [Compute Unit Core 0] -> Linux CPU 0 227 -> [Compute Unit Core 1] -> Linux CPU 1 228 -> [Compute Unit 1] -> [Compute Unit Core 0] -> Linux CPU 2 [all …]
|
/Documentation/dev-tools/kunit/ |
D | index.rst | 4 KUnit - Linux Kernel Unit Testing 30 This section details the kernel unit testing framework. 35 KUnit (Kernel unit testing framework) provides a common framework for 36 unit tests within the Linux kernel. Using KUnit, you can define groups 42 (C++ unit testing framework). 64 - Provides a framework for writing unit tests. 74 Unit Testing 77 A unit test tests a single unit of code in isolation. A unit test is the finest 83 Write Unit Tests 86 To write good unit tests, there is a simple but powerful pattern: [all …]
|
D | faq.rst | 9 KUnit is a unit testing framework. Autotest, kselftest (and some others) are 12 A `unit test <https://martinfowler.com/bliki/UnitTest.html>`_ is supposed to 13 test a single unit of code in isolation and hence the name *unit test*. A unit 23 disqualifying any of them from being considered unit testing frameworks. 44 What is the difference between a unit test and other kinds of tests? 49 - A unit test is supposed to test a single unit of code in isolation. A unit
|
/Documentation/usb/ |
D | mass-storage.rst | 41 backing storage for each logical unit. There may be at most 48 read, but (if the logical unit is writable) due to buffering on 51 The size of the logical unit will be rounded down to a full 58 This parameter specifies whether each logical unit should be 62 If this option is set for a logical unit, gadget will accept an 63 “eject” SCSI request (Start/Stop Unit). When it is sent, the 65 unit will not be mountable by the host until a new backing file is 69 If a logical unit is not removable (the default), a backing file 81 Note that “removable” means the logical unit's media can be 89 This parameter specifies whether each logical unit should simulate [all …]
|
D | gadget_uvc.rst | 200 Extension Unit Support 203 A UVC Extension Unit (XU) basically provides a distinct unit to which control set 207 XU can be inserted into the UVC unit chain or left free-hanging. 209 Configuring an extension unit involves creating an entry in the appropriate 217 # Set the bUnitID of the Processing Unit as the source for this 218 # Extension Unit 278 Configuring Supported Controls for Camera Terminal and Processing Unit 282 attributes which function similarly to the same field in an Extension Unit. 285 "Processing Unit Descriptor" sections for an enumeration of the flags. 289 # Set the Processing Unit's bmControls, flagging Brightness, Contrast [all …]
|
/Documentation/networking/devlink/ |
D | devlink-resource.rst | 49 name kvd size 245760 unit entry 51 name linear size 98304 occ 0 unit entry size_min 0 size_max 147456 size_gran 128 52 name hash_double size 60416 unit entry size_min 32768 size_max 180224 size_gran 128 53 name hash_single size 87040 unit entry size_min 65536 size_max 212992 size_gran 128 69 name kvd size 245760 unit entry size_valid false 71 … name linear size 98304 size_new 147456 occ 0 unit entry size_min 0 size_max 147456 size_gran 128 72 name hash_double size 60416 unit entry size_min 32768 size_max 180224 size_gran 128 73 name hash_single size 87040 unit entry size_min 65536 size_max 212992 size_gran 128
|
/Documentation/arch/arm/ |
D | kernel_mode_neon.rst | 9 * Isolate your NEON code in a separate compilation unit, and compile it with 33 contending for the NEON/VFP unit (or, in the SMP case, when a task migrates to 34 another core). Lazy restore is implemented by disabling the NEON/VFP unit after 39 Any use of the NEON/VFP unit in kernel mode should not interfere with this, so 41 enable the NEON/VFP unit explicitly so no exceptions are generated on first 44 Likewise, the NEON/VFP unit should be disabled again after use to make sure user 69 like IEEE-754 compliant underflow handling etc. When the VFP unit needs such 91 * isolate the NEON code in a separate compilation unit and compile it with 94 into the unit containing the NEON code from a compilation unit which is *not* 121 * Compile the unit containing the NEON intrinsics with '-ffreestanding' so GCC
|
/Documentation/networking/ |
D | ppp_generic.rst | 15 * the network interface unit (ppp0 etc.) 37 be linked to each ppp network interface unit. The generic layer is 93 * ppp_unit_number() returns the unit number of the ppp network 153 transmit packets for the PPP unit (network interface device) plus a 155 transmit queue for the unit will contain at most one packet; the 163 Transmit packets are dequeued from the PPP unit transmit queue and 256 /dev/ppp acts independently and can be attached either to a PPP unit 265 existing unit, attached to a newly-created unit, or attached to an 266 existing channel. An instance attached to a unit can be used to send 272 In multilink terms, the unit represents the bundle, while the channels [all …]
|
/Documentation/gpu/ |
D | meson.rst | 2 drm/meson AmLogic Meson Video Processing Unit 6 :doc: Video Processing Unit 8 Video Processing Unit 16 DMC|---------------VPU (Video Processing Unit)----------------|------HHI------| 27 Video Input Unit 31 :doc: Video Input Unit
|
/Documentation/hwmon/ |
D | fam15h_power.rst | 67 compute unit power accumulator sample period 76 the ratio of compute unit power accumulator sample period to the 80 max compute unit accumulated power which is indicated by 84 compute unit accumulated power which is indicated by 110 v. Calculate the average power consumption for a compute unit over 111 time period (y-x). Unit of result is uWatt::
|
/Documentation/devicetree/bindings/clock/ |
D | actions,owl-cmu.txt | 1 * Actions Semi Owl Clock Management Unit (CMU) 3 The Actions Semi Owl Clock Management Unit generates and supplies clock 34 Example: Clock Management Unit node: 45 management unit:
|
/Documentation/devicetree/bindings/pinctrl/ |
D | mediatek,mt8186-pinctrl.yaml | 61 mediatek,rsel-resistance-in-si-unit: 65 define or si unit value(ohm) to set different resistance. 120 description: mt8186 pull down RSEL type si unit value(ohm). 130 "mediatek,rsel-resistance-in-si-unit". 144 An example of using si unit resistance value(ohm): 146 mediatek,rsel-resistance-in-si-unit; 165 description: mt8186 pull up RSEL type si unit value(ohm). 175 "mediatek,rsel-resistance-in-si-unit". 180 An example of using si unit resistance value(ohm): 182 mediatek,rsel-resistance-in-si-unit;
|
D | mediatek,mt8195-pinctrl.yaml | 54 mediatek,rsel-resistance-in-si-unit: 58 define or si unit value(ohm) to set different resistance. 113 description: mt8195 pull down RSEL type si unit value(ohm). 123 "mediatek,rsel-resistance-in-si-unit". 140 An example of using si unit resistance value(ohm): 142 mediatek,rsel-resistance-in-si-unit; 161 description: mt8195 pull up RSEL type si unit value(ohm). 171 "mediatek,rsel-resistance-in-si-unit". 188 An example of using si unit resistance value(ohm): 190 mediatek,rsel-resistance-in-si-unit;
|
/Documentation/devicetree/bindings/phy/ |
D | apm-xgene-phy.txt | 21 127 in unit of one bit period. Default is 10. 30 between 0 to 31 in unit of dB. Default is 3. 33 Range is between 0 to 199500 in unit of uV. 37 speed on the host. Range is 0 to 273000 in unit of 41 speed on the host. Range is 0 to 127400 in unit uV. 45 between 0 to 0x1f in unit of 18.2mV. Default is 0xf.
|
/Documentation/arch/s390/ |
D | 3270.ChangeLog | 22 Sep 2002: Recognize 3270 control unit type 3174 23 * Recognize control-unit type 0x3174 as well as 0x327?. 24 The IBM 2047 device emulates a 3174 control unit. 25 Modularize control-unit recognition in tuball.c by
|
/Documentation/devicetree/bindings/perf/ |
D | arm,dsu-pmu.yaml | 8 title: ARM DynamIQ Shared Unit (DSU) Performance Monitor Unit (PMU) 15 ARM DynamIQ Shared Unit (DSU) integrates one or more CPU cores with a shared
|
/Documentation/admin-guide/perf/ |
D | arm_dsu_pmu.rst | 2 ARM DynamIQ Shared Unit (DSU) PMU 5 ARM DynamIQ Shared Unit integrates one or more cores with an L3 memory system, 7 allows counting the various events related to the L3 cache, Snoop Control Unit
|
/Documentation/userspace-api/media/drivers/ |
D | uvcvideo.rst | 13 Extension Unit (XU) support 20 units (XUs). The Linux UVC driver supports extension unit controls (XU controls) 67 In order to make such a request the UVC unit ID of the control's extension unit 158 __u8 entity[16] UVC extension unit GUID 192 This ioctl queries a UVC XU control identified by its extension unit ID 237 extension unit could not be found. 253 __u8 unit Extension unit ID
|
/Documentation/devicetree/bindings/regulator/ |
D | pwm-regulator.yaml | 61 pwm-dutycycle-unit: 63 Integer value encoding the duty cycle unit. If not 75 Duty cycle values are expressed in pwm-dutycycle-unit. 101 /* unit == per-mille */ 102 pwm-dutycycle-unit = <1000>;
|
12345678910>>...20