Searched defs:print (Results 1 - 4 of 4) sorted by path

/hardware/broadcom/wlan/bcm4329/dhdutil/include/
H A Ddhdioctl.h90 uint print; /* Print counts every <print> attempts */ member in struct:dhd_pktgen
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Ddhdioctl.h94 uint print; /* Print counts every <print> attempts */ member in struct:dhd_pktgen
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
H A Dipc_wpa.c126 S32 IpcWpa_Command(THandle hIpcWpa, PS8 cmd, S32 print) argument
146 if (print)
157 S32 IpcWpa_CommandWithResp(THandle hIpcWpa, PS8 cmd, S32 print, PS8 pResp, PU32 pRespLen) argument
176 if (print)
/hardware/ti/wlan/wl1271/platforms/os/common/inc/
H A Dcli_cu_common.h73 #ifndef print
74 # define print(fmt, arg...) fprintf(stdout, fmt, ##arg) macro
111 print("%d - %s%s", arr[i].value, arr[i].name, (i>=SIZE_ARR(arr)-1) ? "\n" : ", " ); \

Completed in 100 milliseconds