Searched +full:bp +full:- +full:max +full:- +full:removable +full:- +full:current +full:- +full:microamp (Results 1 – 2 of 2) 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 * 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 …]