You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
300 B

#ifndef _XHCI_MTK_POWER_H
#define _XHCI_MTK_POWER_H
#include <linux/usb.h>
#include "xhci.h"
#include "xhci-mtk.h"
void enableXhciAllPortPower(struct xhci_hcd *xhci);
void enableAllClockPower(void);
void disablePortClockPower(void);
void enablePortClockPower(int port_index, int port_rev);
#endif