cregit-Linux how code gets into the kernel

Release 4.12 include/linux/platform_data/usb3503.h

#ifndef __USB3503_H__

#define __USB3503_H__


#define USB3503_I2C_NAME	"usb3503"


#define USB3503_OFF_PORT1	(1 << 1)

#define USB3503_OFF_PORT2	(1 << 2)

#define USB3503_OFF_PORT3	(1 << 3)


enum usb3503_mode {
	
USB3503_MODE_UNKNOWN,
	
USB3503_MODE_HUB,
	
USB3503_MODE_STANDBY,
};


struct usb3503_platform_data {
	
enum usb3503_mode	initial_mode;
	
u8	port_off_mask;
	
int	gpio_intn;
	
int	gpio_connect;
	
int	gpio_reset;
};

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Dongjin Kim55100.00%2100.00%
Total55100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.