Home
last modified time | relevance | path

Searched refs:UNUSED_PARAMETER (Results 1 – 3 of 3) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu.c434 UNUSED_PARAMETER(dhd); in dhd_list()
435 UNUSED_PARAMETER(garb); in dhd_list()
436 UNUSED_PARAMETER(argv); in dhd_list()
599 UNUSED_PARAMETER(dhd); in dhd_pktgen()
600 UNUSED_PARAMETER(cmd); in dhd_pktgen()
891 UNUSED_PARAMETER(cmd); in dhd_sdreg()
1224 UNUSED_PARAMETER(cmd); in dhd_sprom()
1456 UNUSED_PARAMETER(cmd); in dhd_vars()
1561 UNUSED_PARAMETER(cmd); in dhd_load_file_bytes()
1729 UNUSED_PARAMETER(cmd); in dhd_download()
[all …]
Ddhdu_linux.c452 UNUSED_PARAMETER(argc); in main()
647 UNUSED_PARAMETER(wl); in rwl_shell_createproc()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dtypedefs.h328 #define UNUSED_PARAMETER(x) (void)(x) macro