Searched refs:intn (Results 1 – 1 of 1) sorted by relevance
50 struct gpio_desc *intn; member245 hub->intn = devm_gpiod_get_optional(dev, "intn", flags); in usb3503_probe()246 if (IS_ERR(hub->intn)) { in usb3503_probe()247 err = PTR_ERR(hub->intn); in usb3503_probe()250 if (hub->intn) in usb3503_probe()251 gpiod_set_consumer_name(hub->intn, "usb3503 intn"); in usb3503_probe()
Completed in 5 milliseconds