usb_get_maximum_speed(9) Get maximum requested speed for a given USB controller.

SYNOPSIS

enum usb_device_speed usb_get_maximum_speed(struct device * dev);

ARGUMENTS

dev

Pointer to the given USB controller device

DESCRIPTION

The function gets the maximum speed string from property "maximum-speed", and returns the corresponding enum usb_device_speed.

AUTHOR

David Brownell <[email protected]>

Author.

COPYRIGHT