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:DeviceId
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/serial/
H
A
D
io_usbvend.h
221
#define MAKE_USB_PRODUCT_ID(OemId,
DeviceId
) \
222
((__u16) (((OemId) << 10) || (
DeviceId
)))
/kernel/linux/linux-6.6/drivers/usb/serial/
H
A
D
io_usbvend.h
221
#define MAKE_USB_PRODUCT_ID(OemId,
DeviceId
) \
222
((__u16) (((OemId) << 10) || (
DeviceId
)))
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
smb2pdu.h
389
__le32
DeviceId
;
member
H
A
D
readdir.c
266
le32_to_cpu(info->
DeviceId
),
in cifs_posix_to_fattr()
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
smb2pdu.h
391
__le32
DeviceId
;
member
H
A
D
smb2pdu.c
3733
posix_info->
DeviceId
= cpu_to_le32(ksmbd_kstat->kstat->rdev);
in smb2_populate_readdir_entry()
4872
file_info->
DeviceId
= cpu_to_le32(inode->i_rdev);
in find_file_posix_info()
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
smb2pdu.h
1783
__le32
DeviceId
;
member
1807
__le32
DeviceId
;
member
H
A
D
readdir.c
273
le32_to_cpu(info->
DeviceId
),
in cifs_posix_to_fattr()
/kernel/linux/linux-6.6/fs/smb/common/
H
A
D
smb2pdu.h
1682
__le32
DeviceId
;
member
Completed in 27 milliseconds