Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:create_device
(Results
1 - 16
of
16
) sorted by relevance
/third_party/ltp/testcases/kernel/input/
H
A
D
input_helper.h
29
void
create_device
(int fd);
H
A
D
input02.c
85
create_device
(fd);
in setup()
H
A
D
input05.c
89
create_device
(fd);
in setup()
H
A
D
input04.c
82
create_device
(fd);
in setup()
H
A
D
input01.c
83
create_device
(fd);
in setup()
H
A
D
input03.c
88
create_device
(fd);
in setup()
H
A
D
input06.c
90
create_device
(fd);
in setup()
H
A
D
input_helper.c
188
void
create_device
(int fd)
in create_device()
function
/third_party/mesa3d/src/gbm/main/
H
A
D
gbm_abi_check.c
182
struct gbm_device *(*
create_device
)(int fd, uint32_t gbm_backend_version);
member
407
CHECK_MEMBER_CURRENT(gbm_backend_v0, _abi0,
create_device
);
in main()
H
A
D
gbm_backend_abi.h
96
* in by the GBM loader to the backend's
create_device
function. The GBM
247
struct gbm_device *(*
create_device
)(int fd, uint32_t gbm_backend_version);
member
H
A
D
backend.c
101
struct gbm_device *dev = bd->backend->v0.
create_device
(fd, abi_ver);
in backend_create_device()
/third_party/mesa3d/src/microsoft/clc/
H
A
D
compute_test.cpp
194
ComputeTest::
create_device
(IDXGIAdapter1 *adapter)
in create_device()
function in ComputeTest
703
dev =
create_device
(adapter);
in SetUp()
H
A
D
compute_test.h
70
create_device
(IDXGIAdapter1 *adapter);
/third_party/mesa3d/src/gallium/drivers/d3d12/
H
A
D
d3d12_screen.cpp
848
create_device
(IUnknown *adapter)
in create_device()
function
1185
screen->dev =
create_device
(adapter);
in d3d12_init_screen()
/third_party/libinput/test/
H
A
D
litest.c
1633
bool
create_device
= true;
in litest_create()
local
1650
create_device
= dev->create(d);
in litest_create()
1661
if (
create_device
) {
in litest_create()
/third_party/mesa3d/src/gbm/backends/dri/
H
A
D
gbm_dri.c
1502
.v0.
create_device
= dri_device_create,
Completed in 17 milliseconds