HomeSort by relevance Sort by last modified time
    Searched defs:drv (Results 76 - 100 of 115) sorted by null

1 2 34 5

  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /prebuilts/ndk/9/platforms/android-15/arch-arm/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /prebuilts/ndk/9/platforms/android-16/arch-arm/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /prebuilts/ndk/9/platforms/android-17/arch-arm/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/mmc/
card.h 92 struct device_driver drv; member in struct:mmc_driver
  /external/mesa3d/src/egl/main/
eglapi.c 130 #define _EGL_CHECK_DISPLAY(disp, ret, drv) \
132 drv = _eglCheckDisplay(disp, __FUNCTION__); \
133 if (!drv) \
137 #define _EGL_CHECK_OBJECT(disp, type, obj, ret, drv) \
139 drv = _eglCheck ## type(disp, obj, __FUNCTION__); \
140 if (!drv) \
144 #define _EGL_CHECK_SURFACE(disp, surf, ret, drv) \
145 _EGL_CHECK_OBJECT(disp, Surface, surf, ret, drv)
147 #define _EGL_CHECK_CONTEXT(disp, context, ret, drv) \
148 _EGL_CHECK_OBJECT(disp, Context, context, ret, drv)
181 _EGLDriver *drv = _eglCheckDisplay(disp, msg); local
195 _EGLDriver *drv = _eglCheckDisplay(disp, msg); local
209 _EGLDriver *drv = _eglCheckDisplay(disp, msg); local
223 _EGLDriver *drv = _eglCheckDisplay(disp, msg); local
240 _EGLDriver *drv = _eglCheckDisplay(disp, msg); local
254 _EGLDriver *drv = _eglCheckDisplay(disp, msg); local
343 _EGLDriver *drv = disp->Driver; local
358 _EGLDriver *drv; local
373 _EGLDriver *drv; local
388 _EGLDriver *drv; local
405 _EGLDriver *drv; local
422 _EGLDriver *drv; local
449 _EGLDriver *drv; local
468 _EGLDriver *drv; local
510 _EGLDriver *drv; local
526 _EGLDriver *drv; local
547 _EGLDriver *drv; local
568 _EGLDriver *drv; local
586 _EGLDriver *drv; local
602 _EGLDriver *drv; local
617 _EGLDriver *drv; local
632 _EGLDriver *drv; local
647 _EGLDriver *drv; local
663 _EGLDriver *drv; local
688 _EGLDriver *drv; local
709 _EGLDriver *drv; local
726 _EGLDriver *drv; local
772 _EGLDriver *drv; local
980 _EGLDriver *drv; local
997 _EGLDriver *drv; local
1013 _EGLDriver *drv; local
1030 _EGLDriver *drv; local
1049 _EGLDriver *drv; local
1065 _EGLDriver *drv; local
1086 _EGLDriver *drv; local
1106 _EGLDriver *drv; local
1122 _EGLDriver *drv; local
1138 _EGLDriver *drv; local
1156 _EGLDriver *drv; local
1174 _EGLDriver *drv; local
1253 _EGLDriver *drv; local
1280 _EGLDriver *drv; local
1306 _EGLDriver *drv; local
1329 _EGLDriver *drv; local
1349 _EGLDriver *drv; local
1369 _EGLDriver *drv; local
1387 _EGLDriver *drv; local
1403 _EGLDriver *drv; local
1419 _EGLDriver *drv; local
1439 _EGLDriver *drv; local
1466 _EGLDriver *drv; local
1486 _EGLDriver *drv; local
1509 _EGLDriver *drv; local
1527 _EGLDriver *drv; local
1546 _EGLDriver *drv; local
1568 _EGLDriver *drv; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_hostap.c 58 static void handle_data(struct hostap_driver_data *drv, u8 *buf, size_t len,
82 wpa_supplicant_event(drv->hapd, EVENT_RX_FROM_UNKNOWN, &event);
109 drv_event_eapol_rx(drv->hapd, sa, pos, left);
119 static void handle_tx_callback(struct hostap_driver_data *drv, u8 *buf,
136 wpa_supplicant_event(drv->hapd, EVENT_TX_STATUS, &event);
140 static void handle_frame(struct hostap_driver_data *drv, u8 *buf, size_t len)
181 handle_tx_callback(drv, buf, data_len, ver == 2 ? 1 : 0);
193 wpa_supplicant_event(drv->hapd, EVENT_RX_MGMT, &event);
200 handle_data(drv, buf, data_len, stype);
211 struct hostap_driver_data *drv = eloop_ctx local
272 struct hostap_driver_data *drv = priv; local
289 struct hostap_driver_data *drv = priv; local
334 struct hostap_driver_data *drv = priv; local
354 struct hostap_driver_data *drv = priv; local
380 struct hostap_driver_data *drv = priv; local
404 struct hostap_driver_data *drv = priv; local
460 struct hostap_driver_data *drv = priv; local
493 struct hostap_driver_data *drv = priv; local
515 struct hostap_driver_data *drv = priv; local
543 struct hostap_drvier_data *drv = priv; local
552 struct hostap_driver_data *drv = priv; local
573 struct hostap_driver_data *drv = priv; local
586 struct hostap_driver_data *drv = priv; local
626 struct hostap_driver_data *drv = priv; local
659 struct hostap_driver_data *drv = priv; local
677 struct hostap_driver_data *drv = priv; local
693 struct hostap_driver_data *drv = priv; local
745 struct hostap_driver_data *drv = priv; local
766 struct hostap_driver_data *drv = priv; local
878 struct hostap_driver_data *drv = ctx; local
970 struct hostap_driver_data *drv; local
1012 struct hostap_driver_data *drv = priv; local
1035 struct hostap_driver_data *drv = priv; local
1062 struct hostap_driver_data *drv = priv; local
1083 struct hostap_driver_data *drv = priv; local
    [all...]

Completed in 1036 milliseconds

1 2 34 5