Searched refs:open_device (Results 1 – 11 of 11) sorted by relevance
/third_party/cups/ |
D | cups-direct-usb.patch | 11 if ((device_fd = open_device(uri, &use_bc)) == -1) 14 @@ -331,12 +334,7 @@ open_device(const char *uri, /* I - Dev
|
D | cups-usb-paperout.patch | 16 @@ -334,7 +339,19 @@ open_device(const char *uri, /* I - Dev 37 @@ -400,7 +417,14 @@ open_device(const char *uri, /* I - Dev
|
D | cups-uri-compat.patch | 47 - if ((device_fd = open_device(uri, &use_bc)) == -1) 48 + if ((device_fd = open_device(fixed_uri, &use_bc)) == -1)
|
/third_party/ltp/testcases/kernel/input/ |
D | input_helper.h | 25 int open_device(void);
|
D | input04.c | 84 fd2 = open_device(); in setup()
|
D | input05.c | 91 fd2 = open_device(); in setup()
|
D | input02.c | 55 fd2 = open_device(); in main()
|
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
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.1.0.rst | 565 - panfrost: Ensure open_device has pandecode initialized
|