HomeSort by relevance Sort by last modified time
    Searched defs:get_direction (Results 1 - 8 of 8) sorted by null

  /external/tcpdump/
print-usb.c 40 get_direction(int transfer_type, int event_type) function
121 direction = get_direction(uh->transfer_type, uh->event_type);
  /device/linaro/bootloader/arm-trusted-firmware/include/drivers/
gpio.h 21 int (*get_direction)(int gpio); member in struct:gpio_ops
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/gpio/
rk3399_gpio.c 259 static int get_direction(int gpio) function
406 .get_direction = get_direction,
  /external/u-boot/drivers/gpio/
tegra_gpio.c 78 static int get_direction(unsigned gpio) function
88 debug("get_direction: port = %d, bit = %d, %s\n",
177 if (get_direction(gpio) == DIRECTION_INPUT)
229 else if (get_direction(gpio))
  /external/autotest/client/site_tests/firmware_TouchMTB/
validators.py 222 def get_direction(self, variation): member in class:BaseValidator
    [all...]
  /external/skia/src/gpu/ops/
GrAAConvexPathRenderer.cpp 221 static inline bool get_direction(const SkPath& path, const SkMatrix& m, function
285 // get_direction can fail for some degenerate paths.
286 if (!get_direction(path, m, &dir)) {
  /external/skqp/src/gpu/ops/
GrAAConvexPathRenderer.cpp 222 static inline bool get_direction(const SkPath& path, const SkMatrix& m, function
286 // get_direction can fail for some degenerate paths.
287 if (!get_direction(path, m, &dir)) {
  /external/v8/src/debug/
liveedit.cc 94 Direction dir = get_direction(pos1, pos2);
195 Direction get_direction(int i1, int i2) { function in class:v8::internal::__anon48439::Differencer
    [all...]

Completed in 473 milliseconds