Home
last modified time | relevance | path

Searched refs:id_edev (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/usb/phy/
Dphy.c324 x->id_edev = extcon_get_edev_by_phandle(x->dev, 1); in usb_add_extcon()
325 if (IS_ERR(x->id_edev)) { in usb_add_extcon()
326 x->id_edev = NULL; in usb_add_extcon()
382 if (x->id_edev) in usb_add_extcon()
383 id_ext = x->id_edev; in usb_add_extcon()
/Linux-v4.19/include/linux/usb/
Dphy.h104 struct extcon_dev *id_edev; member