Home
last modified time | relevance | path

Searched full:cp (Results 1 – 25 of 77) sorted by relevance

1234

/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,
/Documentation/devicetree/bindings/media/i2c/
Dadv7604.yaml36 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
37 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
38 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
39 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
40 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
41 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
42 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
43 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
44 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
45 - enum: [ avlink, cec, infoframe, esdp, dpp, afe, rep, edid, hdmi, test, cp, vdp ]
[all …]
Dadv748x.yaml38 - enum: [ dpll, cp, hdmi, edid, repeater, infoframe, cbus, cec, sdp, txa, txb ]
39 - enum: [ dpll, cp, hdmi, edid, repeater, infoframe, cbus, cec, sdp, txa, txb ]
40 - enum: [ dpll, cp, hdmi, edid, repeater, infoframe, cbus, cec, sdp, txa, txb ]
41 - enum: [ dpll, cp, hdmi, edid, repeater, infoframe, cbus, cec, sdp, txa, txb ]
42 - enum: [ dpll, cp, hdmi, edid, repeater, infoframe, cbus, cec, sdp, txa, txb ]
43 - enum: [ dpll, cp, hdmi, edid, repeater, infoframe, cbus, cec, sdp, txa, txb ]
44 - enum: [ dpll, cp, hdmi, edid, repeater, infoframe, cbus, cec, sdp, txa, txb ]
45 - enum: [ dpll, cp, hdmi, edid, repeater, infoframe, cbus, cec, sdp, txa, txb ]
46 - enum: [ dpll, cp, hdmi, edid, repeater, infoframe, cbus, cec, sdp, txa, txb ]
47 - enum: [ dpll, cp, hdmi, edid, repeater, infoframe, cbus, cec, sdp, txa, txb ]
[all …]
/Documentation/devicetree/bindings/clock/
Dcirrus,cs2000-cp.yaml4 $id: http://devicetree.org/schemas/clock/cirrus,cs2000-cp.yaml#
13 The CS2000-CP is an extremely versatile system clocking device that
21 - cirrus,cs2000-cp
75 #include <dt-bindings/clock/cirrus,cs2000-cp.h>
84 compatible = "cirrus,cs2000-cp";
Dsamsung,s2mps11.yaml16 The S2MPS11/13/15 and S5M8767 provide three(AP/CP/BT) buffered 32.768 kHz
38 description: Names for AP, CP and BT clocks.
Darm,syscon-icst.yaml46 Integrator/CP 22 variable Bit 8 0, rest variable
49 Integrator/CP 22 variable Bit 8 0, rest variable
/Documentation/devicetree/bindings/interrupt-controller/
Dti,cp-intc.txt10 "ti,cp-intc"
22 compatible = "ti,cp-intc";
Dmarvell,gicp.txt6 located in the Marvell CP110 to turn wired interrupts inside the CP
/Documentation/networking/device_drivers/ethernet/ti/
Dcpsw_switchdev.rst233 cp -r /lib/ /tmp/root/
234 cp -r /bin/ /tmp/root/
235 cp /sbin/ip /tmp/root/bin
236 cp /sbin/bridge /tmp/root/bin
237 cp /sbin/ifconfig /tmp/root/bin
238 cp /sbin/udhcpc /tmp/root/bin
239 cp /path/to/setup.sh /tmp/root/bin
/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 */
/Documentation/arch/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
/Documentation/devicetree/bindings/mfd/
Darm,dev-platforms-syscon.yaml23 - arm,integrator-cp-syscon
31 - arm,integrator-cp-syscon
Dmaxim,max8998.yaml116 "^(EN32KHz-AP|EN32KHz-CP|ENVICHG|ESAFEOUT[12])$":
121 EN32KHz-AP and EN32KHz-CP are 32768 Hz clocks, wrongly represented as
306 EN32KHz-CP {
307 regulator-name = "32KHz CP";
/Documentation/core-api/
Ddma-api-howto.rst670 my_card_setup_receive_buffer(struct my_card *cp, char *buffer, int len)
674 mapping = dma_map_single(cp->dev, buffer, len, DMA_FROM_DEVICE);
675 if (dma_mapping_error(cp->dev, mapping)) {
684 cp->rx_buf = buffer;
685 cp->rx_len = len;
686 cp->rx_dma = mapping;
688 give_rx_buf_to_card(cp);
695 struct my_card *cp = devid;
698 if (read_card_status(cp) == RX_BUF_TRANSFERRED) {
706 dma_sync_single_for_cpu(&cp->dev, cp->rx_dma,
[all …]
/Documentation/admin-guide/acpi/
Dinitrd_table_override.rst78 cp dsdt.aml kernel/firmware/acpi
83 cp facp.aml kernel/firmware/acpi
84 cp ssdt1.aml kernel/firmware/acpi
/Documentation/devicetree/bindings/sound/
Dsprd-mcdt.txt4 transmission between audio subsystem and other AP/CP subsystem. It
Dcirrus,cs42l43.yaml47 vdd-cp-supply:
251 - vdd-cp-supply
270 vdd-cp-supply = <&vdd1v8>;
/Documentation/devicetree/bindings/arm/marvell/
Darmada-7k-8k.yaml42 - description: Armada CN9130 SoC with no external CP
48 - description: Armada CN9131 SoC with one external CP
/Documentation/fault-injection/
Dnvme-fault-injection.rst24 cp a.file /mnt
28 cp: cannot stat ‘/mnt/a.file’: Input/output error
69 inode #2: comm cp: reading directory lblock 0
82 cp a.file /mnt
/Documentation/devicetree/bindings/mtd/partitions/
Darm,arm-firmware-suite.yaml16 ARM reference designs: Integrator AP, Integrator CP, Versatile AB,
/Documentation/devicetree/bindings/leds/
Dleds-cpcap.txt17 * "motorola,cpcap-led-cp" (Camera Privacy LED)
/Documentation/admin-guide/aoe/
Dudev-install.sh33 sh -xc "cp `dirname $0`/udev.txt $rules_d/60-aoe.rules"
/Documentation/arch/arm/sa1100/
Dcerf.rst33 cp arch/arm/boot/zImage <TFTP directory>
/Documentation/spi/
Dspi-sc18is602.rst36 means that programs such as "cp" or "od", which automatically use large block
/Documentation/arch/powerpc/
Dmpc52xx.rst26 # cp your_initrd.gz arch/ppc/boot/images/ramdisk.image.gz

1234