Lines Matching defs:octeon_hcd
366 struct octeon_hcd { struct
367 spinlock_t lock; /* serialization lock */
368 int init_flags;
369 int index;
370 int idle_hardware_channels;
371 union cvmx_usbcx_hprt usbcx_hprt;
372 struct cvmx_usb_pipe *pipe_for_channel[MAX_CHANNELS];
373 int indent;
374 struct cvmx_usb_port_status port_status;
375 struct list_head idle_pipes;
376 struct list_head active_pipes[4];
377 u64 frame_number;
378 struct cvmx_usb_transaction *active_split;
379 struct cvmx_usb_tx_fifo periodic;
380 struct cvmx_usb_tx_fifo nonperiodic;