cregit-Linux how code gets into the kernel

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

Directory: drivers/usb/host
// SPDX-License-Identifier: GPL-2.0
/*
 * Copyright (C) 2014 Marvell
 *
 * Gregory Clement <gregory.clement@free-electrons.com>
 */

#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 CLEMENT1386.67%150.00%
Felipe Balbi213.33%150.00%
Total15100.00%2100.00%

#endif #endif /* __LINUX_XHCI_MVEBU_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Gregory CLEMENT3981.25%125.00%
Felipe Balbi714.58%125.00%
Greg Kroah-Hartman24.17%250.00%
Total48100.00%4100.00%
Directory: drivers/usb/host
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.