Searched refs:ep_dev (Results 1 - 2 of 2) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Dendpoint.c182 static int endpoint_get_minor(struct ep_device *ep_dev) argument
192 retval = idr_get_new(&endpoint_idr, ep_dev, &id);
198 ep_dev->minor = id & MAX_ID_MASK;
204 static void endpoint_free_minor(struct ep_device *ep_dev) argument
206 idr_remove(&endpoint_idr, ep_dev->minor);
268 struct ep_device *ep_dev = to_ep_device(dev); local
271 endpoint_free_minor(ep_dev);
272 kfree(ep_dev);
280 struct ep_device *ep_dev; local
287 ep_dev
345 struct ep_device *ep_dev = endpoint->ep_dev; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dusb.h52 * @ep_dev: ep_device for sysfs info
63 struct ep_device *ep_dev; /* For sysfs info */ member in struct:usb_host_endpoint

Completed in 56 milliseconds