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:new_req
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/freedreno/drm/msm/
H
A
D
msm_device.c
73
struct drm_msm_gem_new
new_req
= {
in msm_device_new()
local
83
&
new_req
, sizeof(
new_req
))) {
in msm_device_new()
85
.handle =
new_req
.handle,
in msm_device_new()
/third_party/NuttX/drivers/usbdev/gadget/
H
A
D
composite.c
455
int
new_req
= 0;
in usb_composite_setup()
local
500
new_req
= 1;
in usb_composite_setup()
511
new_req
= 1;
in usb_composite_setup()
521
new_req
= 1;
in usb_composite_setup()
531
new_req
= 1;
in usb_composite_setup()
561
new_req
= 1;
in usb_composite_setup()
573
new_req
= 1;
in usb_composite_setup()
583
new_req
= 1;
in usb_composite_setup()
624
if (
new_req
)
in usb_composite_setup()
H
A
D
f_hid.c
641
int
new_req
= 0;
in usbclass_hid_setup()
local
676
new_req
= 1;
in usbclass_hid_setup()
692
new_req
= 1;
in usbclass_hid_setup()
705
new_req
= 1;
in usbclass_hid_setup()
712
new_req
= 1;
in usbclass_hid_setup()
725
new_req
= 1;
in usbclass_hid_setup()
734
if (
new_req
)
in usbclass_hid_setup()
H
A
D
f_uac.c
558
uint8_t
new_req
= 0;
in audio_set_endpoint_req()
local
566
new_req
++;
in audio_set_endpoint_req()
574
if (
new_req
)
in audio_set_endpoint_req()
585
uint8_t
new_req
= 0;
in audio_get_endpoint_req()
local
598
new_req
++;
in audio_get_endpoint_req()
608
if (
new_req
)
in audio_get_endpoint_req()
H
A
D
f_uvc.c
2582
uint8_t
new_req
= 0;
in usbclass_uvc_setup()
local
2658
new_req
++;
in usbclass_uvc_setup()
2664
new_req
++;
in usbclass_uvc_setup()
2673
if (
new_req
)
in usbclass_uvc_setup()
/third_party/musl/src/misc/
H
A
D
ioctl.c
19
int
new_req
, old_req;
member
138
if (compat_map[i].
new_req
!= req) continue;
in ioctl()
Completed in 9 milliseconds