Symbol: usb_fs_privdata
sys/bus/u4b/controller/usb_controller.c
651
struct usb_fs_privdata *pd;
sys/bus/u4b/usb_bus.h
30
struct usb_fs_privdata;
sys/bus/u4b/usb_bus.h
90
LIST_HEAD(,usb_fs_privdata) pd_cleanup_list;
sys/bus/u4b/usb_dev.c
105
static void usb_loc_fill(struct usb_fs_privdata *,
sys/bus/u4b/usb_dev.c
169
usb_loc_fill(struct usb_fs_privdata* pd, struct usb_cdev_privdata *cpd)
sys/bus/u4b/usb_dev.c
870
struct usb_fs_privdata* pd = (struct usb_fs_privdata*)dev->si_drv1;
sys/bus/u4b/usb_dev.h
95
LIST_ENTRY(usb_fs_privdata) pd_next;
sys/bus/u4b/usb_device.c
1968
struct usb_fs_privdata *
sys/bus/u4b/usb_device.c
1972
struct usb_fs_privdata* pd;
sys/bus/u4b/usb_device.c
1976
pd = kmalloc(sizeof(struct usb_fs_privdata), M_USBDEV,
sys/bus/u4b/usb_device.c
2006
usb_destroy_dev_sync(struct usb_fs_privdata *pd)
sys/bus/u4b/usb_device.c
2021
usb_destroy_dev(struct usb_fs_privdata *pd)
sys/bus/u4b/usb_device.c
2057
struct usb_fs_privdata* pd;
sys/bus/u4b/usb_device.c
2115
struct usb_fs_privdata* pd;
sys/bus/u4b/usb_device.h
218
struct usb_fs_privdata *ctrl_dev; /* Control Endpoint 0 device node */
sys/bus/u4b/usb_device.h
219
LIST_HEAD(,usb_fs_privdata) pd_list;
sys/bus/u4b/usb_device.h
298
struct usb_fs_privdata *usb_make_dev(struct usb_device *, const char *,
sys/bus/u4b/usb_device.h
300
void usb_destroy_dev(struct usb_fs_privdata *);
sys/bus/u4b/usb_device.h
301
void usb_destroy_dev_sync(struct usb_fs_privdata *);
sys/bus/u4b/usb_device.h
37
struct usb_fs_privdata;
sys/bus/u4b/usbdi.h
40
struct usb_fs_privdata;
sys/bus/u4b/usbdi.h
469
struct usb_fs_privdata *dev;