cregit-Linux how code gets into the kernel

Release 4.16 drivers/usb/host/xhci-plat.h

Directory: drivers/usb/host
// SPDX-License-Identifier: GPL-2.0
/*
 * xhci-plat.h - xHCI host controller driver platform Bus Glue.
 *
 * Copyright (C) 2015 Renesas Electronics Corporation
 */

#ifndef _XHCI_PLAT_H

#define _XHCI_PLAT_H

#include "xhci.h"	/* for hcd_to_xhci() */


struct xhci_plat_priv {
	
const char *firmware_name;
	
void (*plat_start)(struct usb_hcd *);
	
int (*init_quirk)(struct usb_hcd *);
	
int (*resume_quirk)(struct usb_hcd *);
};


#define hcd_to_xhci_priv(h) ((struct xhci_plat_priv *)hcd_to_xhci(h)->priv)
#endif	/* _XHCI_PLAT_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Yoshihiro Shimoda4163.08%350.00%
Felipe Balbi2233.85%116.67%
Greg Kroah-Hartman23.08%233.33%
Total65100.00%6100.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.