Home
last modified time | relevance | path

Searched refs:wl (Results 1 – 7 of 7) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu_linux.c180 int wl_ioctl(void *wl, int cmd, void *buf, int len, bool set) in wl_ioctl() argument
182 return dhd_ioctl(wl, cmd, buf, len, set); /* Call actual wl_ioctl here: Shubhro */ in wl_ioctl()
279 wl_check(void *wl) in wl_check() argument
284 if (!dhd_check (wl)) in wl_check()
290 if ((ret = wl_get(wl, WLC_GET_MAGIC, &val, sizeof(int))) < 0) in wl_check()
294 if ((ret = wl_get(wl, WLC_GET_VERSION, &val, sizeof(int))) < 0) in wl_check()
344 ioctl_queryinformation_fe(void *wl, int cmd, void* input_buf, int *input_len) in ioctl_queryinformation_fe() argument
347 return dhd_ioctl(wl, cmd, input_buf, *input_len, FALSE); in ioctl_queryinformation_fe()
351 return rwl_queryinformation_fe(wl, cmd, input_buf, in ioctl_queryinformation_fe()
363 ioctl_setinformation_fe(void *wl, int cmd, void* buf, int *len) in ioctl_setinformation_fe() argument
[all …]
Ducode_download.c33 dload_generic_data(void *wl, uint16 dload_type, unsigned char *dload_buf, int len) in dload_generic_data() argument
52 err = wlu_iovar_setbuf(wl, "generic_dload", dload_buf, len, buf, in dload_generic_data()
60 dload_ucode_part(void *wl, uint8 ucode_type, uint32 datalen, unsigned char *org_buf) in dload_ucode_part() argument
71 err = wlu_iovar_getint(wl, "ucdload_chunk_len", in dload_ucode_part()
99 err = dload_generic_data(wl, DL_TYPE_UCODE, new_buf, size2alloc); in dload_ucode_part()
Ddhdu_common.h64 extern int wl_get(void *wl, int cmd, void *buf, int len);
65 extern int wl_set(void *wl, int cmd, void *buf, int len);
Ddhdu.c792 dhd_sd_mode(void *wl, cmd_t *cmd, char **argv) in dhd_sd_mode() argument
813 ret = dhd_var_setint(wl, cmd, argv); in dhd_sd_mode()
816 if ((ret = dhd_var_get(wl, cmd, argv))) { in dhd_sd_mode()
832 dhd_dma_mode(void *wl, cmd_t *cmd, char **argv) in dhd_dma_mode() argument
861 ret = dhd_var_setint(wl, cmd, argv); in dhd_dma_mode()
864 if ((ret = dhd_var_get(wl, cmd, argv))) { in dhd_dma_mode()
/hardware/intel/img/libdrm/
Daclocal.m4960 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
962 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
969 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
971 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
973 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
981 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
1809 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
1822 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2475 eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
2970 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
[all …]
Dconfigure7623 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
7947 …archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enabl…
7956 …/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-…
7965 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
7966 export_dynamic_flag_spec='${wl}-E'
7973 …archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image…
7974 …ag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$so…
7991wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_c…
7995wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_c…
8012wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_con…
[all …]
Dltmain.sh4102 single_module="${wl}-single_module"
4392 compiler_flags="$compiler_flags $wl$qarg"
4394 func_append compile_command " $wl$qarg"
4395 func_append finalize_command " $wl$qarg"
4591 single_module="${wl}-multi_module"
4711 arg="$arg $wl$func_quote_for_eval_result"
4727 arg="$arg $wl$func_quote_for_eval_result"
4728 compiler_flags="$compiler_flags $wl$func_quote_for_eval_result"
5931 compiler_flags="$compiler_flags ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}"
6271 …xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_cu…
[all …]