HomeSort by relevance Sort by last modified time
    Searched refs:hw (Results 251 - 275 of 742) sorted by null

<<11121314151617181920>>

  /external/syslinux/gpxe/src/net/80211/
net80211.c 798 * @v hw 802.11 hardware information
805 struct net80211_hw_info *hw )
808 dev->hw = malloc ( sizeof ( *hw ) );
809 if ( ! dev->hw )
812 memcpy ( dev->hw, hw, sizeof ( *hw ) );
813 memcpy ( dev->netdev->hw_addr, hw->hwaddr, ETH_ALEN );
816 memcpy ( dev->channels, dev->hw->channels
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_context.c 100 rmesa->hw.zbs.dirty = 1;
101 radeon->hw.is_dirty = 1;
213 rmesa->radeon.hw.all_dirty = GL_TRUE;
356 fprintf(stderr, "Disabling HW TCL support\n");
radeon_maos_verts.c 317 GLuint vtx = (rmesa->hw.tcl.cmd[TCL_OUTPUT_VTXFMT] &
368 if (vtx != rmesa->hw.tcl.cmd[TCL_OUTPUT_VTXFMT]) {
370 rmesa->hw.tcl.cmd[TCL_OUTPUT_VTXFMT] = vtx;
  /device/google/contexthub/sensorhal/
Android.mk 60 LOCAL_MODULE_RELATIVE_PATH := hw
103 LOCAL_MODULE_RELATIVE_PATH := hw
  /external/curl/
MacOSX-Framework 91 make -j `sysctl -n hw.logicalcpu_max`
120 make -j `sysctl -n hw.logicalcpu_max`
  /external/iproute2/tc/
q_mqprio.c 29 fprintf(stderr, "[hw 1|0]\n");
86 } else if (strcmp(*argv, "hw") == 0) {
88 if (get_u8(&opt.hw, *argv, 10)) {
89 fprintf(stderr, "Illegal \"hw\"\n");
  /external/libvncserver/libvncserver/
hextile.c 206 int hw,hh,vw,vh; \
242 hw = hx-x+1; \
250 if ((hw*hh) > (vw*vh)) { \
251 thew = hw; \
  /hardware/intel/img/hwcomposer/moorefield_hdmi/
Android.mk 20 # hw/<OVERLAY_HARDWARE_MODULE_ID>.<ro.product.board>.so
26 LOCAL_MODULE_RELATIVE_PATH := hw
  /hardware/libhardware_legacy/audio/
A2dpAudioInterface.h 36 A2dpAudioInterface(AudioHardwareInterface* hw);
  /device/asus/fugu/self-extractors/
files-by-owner.sh 71 if test $file = system/lib/hw/gps.msm8974.so -o $file = system/lib/libgps.utils.so -o $file = system/lib/libloc_adapter.so -o $file = system/lib/libloc_eng.so
  /device/generic/goldfish/camera/jpeg-stub/
Android.mk 27 jpeg_module_relative_path := hw
  /device/google/contexthub/lefty/
Android.mk 28 LOCAL_MODULE_RELATIVE_PATH := hw
  /device/google/dragon/self-extractors/
files-by-owner.sh 65 if test $file = system/lib/hw/gps.msm8974.so -o $file = system/lib/libgps.utils.so -o $file = system/lib/libloc_adapter.so -o $file = system/lib/libloc_eng.so
  /device/google/marlin/power/
Android.mk 20 LOCAL_MODULE_RELATIVE_PATH := hw
  /device/google/wahoo/power/
Android.mk 19 LOCAL_MODULE_RELATIVE_PATH := hw
  /device/huawei/angler/camera/QCamera2/
Android.mk 81 LOCAL_MODULE_RELATIVE_PATH := hw
  /device/lge/bullhead/camera/QCamera2/
Android.mk 81 LOCAL_MODULE_RELATIVE_PATH := hw
  /device/linaro/hikey/audio/
Android.mk 26 LOCAL_MODULE_RELATIVE_PATH := hw
  /external/drm_hwcomposer/
Android.mk 87 LOCAL_MODULE_RELATIVE_PATH := hw
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_clear.c 115 rt_format = nv30_format(pipe->screen, ps->format)->hw;
175 rt_format = nv30_format(pipe->screen, ps->format)->hw;
  /external/swiftshader/third_party/LLVM/utils/release/
test-release.sh 122 NumJobs=`sysctl -n hw.activecpu 2> /dev/null || true`
125 NumJobs=`sysctl -n hw.ncpu 2> /dev/null || true`
  /external/syslinux/gpxe/src/drivers/net/ath5k/
ath5k_attach.c 101 * ath5k_hw_attach - Check if hw is supported and init the needed structs
105 * @hw: Returned newly allocated hardware structure, on success
113 struct ath5k_hw **hw)
131 * HW information
322 *hw = ah;
  /external/syslinux/gpxe/src/include/gpxe/
net80211.h 801 struct net80211_hw_info *hw; member in struct:net80211_device
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
op_classes.c 218 mode = get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes, op_class->mode);
  /hardware/interfaces/wifi/1.1/default/
Android.mk 18 LOCAL_MODULE_RELATIVE_PATH := hw

Completed in 1556 milliseconds

<<11121314151617181920>>