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

/linux-master/drivers/usb/core/
H A Dendpoint.c139 struct ep_device *ep_dev = to_ep_device(dev); local
141 kfree(ep_dev);
153 struct ep_device *ep_dev; local
156 ep_dev = kzalloc(sizeof(*ep_dev), GFP_KERNEL);
157 if (!ep_dev) {
162 ep_dev->desc = &endpoint->desc;
163 ep_dev->udev = udev;
164 ep_dev->dev.groups = ep_dev_groups;
165 ep_dev
185 struct ep_device *ep_dev = endpoint->ep_dev; local
[all...]
/linux-master/drivers/cxl/core/
H A Dport.c1277 * @dport: the dport that routes to @ep_dev
1278 * @ep_dev: device representing the endpoint
1284 static int cxl_add_ep(struct cxl_dport *dport, struct device *ep_dev) argument
1293 ep->ep = get_device(ep_dev);
/linux-master/include/linux/
H A Dusb.h57 * @ep_dev: ep_device for sysfs info
72 struct ep_device *ep_dev; /* For sysfs info */ member in struct:usb_host_endpoint

Completed in 116 milliseconds