Home
last modified time | relevance | path

Searched refs:open_device (Results 1 – 11 of 11) sorted by relevance

/external/autotest/client/cros/
Ddevice_jail_utils.py108 def open_device(): function
137 with ConcurrentFunc(open_device, timeout_sec):
/external/ltp/testcases/kernel/input/
Dinput_helper.h25 int open_device(void);
Dinput04.c84 fd2 = open_device(); in setup()
Dinput02.c55 fd2 = open_device(); in main()
Dinput05.c91 fd2 = open_device(); in setup()
Dinput01.c85 fd2 = open_device(); in setup()
Dinput06.c92 fd2 = open_device(); in setup()
Dinput_helper.c72 int open_device(void) in open_device() function
/external/e2fsprogs/debugfs/
De2freefrag.c357 static void open_device(char *device_name, ext2_filsys *fs) in open_device() function
430 open_device(device_name, &fs); in do_freefrag()
/external/e2fsprogs/misc/
De2freefrag.c357 static void open_device(char *device_name, ext2_filsys *fs) in open_device() function
430 open_device(device_name, &fs); in do_freefrag()
/external/tensorflow/tensorflow/contrib/verbs/
Drdma.cc81 ibv_context* open_device(ibv_device* ibv_dev) { in open_device() function
404 : context_(open_device(set_device())), in RdmaAdapter()