Lines Matching refs:usb3503
15 #include <linux/platform_data/usb3503.h>
43 struct usb3503 {
56 static int usb3503_connect(struct usb3503 *hub)
110 static int usb3503_switch_mode(struct usb3503 *hub, enum usb3503_mode mode)
162 static int usb3503_probe(struct usb3503 *hub)
251 gpiod_set_consumer_name(hub->intn, "usb3503 intn");
259 gpiod_set_consumer_name(hub->connect, "usb3503 connect");
267 gpiod_set_consumer_name(hub->bypass, "usb3503 bypass");
277 gpiod_set_consumer_name(hub->reset, "usb3503 reset");
298 struct usb3503 *hub;
301 hub = devm_kzalloc(&i2c->dev, sizeof(struct usb3503), GFP_KERNEL);
319 struct usb3503 *hub;
327 struct usb3503 *hub;
329 hub = devm_kzalloc(&pdev->dev, sizeof(struct usb3503), GFP_KERNEL);
340 struct usb3503 *hub;
346 static int __maybe_unused usb3503_suspend(struct usb3503 *hub)
354 static int __maybe_unused usb3503_resume(struct usb3503 *hub)
400 { .compatible = "smsc,usb3503", },
435 pr_err("usb3503: Failed to register I2C driver: %d\n", err);
441 pr_err("usb3503: Failed to register platform driver: %d\n",