Searched defs:octeon_hcd (Results 1 – 1 of 1) sorted by relevance
364 struct octeon_hcd { struct365 spinlock_t lock; /* serialization lock */366 int init_flags;367 int index;368 int idle_hardware_channels;369 union cvmx_usbcx_hprt usbcx_hprt;370 struct cvmx_usb_pipe *pipe_for_channel[MAX_CHANNELS];371 int indent;372 struct cvmx_usb_port_status port_status;373 struct list_head idle_pipes;[all …]