Home
last modified time | relevance | path

Searched refs:check_device (Results 1 – 8 of 8) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/android/ion/
Dion_test.sh35 check_device() function
47 check_device
/external/ltp/testcases/kernel/input/
Dinput_helper.c34 static int check_device(void);
205 if (check_device()) in create_device()
279 static int check_device(void) in check_device() function
/external/ltp/libs/libltpuinput/
Dtst_uinput.c96 static int check_device(void) in check_device() function
147 if (check_device()) in create_input_device()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtpu_merge_variables_with_execute.cc126 tf_device::LaunchOp execute_launch, bool check_device, in BuildVariableAccessInfo() argument
130 if (check_device && !device_attr) return infos; in BuildVariableAccessInfo()
156 if (check_device) { in BuildVariableAccessInfo()
487 bool check_device, bool check_same_region, in MergeForOneTPUExecute() argument
490 BuildVariableAccessInfo(execute_launch, check_device, check_same_region); in MergeForOneTPUExecute()
/external/igt-gpu-tools/overlay/kms/
Dkms-overlay.c162 static int check_device(int fd) in check_device() function
197 if (!check_device(fd)) { in i915_open()
/external/tensorflow/tensorflow/python/tpu/
Dtpu_embedding_v2.py1098 def check_device(path, device_string): function
1117 check_device(path, tensor.device)
1119 check_device(path, input_tensor.device)
/external/linux-kselftest/tools/testing/selftests/net/
Dnettest.c315 static int check_device(int sd, struct sock_args *args) in check_device() function
1232 rc = check_device(csd, args); in do_server()
/external/libiio/src/
Dlocal.c2038 static int check_device(void *d, const char *path) in check_device() function
2051 ret = foreach_in_dir(&exists, "/sys/bus/iio", true, check_device); in local_context_scan()