| .. | |||||
| bus.h | |||||
| clcd.h | |||||
| kmi.h | |||||
| mmci.h | |||||
| pl022.h | |||||
| pl061.h | |||||
| pl080.h | |||||
| pl08x.h | |||||
| pl093.h | |||||
| pl330.h | |||||
| serial.h | |||||
| sp810.h |
| Server IP : 103.169.32.36 / Your IP : 216.73.217.13 Web Server : Apache System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : apache ( 48) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/lib/modules/3.10.0-1160.105.1.el7.x86_64/build/include/linux/amba/ |
Upload File : |
#include <linux/types.h>
/* platform data for the PL061 GPIO driver */
struct pl061_platform_data {
/* number of the first GPIO */
unsigned gpio_base;
/* number of the first IRQ.
* If the IRQ functionality in not desired this must be set to 0.
*/
unsigned irq_base;
u8 directions; /* startup directions, 1: out, 0: in */
u8 values; /* startup values */
};
| .. | |||||
| bus.h | |||||
| clcd.h | |||||
| kmi.h | |||||
| mmci.h | |||||
| pl022.h | |||||
| pl061.h | |||||
| pl080.h | |||||
| pl08x.h | |||||
| pl093.h | |||||
| pl330.h | |||||
| serial.h | |||||
| sp810.h |