HomeSort by relevance Sort by last modified time
    Searched refs:drv (Results 201 - 225 of 254) sorted by null

1 2 3 4 5 6 7 891011

  /prebuilts/ndk/r11/platforms/android-16/arch-x86/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
95 struct device * driver_find_device(struct device_driver *drv,
  /prebuilts/ndk/r11/platforms/android-17/arch-arm/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
95 struct device * driver_find_device(struct device_driver *drv,
  /prebuilts/ndk/r11/platforms/android-17/arch-mips/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
95 struct device * driver_find_device(struct device_driver *drv,
  /prebuilts/ndk/r11/platforms/android-17/arch-x86/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
95 struct device * driver_find_device(struct device_driver *drv,
  /prebuilts/ndk/r11/platforms/android-18/arch-arm/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
95 struct device * driver_find_device(struct device_driver *drv,
  /prebuilts/ndk/r11/platforms/android-18/arch-mips/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
95 struct device * driver_find_device(struct device_driver *drv,
  /prebuilts/ndk/r11/platforms/android-18/arch-x86/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
95 struct device * driver_find_device(struct device_driver *drv,
  /prebuilts/ndk/r11/platforms/android-19/arch-arm/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
95 struct device * driver_find_device(struct device_driver *drv,
  /prebuilts/ndk/r11/platforms/android-19/arch-mips/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
95 struct device * driver_find_device(struct device_driver *drv,
  /prebuilts/ndk/r11/platforms/android-19/arch-x86/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
95 struct device * driver_find_device(struct device_driver *drv,
  /prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
95 struct device * driver_find_device(struct device_driver *drv,
  /prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
95 struct device * driver_find_device(struct device_driver *drv,
  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
95 struct device * driver_find_device(struct device_driver *drv,
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
95 struct device * driver_find_device(struct device_driver *drv,
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
95 struct device * driver_find_device(struct device_driver *drv,
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
95 struct device * driver_find_device(struct device_driver *drv,
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/linux/
device.h 48 int (*match)(struct device * dev, struct device_driver * drv);
95 struct device * driver_find_device(struct device_driver *drv,
  /frameworks/rs/driver/
rsdGL.cpp 149 RsdHal *dc = (RsdHal *)rsc->mHal.drv;
225 RsdHal *dc = (RsdHal *)rsc->mHal.drv;
426 RsdHal *dc = (RsdHal *)rsc->mHal.drv;
468 RsdHal *dc = (RsdHal *)rsc->mHal.drv;
487 RsdHal *dc = (RsdHal *)rsc->mHal.drv;
  /external/mesa3d/src/egl/main/
egldisplay.h 190 _eglReleaseDisplayResources(_EGLDriver *drv, _EGLDisplay *dpy);
eglcontext.c 544 _eglQueryContext(_EGLDriver *drv, _EGLDisplay *dpy, _EGLContext *c,
547 (void) drv;
  /frameworks/rs/
rsElement.h 42 mutable void *drv; member in struct:android::renderscript::Element::Hal
rsSampler.cpp 112 ALOGE("pointer for sampler.drv: %p", &s->mHal.drv);
rsType.h 41 mutable void *drv; member in struct:android::renderscript::Type::Hal
rsMesh.cpp 25 mHal.drv = nullptr;
41 mHal.drv = nullptr;
  /external/curl/tests/
pathhelp.pm 630 my ($drv, $rel_path) = @_;
635 my $cur_dir_on_drv = `cmd "/c;" echo %=$drv:%`;
637 warn "Can't determine Win32 current directory on drive $drv:.\n";
645 $res = ucfirst($drv) . ':/';

Completed in 738 milliseconds

1 2 3 4 5 6 7 891011