Searched +full:ganged +full:- +full:port +full:- +full:switching (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Microchip USB 2.0 Hi-Speed Hub Controller10 - Richard Leitner <richard.leitner@skidata.com>15 - microchip,usb242216 - microchip,usb2512b17 - microchip,usb2512bi18 - microchip,usb2513b19 - microchip,usb2513bi[all …]
1 /* SPDX-License-Identifier: GPL-2.0 */3 * board initialization code should put one of these into dev->platform_data15 /* On-chip overcurrent protection */29 /* Ganged port power switching (0) or individual port power switching (1) */37 /* Inter-io delay (ns). The chip is picky about access timings; it
1 // SPDX-License-Identifier: GPL-1.0+8 * (C) Copyright 2000-2004 David Brownell <dbrownell@users.sourceforge.net>16 * OHCI is the main "non-Intel/VIA" standard for USB 1.1 host controller17 * interfaces (though some non-x86 Intel chips use it). It supports39 #include <linux/dma-mapping.h>54 /*-------------------------------------------------------------------------*/63 /* On PA-RISC, PDC can leave IR set incorrectly; ignore it there. */72 /*-------------------------------------------------------------------------*/81 #include "pci-quirks.h"87 #include "ohci-hub.c"[all …]
1 // SPDX-License-Identifier: GPL-2.071 /* Protect struct usb_device->state and ->children members72 * Note: Both are also protected by ->dev.sem, except that ->state can80 /* synchronize hub-port add/remove and peering operations */90 * 10 seconds to send reply for the initial 64-byte descriptor request.92 /* define initial 64-byte descriptor request timeout in milliseconds */96 "initial 64-byte descriptor request timeout in milliseconds "97 "(default 5000 - 5.0 seconds)");125 * port reset on some companion controllers.141 if (hub_is_superspeedplus(hub->hdev)) in portspeed()[all …]