Searched refs:open_device (Results 1 – 14 of 14) sorted by relevance
/external/libcups/backend/ |
D | usb-unix.c | 24 static int open_device(const char *uri, int *use_bc); 91 if ((device_fd = open_device(uri, &use_bc)) == -1) in print_device() 298 open_device(const char *uri, /* I - Device URI */ in open_device() function
|
D | usb-libusb.c | 141 static int open_device(usb_printer_t *printer, int verbose); 941 if (!open_device(&printer, data != NULL)) in find_device() 1390 open_device(usb_printer_t *printer, /* I - Printer */ in open_device() function
|
/external/ltp/testcases/kernel/input/ |
D | input_helper.h | 25 int open_device(void);
|
D | input04.c | 84 fd2 = open_device(); in setup()
|
D | input02.c | 55 fd2 = open_device(); in main()
|
D | input05.c | 91 fd2 = open_device(); in setup()
|
D | input01.c | 85 fd2 = open_device(); in setup()
|
D | input06.c | 92 fd2 = open_device(); in setup()
|
D | input_helper.c | 72 int open_device(void) in open_device() function
|
/external/igt-gpu-tools/lib/ |
D | drmtest.c | 210 static int open_device(const char *name, unsigned int chipset) in open_device() function 261 fd = open_device(name, chipset); in __search_and_open()
|
/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/ |
D | rendernode.rs | 91 pub fn open_device(undesired: &[&str]) -> RutabagaResult<File> { in open_device() function
|
D | minigbm.rs | 52 let fd = rendernode::open_device(undesired)?; in init()
|
/external/e2fsprogs/misc/ |
D | e2freefrag.c | 363 static void open_device(char *device_name, ext2_filsys *fs) in open_device() function 436 open_device(device_name, &fs); in do_freefrag()
|
/external/e2fsprogs/debugfs/ |
D | e2freefrag.c | 363 static void open_device(char *device_name, ext2_filsys *fs) in open_device() function 436 open_device(device_name, &fs); in do_freefrag()
|