Searched refs:func1 (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/staging/cxt1e1/ |
D | pmcc4_drv.c | 609 c4_init (ci_t * ci, u_char *func0, u_char *func1) in c4_init() argument 622 ci->eeprombase = (u_int32_t *) (func1 + EEPROM_OFFSET); in c4_init() 623 ci->cpldbase = (c4cpld_t *) ((u_int32_t *) (func1 + ISPLD_OFFSET)); in c4_init() 641 pi->cometbase = (comet_t *) ((u_int32_t *) (func1 + COMET_OFFSET (portnum))); in c4_init()
|
/linux-2.6.39/Documentation/ |
D | rt-mutex-design.txt | 239 L1, L2, and L3, and four separate functions func1, func2, func3 and func4. 243 void func1(void) 284 Processes A, B, C, and D which run functions func1, func2, func3 and func4
|