Symbol: usb_fs_privdata
sys/dev/usb/controller/usb_controller.c
653
struct usb_fs_privdata *pd;
sys/dev/usb/controller/usb_controller.c
658
SLIST_REMOVE(&bus->pd_cleanup_list, pd, usb_fs_privdata, pd_next);
sys/dev/usb/usb_bus.h
31
struct usb_fs_privdata;
sys/dev/usb/usb_bus.h
89
SLIST_HEAD(,usb_fs_privdata) pd_cleanup_list;
sys/dev/usb/usb_dev.c
113
static void usb_loc_fill(struct usb_fs_privdata *,
sys/dev/usb/usb_dev.c
168
usb_loc_fill(struct usb_fs_privdata* pd, struct usb_cdev_privdata *cpd)
sys/dev/usb/usb_dev.c
871
struct usb_fs_privdata* pd = (struct usb_fs_privdata*)dev->si_drv1;
sys/dev/usb/usb_dev.h
99
SLIST_ENTRY(usb_fs_privdata) pd_next;
sys/dev/usb/usb_device.c
2119
struct usb_fs_privdata *
sys/dev/usb/usb_device.c
2123
struct usb_fs_privdata* pd;
sys/dev/usb/usb_device.c
2128
pd = malloc(sizeof(struct usb_fs_privdata), M_USBDEV,
sys/dev/usb/usb_device.c
2160
usb_destroy_dev_sync(struct usb_fs_privdata *pd)
sys/dev/usb/usb_device.c
2175
usb_destroy_dev(struct usb_fs_privdata *pd)
sys/dev/usb/usb_device.c
2208
struct usb_fs_privdata* pd;
sys/dev/usb/usb_device.c
2266
struct usb_fs_privdata* pd;
sys/dev/usb/usb_device.c
2273
SLIST_REMOVE(&udev->pd_list, pd, usb_fs_privdata, pd_next);
sys/dev/usb/usb_device.h
227
struct usb_fs_privdata *ctrl_dev; /* Control Endpoint 0 device node */
sys/dev/usb/usb_device.h
228
SLIST_HEAD(,usb_fs_privdata) pd_list;
sys/dev/usb/usb_device.h
307
struct usb_fs_privdata *usb_make_dev(struct usb_device *, const char *,
sys/dev/usb/usb_device.h
309
void usb_destroy_dev(struct usb_fs_privdata *);
sys/dev/usb/usb_device.h
310
void usb_destroy_dev_sync(struct usb_fs_privdata *);
sys/dev/usb/usb_device.h
40
struct usb_fs_privdata;
sys/dev/usb/usbdi.h
40
struct usb_fs_privdata;
sys/dev/usb/usbdi.h
560
struct usb_fs_privdata *dev;