Lines Matching +full:maximum +full:- +full:speed
1 /* SPDX-License-Identifier: GPL-2.0 */
9 * - the master/host side Linux-USB kernel driver API;
10 * - the "usbfs" user space API; and
11 * - the Linux "gadget" slave/device/peripheral side driver API.
25 * [b] so that accessing bigger-than-a-bytes fields will never
30 * someone that the two other points are non-issues for that
40 * usb_speed_string() - Returns human readable-name of the speed.
41 * @speed: The speed to return human-readable name for. If it's not
45 extern const char *usb_speed_string(enum usb_device_speed speed);
48 * usb_get_maximum_speed - Get maximum requested speed for a given USB
52 * The function gets the maximum speed string from property "maximum-speed",
58 * usb_state_string - Returns human readable name for the state.
59 * @state: The state to return a human-readable name for. If it's not