Searched refs:device_speed (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-usb.h763 * @param device_speed
807 cvmx_usb_speed_t device_speed, int max_packet,
H A Dcvmx-usb.c168 cvmx_usb_speed_t device_speed; /**< Speed of device connected to this pipe */ member in struct:cvmx_usb_pipe
427 return ((pipe->device_speed != CVMX_USB_SPEED_HIGH) && (usb->usbcx_hprt.s.prtspd == CVMX_USB_SPEED_HIGH));
1209 * @param device_speed
1252 cvmx_usb_speed_t device_speed, int max_packet,
1265 CVMX_USB_LOG_PARAM("%d", device_speed);
1278 if (cvmx_unlikely(device_speed > CVMX_USB_SPEED_LOW))
1293 if (cvmx_unlikely((device_speed != CVMX_USB_SPEED_HIGH) &&
1307 if ((device_speed == CVMX_USB_SPEED_HIGH) &&
1313 pipe->device_speed = device_speed;
1250 cvmx_usb_open_pipe(cvmx_usb_state_t *state, cvmx_usb_pipe_flags_t flags, int device_addr, int endpoint_num, cvmx_usb_speed_t device_speed, int max_packet, cvmx_usb_transfer_t transfer_type, cvmx_usb_direction_t transfer_dir, int interval, int multi_count, int hub_device_addr, int hub_port) argument
[all...]
/freebsd-10.0-release/sys/dev/mfi/
H A Dmfireg.h1122 uint8_t device_speed; member in struct:mfi_pd_info

Completed in 206 milliseconds