HelenOS sources
usb_speed_t 98 uspace/drv/bus/usb/usbhub/port.c static usb_speed_t get_port_speed(usb_hub_port_t *port, uint32_t status)
usb_speed_t 55 uspace/drv/bus/usb/usbhub/port.h usb_speed_t speed;
usb_speed_t 57 uspace/drv/bus/usb/usbhub/status.h static inline usb_speed_t usb_port_speed(usb_speed_t hub_speed, uint32_t status)
usb_speed_t 62 uspace/drv/bus/usb/usbhub/usbhub.h usb_speed_t speed;
usb_speed_t 748 uspace/drv/bus/usb/xhci/hc.c unsigned hc_speed_to_psiv(usb_speed_t speed)
usb_speed_t 124 uspace/drv/bus/usb/xhci/hc.h extern unsigned hc_speed_to_psiv(usb_speed_t);
usb_speed_t 171 uspace/drv/bus/usb/xhci/rh.c const usb_speed_t speed = port->rh->hc->speeds[psiv].usb_speed;
usb_speed_t 56 uspace/drv/bus/usb/xhci/rh.h usb_speed_t usb_speed;
usb_speed_t 88 uspace/lib/drv/generic/remote_usbhc.c errno_t usbhc_device_enumerate(async_exch_t *exch, unsigned port, usb_speed_t speed)
usb_speed_t 283 uspace/lib/drv/generic/remote_usbhc.c usb_speed_t speed = DEV_IPC_GET_ARG2(*call);
usb_speed_t 50 uspace/lib/drv/include/usb_iface.h usb_speed_t speed; /**< Speed of the device */
usb_speed_t 175 uspace/lib/drv/include/usbhc_iface.h extern errno_t usbhc_device_enumerate(async_exch_t *, unsigned, usb_speed_t);
usb_speed_t 190 uspace/lib/drv/include/usbhc_iface.h errno_t (*device_enumerate)(ddf_fun_t *, unsigned, usb_speed_t);
usb_speed_t 61 uspace/lib/usb/include/usb/usb.h static inline bool usb_speed_is_11(const usb_speed_t s)
usb_speed_t 66 uspace/lib/usb/include/usb/usb.h static inline bool usb_speed_is_valid(const usb_speed_t s)
usb_speed_t 71 uspace/lib/usb/include/usb/usb.h const char *usb_str_speed(usb_speed_t);
usb_speed_t 113 uspace/lib/usb/src/usb.c const char *usb_str_speed(usb_speed_t s)
usb_speed_t 94 uspace/lib/usbdev/include/usb/dev/device.h usb_speed_t usb_device_get_speed(const usb_device_t *);
usb_speed_t 84 uspace/lib/usbdev/src/devdrv.c usb_speed_t speed;
usb_speed_t 371 uspace/lib/usbdev/src/devdrv.c usb_speed_t usb_device_get_speed(const usb_device_t *usb_dev)
usb_speed_t 84 uspace/lib/usbhost/include/usb/host/bus.h usb_speed_t speed;
usb_speed_t 50 uspace/lib/usbhost/include/usb/host/ddf_helpers.h extern device_t *hcd_ddf_fun_create(hc_device_t *, usb_speed_t);
usb_speed_t 48 uspace/lib/usbhost/include/usb/host/utility.h uint16_t hc_get_ep0_initial_mps(usb_speed_t);
usb_speed_t 51 uspace/lib/usbhost/include/usb/host/utility.h int hc_setup_virtual_root_hub(hc_device_t *, usb_speed_t);
usb_speed_t 150 uspace/lib/usbhost/src/ddf_helpers.c static errno_t device_enumerate(ddf_fun_t *fun, unsigned port, usb_speed_t speed)
usb_speed_t 393 uspace/lib/usbhost/src/ddf_helpers.c device_t *hcd_ddf_fun_create(hc_device_t *hc, usb_speed_t speed)
usb_speed_t 54 uspace/lib/usbhost/src/utility.c uint16_t hc_get_ep0_initial_mps(usb_speed_t speed)
usb_speed_t 210 uspace/lib/usbhost/src/utility.c int hc_setup_virtual_root_hub(hc_device_t *hcd, usb_speed_t rh_speed)
HelenOS homepage, sources at GitHub