Searched +full:ganged +full:- +full:port +full:- +full:switching (Results 1 – 6 of 6) 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-2.0+3 * Driver for Microchip USB251xB USB 2.0 Hi-Speed Hub Controller9 * a not-accepted patch by Fabien Lahoudere, see:110 #define DRIVER_DESC "Microchip USB 2.0 Hi-Speed Hub Controller"234 if (dev->type == &i2c_adapter_type) { in usb251xb_check_dev_children()244 struct gpio_chip *gc = gpiod_to_chip(hub->gpio_reset); in usb251x_check_gpio_chip()245 struct i2c_adapter *adap = hub->i2c->adapter; in usb251x_check_gpio_chip()248 if (!hub->gpio_reset) in usb251x_check_gpio_chip()252 return -EINVAL; in usb251x_check_gpio_chip()254 ret = usb251xb_check_dev_children(&adap->dev, gc->parent); in usb251x_check_gpio_chip()[all …]
1 // SPDX-License-Identifier: GPL-1.0+6 * (C) Copyright 2000-2005 David Brownell7 * (C) Copyright 2002 Hewlett-Packard Company13 * and on ohci-sa1111.c by Christopher Hoover <ch@hpl.hp.com>19 #include <linux/dma-mapping.h>28 #include <linux/platform_data/usb-omap1.h>29 #include <linux/soc/ti/omap1-usb.h>30 #include <linux/soc/ti/omap1-mux.h>31 #include <linux/soc/ti/omap1-soc.h>32 #include <linux/soc/ti/omap1-io.h>[all …]
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.070 /* Protect struct usb_device->state and ->children members71 * Note: Both are also protected by ->dev.sem, except that ->state can79 /* synchronize hub-port add/remove and peering operations */89 * 10 seconds to send reply for the initial 64-byte descriptor request.91 /* define initial 64-byte descriptor request timeout in milliseconds */95 "initial 64-byte descriptor request timeout in milliseconds "96 "(default 5000 - 5.0 seconds)");124 * port reset on some companion controllers.140 if (hub_is_superspeedplus(hub->hdev)) in portspeed()[all …]