cregit-Linux how code gets into the kernel

Release 4.7 drivers/usb/host/xhci-mvebu.h

Directory: drivers/usb/host
/*
 * Copyright (C) 2014 Marvell
 *
 * Gregory Clement <gregory.clement@free-electrons.com>
 *
 * This file is licensed under the terms of the GNU General Public
 * License version 2.  This program is licensed "as is" without any
 * warranty of any kind, whether express or implied.
 */

#ifndef __LINUX_XHCI_MVEBU_H

#define __LINUX_XHCI_MVEBU_H

struct usb_hcd;

#if IS_ENABLED(CONFIG_USB_XHCI_MVEBU)
int xhci_mvebu_mbus_init_quirk(struct usb_hcd *hcd);
#else

static inline int xhci_mvebu_mbus_init_quirk(struct usb_hcd *hcd) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
gregory clementgregory clement1386.67%150.00%
felipe balbifelipe balbi213.33%150.00%
Total15100.00%2100.00%

#endif #endif /* __LINUX_XHCI_MVEBU_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
gregory clementgregory clement4085.11%150.00%
felipe balbifelipe balbi714.89%150.00%
Total47100.00%2100.00%
Directory: drivers/usb/host
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}