Searched refs:TAU32_UserContext (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/dev/ce/ |
| D | tau32-ddk.h | 284 typedef struct tag_TAU32_UserContext TAU32_UserContext; typedef 287 typedef void(TAU32_CALLBACK_TYPE *TAU32_RequestCallback)(TAU32_UserContext *pContext, TAU32_UserReq… 288 typedef void(TAU32_CALLBACK_TYPE *TAU32_NotifyCallback)(TAU32_UserContext *pContext, int Item, unsi… 289 typedef void(TAU32_CALLBACK_TYPE *TAU32_FifoTrigger)(TAU32_UserContext *pContext, int Interface, un… 290 typedef void(TAU32_CALLBACK_TYPE *TAU32_FlatIoCallback)(TAU32_UserContext *pContext, TAU32_FlatIoCo… 467 void TAU32_DDK_DLL TAU32_CALL_TYPE TAU32_BeforeReset(TAU32_UserContext *pUserContext); 468 …BOOLEAN TAU32_DDK_DLL TAU32_CALL_TYPE TAU32_Initialize(TAU32_UserContext *pUserContext, BOOLEAN Cr…
|
| D | ceddk.h | 149 TAU32_UserContext ddk; 180 ce_error_callback(TAU32_UserContext *pContext, int Item, 183 ce_status_callback(TAU32_UserContext *pContext, int Item,
|
| D | ceddk.c | 212 (TAU32_UserContext *pContext, TAU32_UserRequest *req) in ce_on_receive() 273 (TAU32_UserContext *pContext, TAU32_UserRequest *req) in ce_on_transmit() 357 (TAU32_UserContext *pContext, TAU32_UserRequest *req) in ce_on_config() 369 (TAU32_UserContext *pContext, TAU32_UserRequest *req) in ce_on_config_stop() 668 void TAU32_CALLBACK_TYPE ce_error_callback (TAU32_UserContext *pContext, in ce_error_callback() 718 void TAU32_CALLBACK_TYPE ce_status_callback(TAU32_UserContext *pContext, in ce_status_callback()
|