Home
last modified time | relevance | path

Searched defs:func (Results 1 – 25 of 28) sorted by relevance

12

/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
Dtnetw_sdio.c48 void SDIO_SetFunc( struct sdio_func *func ) in SDIO_SetFunc()
91 struct sdio_func *func = (struct sdio_func *)Handle; in SDIO_Start() local
108 struct sdio_func *func = (struct sdio_func *)Handle; in SDIO_Reset() local
143 struct sdio_func *func = (struct sdio_func *)Handle; in SDIO_SyncRead() local
172 struct sdio_func *func = (struct sdio_func *)Handle; in SDIO_SyncWrite() local
Dchip_stat.c103 struct sdio_func *func; in export_wifi_chip_id() local
Dmmc_tnetw1150_api.c369 struct sdio_func *func = (struct sdio_func *) sdioHandle; in config_partition() local
506 struct sdio_func *func = (struct sdio_func *) sdioHandle; in SDIO_TNETW_Set_ELP_Reg() local
533 struct sdio_func *func = (struct sdio_func *) sdioHandle; in SDIO_TNETW_Get_ELP_Reg() local
Desta_drv.c1850 static void tiwlan_sdio_irq(struct sdio_func *func) in tiwlan_sdio_irq()
1863 int tiwlan_sdio_init(struct sdio_func *func) in tiwlan_sdio_init()
1878 static int tiwlan_sdio_probe(struct sdio_func *func, const struct sdio_device_id *id) in tiwlan_sdio_probe()
1925 static void tiwlan_sdio_remove(struct sdio_func *func) in tiwlan_sdio_remove()
/system/wlan/ti/lib/
Dshlist.c17 SHLIST *shListFindItem( SHLIST *head, void *val, shListEqual func ) in shListFindItem()
78 void shListDelItem( SHLIST *head, SHLIST *item, shListFree func ) in shListDelItem()
131 shListCmp func ) in shListInsBeforeItem()
156 void shListDelAllItems( SHLIST *head, shListFree func ) in shListDelAllItems()
167 void shListPrintAllItems( SHLIST *head, shListPrint func ) in shListPrintAllItems()
/system/core/netcfg/
Dnetcfg.c93 void *func; member
107 int (*func)(char *a0) = _func; in call_func() local
111 int (*func)(char *a0, char *a1) = _func; in call_func() local
115 int (*func)(char *a0, char *a1, char *a2) = _func; in call_func() local
/system/core/init/
Dkeywords.h32 #define KEYWORD(symbol, flags, nargs, func) K_##symbol, argument
Dinit_parser.c55 #define KEYWORD(symbol, flags, nargs, func) \ argument
60 int (*func)(int nargs, char **args); member
646 int (*func)(int nargs, char **args); in parse_line_action() local
Dinit.h31 int (*func)(int nargs, char **args); member
/system/core/toolbox/
Dtoolbox.c25 int (*func)(int, char**); member
/system/core/sh/
Dexec.h50 union node *func; member
Dvar.h57 void (*func)(const char *); member
Dexec.c912 defun(char *name, union node *func) in defun()
Dvar.c81 void (*func)(const char *); member
/system/core/adb/
Dfdevent.h76 fd_func func; member
Dfdevent.c397 fdevent *fdevent_create(int fd, fd_func func, void *arg) in fdevent_create()
415 void fdevent_install(fdevent *fde, int fd, fd_func func, void *arg) in fdevent_install()
Dtransport_local.c191 void* (*func)(void *); in local_init() local
Dservices.c41 void (*func)(int fd, void *cookie); member
Dsysdeps.h68 static __inline__ int adb_thread_create( adb_thread_t *thread, adb_thread_func_t func, void* ar… in adb_thread_create()
201 fd_func func; member
/system/wlan/ti/wilink_6_1/platforms/hw/linux/
DSdioAdapter.c71 static int sdio_wifi_probe(struct sdio_func *func, in sdio_wifi_probe()
104 static void sdio_wifi_remove(struct sdio_func *func) in sdio_wifi_remove()
/system/extras/tests/bionic/libc/common/
Dtest_pthread_mutex.c47 panic(const char* func, const char* format, ...) in panic()
61 error(int errcode, const char* func, const char* format, ...) in error()
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/FwEvent/
DFwEvent.c83 TI_STATUS (*func) (TI_HANDLE hclient); member
/system/core/libpixelflinger/
Dpixelflinger.cpp549 static void ggl_alphaFuncx(void* con, GGLenum func, GGLclampx ref) in ggl_alphaFuncx()
565 static void ggl_depthFunc(void* con, GGLenum func) in ggl_depthFunc()
/system/core/fastboot/
Dengine.c76 int (*func)(Action *a, int status, char *resp); member
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/
DTNETWIF.c91 #define TNETWIF_TRACE(hOs,func,module,data) \ argument
141 #define TNETWIF_TRACE(hOs,func,module_id,data) argument

12