Searched refs:ep_dev (Results 1 – 3 of 3) sorted by relevance
141 kfree(ep_dev); in ep_device_release()153 struct ep_device *ep_dev; in usb_create_ep_devs() local156 ep_dev = kzalloc(sizeof(*ep_dev), GFP_KERNEL); in usb_create_ep_devs()157 if (!ep_dev) { in usb_create_ep_devs()163 ep_dev->udev = udev; in usb_create_ep_devs()166 ep_dev->dev.parent = parent; in usb_create_ep_devs()174 endpoint->ep_dev = ep_dev; in usb_create_ep_devs()178 put_device(&ep_dev->dev); in usb_create_ep_devs()185 struct ep_device *ep_dev = endpoint->ep_dev; in usb_remove_ep_devs() local187 if (ep_dev) { in usb_remove_ep_devs()[all …]
1090 static int cxl_add_ep(struct cxl_dport *dport, struct device *ep_dev) in cxl_add_ep() argument1099 ep->ep = get_device(ep_dev); in cxl_add_ep()
73 struct ep_device *ep_dev; /* For sysfs info */ member
Completed in 12 milliseconds