Home
last modified time | relevance | path

Searched +full:self +full:- +full:powered (Results 1 – 25 of 177) sorted by relevance

12345678

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/
H A Dusb251xb.txt1 Microchip USB 2.0 Hi-Speed Hub Controller
4 Hi-Speed Controller.
7 - compatible : Should be "microchip,usb251xb" or one of the specific types:
11 - reg : I2C address on the selected bus (default is <0x2C>)
14 - reset-gpios : Should specify the gpio for hub reset
15 - vdd-supply : Should specify the phandle to the regulator supplying vdd
16 - skip-config : Skip Hub configuration, but only send the USB-Attach command
17 - vendor-id : Set USB Vendor ID of the hub (16 bit, default is 0x0424)
18 - product-id : Set USB Product ID of the hub (16 bit, default depends on type)
19 - device-id : Set USB Device ID of the hub (16 bit, default is 0x0bb3)
[all …]
H A Dmaxim,max33359.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
7 title: Maxim TCPCI Type-C PD controller DT bindings
10 - Badhri Jagan Sridharan <badhri@google.com>
12 description: Maxim TCPCI Type-C PD controller
17 - maxim,max33359
27 $ref: ../connector/usb-connector.yaml#
32 - compatible
33 - reg
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dgeneric.c1 // SPDX-License-Identifier: GPL-2.0
3 * drivers/usb/generic.c - generic driver for USB devices (not interfaces)
5 * (C) Copyright 2005 Greg Kroah-Hartman <gregkh@suse.de>
9 * (C) Copyright Johannes Erdfelt 1999-2001
14 * (C) Copyright David Brownell 2000-2004
17 * (C) Copyright Greg Kroah-Hartman 2002-2003
34 return desc->bInterfaceClass == USB_CLASS_COMM in is_rndis()
35 && desc->bInterfaceSubClass == 2 in is_rndis()
36 && desc->bInterfaceProtocol == 0xff; in is_rndis()
41 return desc->bInterfaceClass == USB_CLASS_MISC in is_activesync()
[all …]
/OK3568_Linux_fs/kernel/Documentation/trace/coresight/
H A Dcoresight-cpu-debug.rst9 ------------
11 Coresight CPU debug module is defined in ARMv8-a architecture reference manual
13 debug module and it is mainly used for two modes: self-hosted debug and
16 explore debugging method which rely on self-hosted debug mode, this document
19 The debug module provides sample-based profiling extension, which can be used
21 every CPU has one dedicated debug module to be connected. Based on self-hosted
29 --------------
31 - During driver registration, it uses EDDEVID and EDDEVID1 - two device ID
32 registers to decide if sample-based profiling is implemented or not. On some
36 - At the time this documentation was written, the debug driver mainly relies on
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/blueman/blueman/
H A D0002-fix-fail-to-enable-bluetooth.patch3 When launch blueman-manager while bluetooth is disable, it may fails
17 Upstream-Status: Inappropriate
19 https://github.com/blueman-project/blueman/pull/1121
21 Signed-off-by: Kai Kang <kai.kang@windriver.com>
22 ---
27 diff --git a/blueman/Functions.py b/blueman/Functions.py
29 --- a/blueman/Functions.py
31 @@ -80,6 +80,16 @@ def check_bluetooth_status(message: str, exitfunc: Callable[[], Any]) -> None:
48 diff --git a/blueman/plugins/applet/PowerManager.py b/blueman/plugins/applet/PowerManager.py
50 --- a/blueman/plugins/applet/PowerManager.py
[all …]
/OK3568_Linux_fs/kernel/Documentation/arm/samsung-s3c24xx/
H A Dsuspend.rst7 ------------
9 The S3C24XX supports a low-power suspend mode, where the SDRAM is kept
10 in Self-Refresh mode, and all but the essential peripheral blocks are
11 powered down. For more information on how this works, please look
16 ------------
24 4) Any peripherals that are going to be powered down at the same
29 --------
42 ---------------
53 There is currently no support for over-riding the default method of
74 "button-irq-eint0", NULL);
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/
H A Dste-u300.txt1 ST-Ericsson U300 Device Tree Bindings
4 that pertain to this particular board, such as board-specific GPIOs
13 - compatible: must be "stericsson,u300-syscon".
14 - reg: the base address and size of the system controller.
21 This contains the board-specific information.
22 - compatible: must be "stericsson,s365".
23 - vana15-supply: the regulator supplying the 1.5V to drive the
25 - syscon: a pointer to the syscon node so we can access the
26 syscon registers to set the board as self-powered.
31 model = "ST-Ericsson U300";
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/st/cw1200/
H A Dcw1200_sdio.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Mac80211 SDIO driver for ST-Ericsson CW1200 device
5 * Copyright (c) 2010, ST-Ericsson
22 #include <linux/platform_data/net-cw1200.h>
26 MODULE_DESCRIPTION("mac80211 ST-Ericsson CW1200 SDIO driver");
60 static int cw1200_sdio_memcpy_fromio(struct hwbus_priv *self, in cw1200_sdio_memcpy_fromio() argument
64 return sdio_memcpy_fromio(self->func, dst, addr, count); in cw1200_sdio_memcpy_fromio()
67 static int cw1200_sdio_memcpy_toio(struct hwbus_priv *self, in cw1200_sdio_memcpy_toio() argument
71 return sdio_memcpy_toio(self->func, addr, (void *)src, count); in cw1200_sdio_memcpy_toio()
74 static void cw1200_sdio_lock(struct hwbus_priv *self) in cw1200_sdio_lock() argument
[all …]
H A Dcw1200_spi.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Mac80211 SPI driver for ST-Ericsson CW1200 device
9 * Copyright (c) 2010, ST-Ericsson
25 #include <linux/platform_data/net-cw1200.h>
29 MODULE_DESCRIPTION("mac80211 ST-Ericsson CW1200 SPI driver");
52 Hardware expects 32-bit data to be written as 16-bit BE words:
57 static int cw1200_spi_memcpy_fromio(struct hwbus_priv *self, in cw1200_spi_memcpy_fromio() argument
89 if (self->func->bits_per_word == 8) in cw1200_spi_memcpy_fromio()
96 ret = spi_sync(self->func, &m); in cw1200_spi_memcpy_fromio()
112 if (self->func->bits_per_word == 8) in cw1200_spi_memcpy_fromio()
[all …]
/OK3568_Linux_fs/u-boot/include/
H A Dusbroothubdes.h7 * Based on ohci-hcd.c
9 * SPDX-License-Identifier: GPL-2.0+
47 * Bit 7: Bus-powered
48 * 6: Self-powered,
49 * 5 Remote-wakwup,
76 0x29, /* __u8 bDescriptorType; Hub-descriptor */
89 0x03, /* __u8 bDescriptorType; String-descriptor */
96 0x03, /* __u8 bDescriptorType; String-descriptor */
99 '-', /* __u8 Unicode */
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dusb3503.c1 // SPDX-License-Identifier: GPL-2.0+
5 * Copyright (c) 2012-2013 Dongjin Kim (tobetter@gmail.com)
57 if (!state && hub->connect) in usb3503_reset()
58 gpiod_set_value_cansleep(hub->connect, 0); in usb3503_reset()
60 if (hub->reset) in usb3503_reset()
61 gpiod_set_value_cansleep(hub->reset, !state); in usb3503_reset()
72 struct device *dev = hub->dev; in usb3503_connect()
77 if (hub->regmap) { in usb3503_connect()
79 err = regmap_write(hub->regmap, USB3503_SP_ILOCK, in usb3503_connect()
87 /* PDS : Set the ports which are disabled in self-powered mode. */ in usb3503_connect()
[all …]
/OK3568_Linux_fs/u-boot/board/Seagate/nas220/
H A Dkwbimage.cfg2 # Copyright (C) 2014 Evgeni Dobrev <evgeni@studio-punkt.com>
9 # SPDX-License-Identifier: GPL-2.0+
11 # Refer doc/README.kwbimage for more details about how-to configure
23 # Configure RGMII-0 interface pad voltage to 1.8V
28 # bit13-0: 0xa00 (2560 DDR2 clks refresh rate)
29 # bit23-14: zero
30 # bit24: 1= enable exit self refresh mode on DDR access
32 # bit29-26: zero
33 # bit31-30: 01
37 # bit 5: 0=clk is driven during self refresh, we don't care for APX
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-pxa27x.c1 // SPDX-License-Identifier: GPL-1.0+
6 * (C) Copyright 2000-2002 David Brownell <dbrownell@users.sourceforge.net>
7 * (C) Copyright 2002 Hewlett-Packard Company
14 * Modified for LH7A404 from ohci-sa1111.c
17 * Modified for pxa27x from ohci-lh7a404.c
18 * by Nick Bane <nick@cecomputing.co.uk> 26-8-2004
25 #include <linux/dma-mapping.h>
31 #include <linux/platform_data/usb-ohci-pxa27x.h>
32 #include <linux/platform_data/usb-pxa3xx-ulpi.h>
47 * UHC: USB Host Controller (OHCI-like) register definitions
[all …]
/OK3568_Linux_fs/u-boot/board/iomega/iconnect/
H A Dkwbimage.cfg2 # (C) Copyright 2009-2012
6 # SPDX-License-Identifier: GPL-2.0+
8 # Refer doc/README.kwbimage for more details about how-to configure
20 # Configure RGMII-0 interface pad voltage to 1.8V
25 # bit13-0: 0xc30, (3120 DDR2 clks refresh rate)
26 # bit23-14: 0x0,
27 # bit24: 0x1, enable exit self refresh mode on DDR access
29 # bit29-26: 0x0,
30 # bit31-30: 0x1,
34 # bit5: 0x0, clk is driven during self refresh, we don't care for APX
[all …]
/OK3568_Linux_fs/u-boot/board/LaCie/net2big_v2/
H A Dkwbimage.cfg7 # Written-by: Prafulla Wadaskar <prafulla@marvell.com>
9 # SPDX-License-Identifier: GPL-2.0+
11 # Refer doc/README.kwbimage for more details about how-to configure
21 # Configure RGMII-0 interface pad voltage to 1.8V
26 # bit13-0: 0xa00 (2560 DDR2 clks refresh rate)
27 # bit23-14: zero
28 # bit24: 1= enable exit self refresh mode on DDR access
30 # bit29-26: zero
31 # bit31-30: 01
35 # bit 5: 0=clk is driven during self refresh, we don't care for APX
[all …]
/OK3568_Linux_fs/u-boot/board/LaCie/netspace_v2/
H A Dkwbimage-ns2l.cfg7 # Written-by: Prafulla Wadaskar <prafulla@marvell.com>
9 # SPDX-License-Identifier: GPL-2.0+
11 # Refer doc/README.kwbimage for more details about how-to configure
21 # Configure RGMII-0 interface pad voltage to 1.8V
26 # bit13-0: 0xa00 (2560 DDR2 clks refresh rate)
27 # bit23-14: zero
28 # bit24: 1= enable exit self refresh mode on DDR access
30 # bit29-26: zero
31 # bit31-30: 01
35 # bit 5: 0=clk is driven during self refresh, we don't care for APX
[all …]
H A Dkwbimage-is2.cfg7 # Written-by: Prafulla Wadaskar <prafulla@marvell.com>
9 # SPDX-License-Identifier: GPL-2.0+
11 # Refer doc/README.kwbimage for more details about how-to configure
21 # Configure RGMII-0 interface pad voltage to 1.8V
26 # bit13-0: 0xa00 (2560 DDR2 clks refresh rate)
27 # bit23-14: zero
28 # bit24: 1= enable exit self refresh mode on DDR access
30 # bit29-26: zero
31 # bit31-30: 01
35 # bit 5: 0=clk is driven during self refresh, we don't care for APX
[all …]
H A Dkwbimage.cfg7 # Written-by: Prafulla Wadaskar <prafulla@marvell.com>
9 # SPDX-License-Identifier: GPL-2.0+
11 # Refer doc/README.kwbimage for more details about how-to configure
21 # Configure RGMII-0 interface pad voltage to 1.8V
26 # bit13-0: 0xa00 (2560 DDR2 clks refresh rate)
27 # bit23-14: zero
28 # bit24: 1= enable exit self refresh mode on DDR access
30 # bit29-26: zero
31 # bit31-30: 01
35 # bit 5: 0=clk is driven during self refresh, we don't care for APX
[all …]
/OK3568_Linux_fs/u-boot/board/cloudengines/pogo_e02/
H A Dkwbimage.cfg8 # Written-by: Prafulla Wadaskar <prafulla <at> marvell.com>
10 # SPDX-License-Identifier: GPL-2.0+
12 # Refer doc/README.kwbimage for more details about how-to configure
24 # Configure RGMII-0 interface pad voltage to 1.8V
29 # bit13-0: 0xc30 (3120 DDR2 clks refresh rate)
30 # bit23-14: zero
31 # bit24: 1= enable exit self refresh mode on DDR access
33 # bit29-26: zero
34 # bit31-30: 01
38 # bit 5: 0=clk is driven during self refresh, we don't care for APX
[all …]
/OK3568_Linux_fs/u-boot/board/Synology/ds109/
H A Dkwbimage.cfg3 # Jason Cooper <u-boot@lakedaemon.net>
7 # Written-by: Siddarth Gore <gores@marvell.com>
9 # SPDX-License-Identifier: GPL-2.0+
11 # Refer doc/README.kwbimage for more details about how-to configure
21 # Configure RGMII-0/1 interface pad voltage to 1.8V
29 # bit13-0: 0xc30 (3120 DDR2 clks refresh rate)
30 # bit23-14: zero
31 # bit24: 1= enable exit self refresh mode on DDR access
33 # bit29-26: zero
34 # bit31-30: 01
[all …]
/OK3568_Linux_fs/u-boot/board/Marvell/dreamplug/
H A Dkwbimage.cfg3 # Jason Cooper <u-boot@lakedaemon.net>
7 # Written-by: Siddarth Gore <gores@marvell.com>
9 # SPDX-License-Identifier: GPL-2.0+
11 # Refer doc/README.kwbimage for more details about how-to configure
21 # Configure RGMII-0/1 interface pad voltage to 1.8V
26 # bit13-0: 0xc30 (3120 DDR2 clks refresh rate)
27 # bit23-14: zero
28 # bit24: 1= enable exit self refresh mode on DDR access
30 # bit29-26: zero
31 # bit31-30: 01
[all …]
/OK3568_Linux_fs/u-boot/board/Marvell/guruplug/
H A Dkwbimage.cfg4 # Written-by: Siddarth Gore <gores@marvell.com>
6 # SPDX-License-Identifier: GPL-2.0+
8 # Refer doc/README.kwbimage for more details about how-to configure
20 # Configure RGMII-0/1 interface pad voltage to 1.8V
25 # bit13-0: 0xc30 (3120 DDR2 clks refresh rate)
26 # bit23-14: zero
27 # bit24: 1= enable exit self refresh mode on DDR access
29 # bit29-26: zero
30 # bit31-30: 01
34 # bit 5: 0=clk is driven during self refresh, we don't care for APX
[all …]
/OK3568_Linux_fs/u-boot/board/Marvell/sheevaplug/
H A Dkwbimage.cfg4 # Written-by: Prafulla Wadaskar <prafulla@marvell.com>
6 # SPDX-License-Identifier: GPL-2.0+
8 # Refer to doc/README.kwbimage for more details about how-to
20 # Configure RGMII-0 interface pad voltage to 1.8V
25 # bit13-0: 0xc30 (3120 DDR2 clks refresh rate)
26 # bit23-14: zero
27 # bit24: 1= enable exit self refresh mode on DDR access
29 # bit29-26: zero
30 # bit31-30: 01
34 # bit 5: 0=clk is driven during self refresh, we don't care for APX
[all …]
/OK3568_Linux_fs/u-boot/board/Seagate/dockstar/
H A Dkwbimage.cfg9 # SPDX-License-Identifier: GPL-2.0+
11 # Refer doc/README.kwbimage for more details about how-to configure
23 # Configure RGMII-0 interface pad voltage to 1.8V
28 # bit13-0: 0xc30 (3120 DDR2 clks refresh rate)
29 # bit23-14: zero
30 # bit24: 1= enable exit self refresh mode on DDR access
32 # bit29-26: zero
33 # bit31-30: 01
37 # bit 5: 0=clk is driven during self refresh, we don't care for APX
39 # bit14: 0=input buffer always powered up
[all …]
/OK3568_Linux_fs/u-boot/board/Seagate/goflexhome/
H A Dkwbimage.cfg12 # SPDX-License-Identifier: GPL-2.0+
14 # Refer docs/README.kwimage for more details about how-to configure
26 # Configure RGMII-0 interface pad voltage to 1.8V
31 # bit13-0: 0xc30 (3120 DDR2 clks refresh rate)
32 # bit23-14: zero
33 # bit24: 1= enable exit self refresh mode on DDR access
35 # bit29-26: zero
36 # bit31-30: 01
40 # bit 5: 0=clk is driven during self refresh, we don't care for APX
42 # bit14: 0=input buffer always powered up
[all …]

12345678