OpenCores
URL https://opencores.org/ocsvn/test_project/test_project/trunk

Subversion Repositories test_project

[/] [test_project/] [trunk/] [linux_sd_driver/] [include/] [linux/] [usb/] [sl811.h] - Blame information for rev 62

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 62 marcus.erl
 
2
/*
3
 * board initialization should put one of these into dev->platform_data
4
 * and place the sl811hs onto platform_bus named "sl811-hcd".
5
 */
6
 
7
struct sl811_platform_data {
8
        unsigned        can_wakeup:1;
9
 
10
        /* given port_power, msec/2 after power on till power good */
11
        u8              potpg;
12
 
13
        /* mA/2 power supplied on this port (max = default = 250) */
14
        u8              power;
15
 
16
        /* sl811 relies on an external source of VBUS current */
17
        void            (*port_power)(struct device *dev, int is_on);
18
 
19
        /* pulse sl811 nRST (probably with a GPIO) */
20
        void            (*reset)(struct device *dev);
21
 
22
        // some boards need something like these:
23
        // int          (*check_overcurrent)(struct device *dev);
24
        // void         (*clock_enable)(struct device *dev, int is_on);
25
};
26
 

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.