Home
last modified time | relevance | path

Searched refs:ep_dev (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/usb/core/
A Dendpoint.c141 kfree(ep_dev); in ep_device_release()
153 struct ep_device *ep_dev; in usb_create_ep_devs() local
156 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() local
187 if (ep_dev) { in usb_remove_ep_devs()
[all …]
/linux-6.3-rc2/drivers/cxl/core/
A Dport.c1090 static int cxl_add_ep(struct cxl_dport *dport, struct device *ep_dev) in cxl_add_ep() argument
1099 ep->ep = get_device(ep_dev); in cxl_add_ep()
/linux-6.3-rc2/include/linux/
A Dusb.h73 struct ep_device *ep_dev; /* For sysfs info */ member

Completed in 14 milliseconds