Home
last modified time | relevance | path

Searched refs:func (Results 1 – 25 of 31) sorted by relevance

12

/TwlSDK-5.5/build/libraries/mi/common/src/
Dmi_card.c85 MIDmaCallback func = mii_card_param.dma_callback;
87 if (func)
88 (*func) (arg);
/TwlSDK-5.5/build/libraries/os/common/src/
Dos_interrupt.c103 info->func = (void (*)(void *))function; in OS_SetIrqFunction()
128 info->func = (void (*)(void *))function; in OS_SetIrqFunctionEx()
160 return (void (*)(void))OSi_IrqCallbackInfo[i - REG_OS_IE_D0_SHIFT].func; in OS_GetIrqFunction()
167 OSi_IRQCALLBACK_NO_NDMA0].func; in OS_GetIrqFunction()
174 OSi_IRQCALLBACK_NO_TIMER0].func; in OS_GetIrqFunction()
179 return (void (*)(void))OSi_IrqCallbackInfo[OSi_IRQCALLBACK_NO_VBLANK].func; in OS_GetIrqFunction()
228 OSi_IrqCallbackInfo[dmaNo].func = callback; in OSi_EnterDmaCallback()
254 OSi_IrqCallbackInfo[dmaNo + OSi_IRQCALLBACK_NO_NDMA0].func = callback; in OSi_EnterNDmaCallback_ltdmain()
284 OSi_IrqCallbackInfo[timerNo + OSi_IRQCALLBACK_NO_TIMER0].func = callback; in OSi_EnterTimerCallback()
Dos_irqTable.c264 void (*callback) (void *) = OSi_IrqCallbackInfo[index].func; in OSi_IrqCallback()
267 OSi_IrqCallbackInfo[index].func = NULL; in OSi_IrqCallback()
368 (void (*)(void))OSi_IrqCallbackInfo[OSi_IRQCALLBACK_NO_VBLANK].func; in OSi_IrqVBlank()
/TwlSDK-5.5/build/demos.TWL/mp_shared/wh/
Dwh.h157 void WH_SetDebugOutput(void (*func) (const char *, ...));
173 extern void WH_SetParentWEPKeyGenerator(WHParentWEPKeyGeneratorFunc func);
189 extern void WH_SetChildWEPKeyGenerator(WHChildWEPKeyGeneratorFunc func);
427 extern void WH_SetJudgeAcceptFunc(WHJudgeAcceptFunc func);
Dwh.c374 static WMErrCode WHi_MeasureChannel(WMCallbackFunc func, u16 channel);
2382 void WH_SetDebugOutput(void (*func) (const char *, ...)) in WH_SetDebugOutput()
2385 wh_trace = func; in WH_SetDebugOutput()
2672 static WMErrCode WHi_MeasureChannel(WMCallbackFunc func, u16 channel) in WHi_MeasureChannel() argument
2682 return WM_MeasureChannel(func, /* Callback settings */ in WHi_MeasureChannel()
3124 void WH_SetJudgeAcceptFunc(WHJudgeAcceptFunc func) in WH_SetJudgeAcceptFunc() argument
3126 sJudgeAcceptFunc = func; in WH_SetJudgeAcceptFunc()
3421 void WH_SetParentWEPKeyGenerator(WHParentWEPKeyGeneratorFunc func) in WH_SetParentWEPKeyGenerator() argument
3423 sParentWEPKeyGenerator = func; in WH_SetParentWEPKeyGenerator()
3440 void WH_SetChildWEPKeyGenerator(WHChildWEPKeyGeneratorFunc func) in WH_SetChildWEPKeyGenerator() argument
[all …]
/TwlSDK-5.5/build/demos/wireless_shared/wh/
Dwh.h157 void WH_SetDebugOutput(void (*func) (const char *, ...));
173 extern void WH_SetParentWEPKeyGenerator(WHParentWEPKeyGeneratorFunc func);
189 extern void WH_SetChildWEPKeyGenerator(WHChildWEPKeyGeneratorFunc func);
438 extern void WH_SetJudgeAcceptFunc(WHJudgeAcceptFunc func);
Dwh.c435 static WMErrCode WHi_MeasureChannel(WMCallbackFunc func, u16 channel);
2516 void WH_SetDebugOutput(void (*func) (const char *, ...)) in WH_SetDebugOutput()
2519 wh_trace = func; in WH_SetDebugOutput()
2806 static WMErrCode WHi_MeasureChannel(WMCallbackFunc func, u16 channel) in WHi_MeasureChannel() argument
2816 return WM_MeasureChannel(func, /* Callback settings */ in WHi_MeasureChannel()
3259 void WH_SetJudgeAcceptFunc(WHJudgeAcceptFunc func) in WH_SetJudgeAcceptFunc() argument
3261 sJudgeAcceptFunc = func; in WH_SetJudgeAcceptFunc()
3565 void WH_SetParentWEPKeyGenerator(WHParentWEPKeyGeneratorFunc func) in WH_SetParentWEPKeyGenerator() argument
3567 sParentWEPKeyGenerator = func; in WH_SetParentWEPKeyGenerator()
3584 void WH_SetChildWEPKeyGenerator(WHChildWEPKeyGeneratorFunc func) in WH_SetChildWEPKeyGenerator() argument
[all …]
/TwlSDK-5.5/build/libraries/snd/common/src/
Dsnd_alarm.c31 void (*func) (void *); member
77 info->func = NULL; in SND_AlarmInit()
230 info->func = handler; in SNDi_SetAlarmHandler()
249 if (info->func != NULL) in SNDi_CallAlarmHandler()
251 info->func(info->arg); in SNDi_CallAlarmHandler()
/TwlSDK-5.5/build/tools/makelcf/test/
Dsimple.lcf8 OBJS=[OBJECT(func,*)]
17 OBJS=*.o *.axxx OBJECT(func,*) bin/ARM9-TEG/Release/*.o d:/Program Files/bin/ARM9-TEG/Release/*.o A…
31 OBJS=h[] t[OBJECT(func,*)] r[OBJECT(func,*)] e[]
Dsimple2.lcf8 OBJS=[OBJECT(func,*)]
17 OBJS=*.o *.axxx OBJECT(func,*) bin/ARM9-TEG/Release/*.o d:/Program Files/bin/ARM9-TEG/Release/*.o A…
31 OBJS=h[] t[OBJECT(func,*)] r[OBJECT(func,*)] e[]
118 …OBJS=*.o,*.axxx,OBJECT(func,*),bin/ARM9-TEG/Release/*.o,d:/Program Files/bin/ARM9-TEG/Release/*.o,…
Dsimple1.lcf8 OBJS=[OBJECT(func,*)]
17 OBJS=*.o *.axxx OBJECT(func,*) bin/ARM9-TEG/Release/*.o d:/Program Files/bin/ARM9-TEG/Release/*.o A…
31 OBJS=h[] t[OBJECT(func,*)] r[OBJECT(func,*)] e[]
Dsimple.lsf8 Object OBJECT(func,*) (.text)
/TwlSDK-5.5/build/tools/makelcf.TWL/test/
Dsimple.lcf8 OBJS=[OBJECT(func,*)]
17 OBJS=*.o *.axxx OBJECT(func,*) bin/ARM9-TEG/Release/*.o d:/Program Files/bin/ARM9-TEG/Release/*.o A…
31 OBJS=h[] t[OBJECT(func,*)] r[OBJECT(func,*)] e[]
Dsimple1.lcf8 OBJS=[OBJECT(func,*)]
17 OBJS=*.o *.axxx OBJECT(func,*) bin/ARM9-TEG/Release/*.o d:/Program Files/bin/ARM9-TEG/Release/*.o A…
31 OBJS=h[] t[OBJECT(func,*)] r[OBJECT(func,*)] e[]
Dsimple2.lcf8 OBJS=[OBJECT(func,*)]
17 OBJS=*.o *.axxx OBJECT(func,*) bin/ARM9-TEG/Release/*.o d:/Program Files/bin/ARM9-TEG/Release/*.o A…
31 OBJS=h[] t[OBJECT(func,*)] r[OBJECT(func,*)] e[]
Dsimple.lsf8 Object OBJECT(func,*) (.text)
/TwlSDK-5.5/build/libraries/ctrdg/ARM9/src/
Dctrdg_vib.c57 void VIB_SetCartridgePulloutCallback(VIBCartridgePulloutCallback func);
254 void VIB_SetCartridgePulloutCallback(VIBCartridgePulloutCallback func) in VIB_SetCartridgePulloutCallback() argument
257 pulse_vib.cartridge_pullout_callback = func; in VIB_SetCartridgePulloutCallback()
/TwlSDK-5.5/build/libraries/mb/common/src/
Dmb_common.c114 void MBi_DebugPrint(const char *file, int line, const char *func, const char *fmt, ...) in MBi_DebugPrint() argument
118 OS_TPrintf("func: %s [%s:%d]:\n", func, file, line); in MBi_DebugPrint()
/TwlSDK-5.5/include/nitro/vib/
Dvib_system.h162 extern void VIB_SetCartridgePulloutCallback(VIBCartridgePulloutCallback func);
/TwlSDK-5.5/build/libraries/mb/common/include/
Dmb_common.h139 void MBi_DebugPrint(const char *file, int line, const char *func, const char *fmt, ...);
/TwlSDK-5.5/include/nitro/os/common/
Dprintf.h210 void OS_SetFPutStringHook( OSFPutStringHookType func );
212 #define OS_SetFPutStringHook( func ) ((void)0) argument
Dinterrupt.h128 void (*func) (void *); member
/TwlSDK-5.5/build/libraries/card/common/src/
Dcard_spi.c71 static void CARDi_CommArray(const void *src, void *dst, u32 n, void (*func) (CARDiParam *));
307 void CARDi_CommArray(const void *src, void *dst, u32 len, void (*func) (CARDiParam *)) in CARDi_CommArray()
344 (*func) (p); in CARDi_CommArray()
/TwlSDK-5.5/include/nitro/wxc/
Ddriver.h163 void WXC_InitDriver(WXCDriverWork * driver, WMParentParam *pp, WXCDriverEventFunc func, u32 dma);
/TwlSDK-5.5/include/twl/os/common/
Dinterrupt.h182 void (*func) (void *); member

12