| 
									
										
										
										
											2012-09-12 14:58:05 +03:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  * Copyright 2012 Freescale Semiconductor, Inc. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * The code contained herein is licensed under the GNU General Public | 
					
						
							|  |  |  |  * License. You may obtain a copy of the GNU General Public License | 
					
						
							|  |  |  |  * Version 2 or later at the following locations: | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * http://www.opensource.org/licenses/gpl-license.html
 | 
					
						
							|  |  |  |  * http://www.gnu.org/copyleft/gpl.html
 | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-12-31 21:58:11 +05:30
										 |  |  | #ifndef __DRIVER_USB_CHIPIDEA_CI_HDRC_IMX_H
 | 
					
						
							|  |  |  | #define __DRIVER_USB_CHIPIDEA_CI_HDRC_IMX_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-08-14 12:44:16 +03:00
										 |  |  | struct imx_usbmisc_data { | 
					
						
							| 
									
										
										
										
											2014-09-22 08:14:15 +08:00
										 |  |  | 	struct device *dev; | 
					
						
							| 
									
										
										
										
											2012-09-12 14:58:05 +03:00
										 |  |  | 	int index; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-01-27 22:45:05 -02:00
										 |  |  | 	unsigned int disable_oc:1; /* over current detect disabled */ | 
					
						
							| 
									
										
										
										
											2013-03-30 12:54:01 +02:00
										 |  |  | 	unsigned int evdo:1; /* set external vbus divider option */ | 
					
						
							| 
									
										
										
										
											2012-09-12 14:58:05 +03:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-08-14 12:44:16 +03:00
										 |  |  | int imx_usbmisc_init(struct imx_usbmisc_data *); | 
					
						
							|  |  |  | int imx_usbmisc_init_post(struct imx_usbmisc_data *); | 
					
						
							| 
									
										
										
										
											2013-12-31 21:58:11 +05:30
										 |  |  | 
 | 
					
						
							|  |  |  | #endif /* __DRIVER_USB_CHIPIDEA_CI_HDRC_IMX_H */
 |