commit | f1820eb4f44dfbfc16f06fbaff9ce3d9dde268f5 | [log] [tgz] |
---|---|---|
author | Janne Grunau <j@jannau.net> | Thu Apr 04 08:25:49 2024 +0200 |
committer | Marek Vasut <marex@denx.de> | Fri Apr 05 03:25:14 2024 +0200 |
tree | 75af632a469688e3f979a6c6b287eaa7886f77e3 | |
parent | cdfcc37428e06f4730ab9a17cc084eeb7676ea1a [diff] |
usb: xhci: refactor xhci_set_configuration In the next step endpoints for multiple interfaces are set up. Move most of the per endpoint initialization to separate function to avoid another identation level. Reviewed-by: Marek Vasut <marex@denx.de> Reviewed-by: Neal Gompa <neal@gompa.dev> Signed-off-by: Janne Grunau <j@jannau.net>