Home
last modified time | relevance | path

Searched refs:CP (Results 1 – 25 of 58) sorted by relevance

123

/Linux-v6.1/Documentation/driver-api/tty/
Dmoxa-smartio.rst26 CP-102U, CP-102UL, CP-102UF
27 CP-132U-I, CP-132UL,
28 CP-132, CP-132I, CP132S, CP-132IS,
29 (CP-102, CP-102S)
32 CP-104EL,
33 CP-104UL, CP-104JU,
34 CP-134U, CP-134U-I,
36 CP-114, CP-114I, CP-114S, CP-114IS, CP-114UL,
43 CP-118EL, CP-168EL,
44 CP-118U, CP-168U,
/Linux-v6.1/include/linux/
Dasn1_ber_bytecode.h84 #define _tag(CLASS, CP, TAG) ((ASN1_##CLASS << 6) | (ASN1_##CP << 5) | ASN1_##TAG) argument
85 #define _tagn(CLASS, CP, TAG) ((ASN1_##CLASS << 6) | (ASN1_##CP << 5) | TAG) argument
/Linux-v6.1/tools/memory-model/Documentation/
Dcheatsheet.txt14 smp_mb() & synchronize_rcu() CP Y Y Y Y Y Y Y Y
15 Successful full non-void RMW CP Y Y Y Y Y Y Y Y Y Y Y
16 smp_mb__before_atomic() CP Y Y Y a a a a Y
17 smp_mb__after_atomic() CP a a Y Y Y Y Y Y
/Linux-v6.1/scripts/selinux/
Dinstall_policy.sh16 CP=`which checkpolicy`
22 VERS=`$CP -V | awk '{print $1}'`
40 $CP -U allow -M -o policy.$VERS policy.conf
/Linux-v6.1/Documentation/devicetree/bindings/display/ti/
Dti,tpd12s015.txt8 - gpios: CT CP HPD, LS OE and HPD gpios
20 gpios = <&gpio2 28 GPIO_ACTIVE_HIGH>, /* 60, CT CP HPD */
/Linux-v6.1/arch/arm64/boot/dts/marvell/
Darmada-8020.dtsi19 * in CP master is not connected (by package) to the oscillator. So
20 * disable it. However, the RTC clock in CP slave is connected to the
Darmada-8040.dtsi27 * in CP master is not connected (by package) to the oscillator. So
28 * disable it. However, the RTC clock in CP slave is connected to the
Darmada-80x0.dtsi61 /* The 80x0 has two CP blocks, but uses only one block from each. */
/Linux-v6.1/arch/arm/boot/dts/
Dintegratorcp.dts3 * Device Tree for the ARM Integrator/CP platform
10 model = "ARM Integrator/CP";
44 * The Integrator/CP overall clocking architecture can be found in
238 * the same interrupts in all Integrators, but in the CP
272 * These PrimeCells are only available on the Integrator/CP
Dam57xx-beagle-x15-revc.dts13 gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>, /* gpio7_10, CT CP HPD */
Dam57xx-beagle-x15-revb1.dts13 gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>, /* gpio7_10, CT CP HPD */
Dam57xx-beagle-x15.dts14 gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>, /* gpio7_10, CT CP HPD */
/Linux-v6.1/Documentation/s390/
Dmonreader.rst30 location of the monitor DCSS with the Class E privileged CP command Q NSS MAP
33 See also "CP Command and Utility Reference" (SC24-6081-00) for more information
39 You can use the CP command DEF STOR CONFIG to define a "memory hole" in your
75 the same DCSS. The CP command Q MONITOR (Class E privileged) shows the name
94 which data should be collected. This can be done by the CP command MONITOR
95 (Class E privileged), see "CP Command and Utility Reference".
173 module. You can also use the (Class E privileged) CP command Q NSS MAP to
/Linux-v6.1/sound/soc/sprd/
DKconfig16 and other AP/CP subsystem.
/Linux-v6.1/Documentation/devicetree/bindings/sound/
Dsprd-mcdt.txt4 transmission between audio subsystem and other AP/CP subsystem. It
/Linux-v6.1/Documentation/devicetree/bindings/interrupt-controller/
Dmarvell,gicp.txt6 located in the Marvell CP110 to turn wired interrupts inside the CP
/Linux-v6.1/drivers/s390/char/
DKconfig161 prompt "Support for the z/VM CP interface"
169 int "Memory in MiB reserved for z/VM CP interface"
173 Specify the default amount of memory in MiB reserved for the z/VM CP
/Linux-v6.1/arch/s390/kernel/
Dsthyi.c27 #define CP 0xc3d7404040404040UL macro
236 case CP: in fill_diag_mac()
267 case CP: in lpar_cpu_inf()
/Linux-v6.1/drivers/clk/versatile/
DKconfig12 - Integrator/AP and Integrator/CP
/Linux-v6.1/Documentation/gpu/amdgpu/
Damdgpu-glossary.rst15 CP
/Linux-v6.1/tools/power/cpupower/
DMakefile78 CP = cp -fpR macro
/Linux-v6.1/arch/arm/mm/
Dproc-xsc3.S417 mrc p15, 0, r5, c15, c1, 0 @ CP access reg
435 mcr p15, 0, r5, c15, c1, 0 @ CP access reg
458 mcr p15, 0, r0, c15, c1, 0 @ write CP access register
Dproc-mohawk.S346 mrc p15, 0, r5, c15, c1, 0 @ CP access reg
364 mcr p15, 0, r5, c15, c1, 0 @ CP access reg
/Linux-v6.1/Documentation/filesystems/
Df2fs.rst502 | (SB) | (CP) | Table (SIT) | Table (NAT) | Area (SSA) | |
521 - Checkpoint (CP)
541 aligns the start block address of CP with the segment size. Also, it aligns the
553 CP area. In order to reduce the scanning time, F2FS uses only two copies of CP.
555 mechanism. In addition to CP, NAT and SIT also adopt the shadow copy mechanism.
557 For file system consistency, each CP points to which NAT and SIT copies are
561 | CP | SIT | NAT |
567 | CP #0 | CP #1 | SIT #0 | SIT #1 | NAT #0 | NAT #1 |
/Linux-v6.1/drivers/net/ethernet/realtek/
D8139cp.c115 #define TX_BUFFS_AVAIL(CP) \ argument
116 (((CP)->tx_tail <= (CP)->tx_head) ? \
117 (CP)->tx_tail + (CP_TX_RING_SIZE - 1) - (CP)->tx_head : \
118 (CP)->tx_tail - (CP)->tx_head - 1)

123