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:b_vendor_code
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/gadget/
H
A
D
configfs.c
53
char
b_vendor_code
;
member
1033
u8
b_vendor_code
;
in webusb_bVendorCode_store()
local
1035
ret = kstrtou8(page, 0, &
b_vendor_code
);
in webusb_bVendorCode_store()
1040
gi->b_webusb_vendor_code =
b_vendor_code
;
in webusb_bVendorCode_store()
1142
os_desc_item_to_gadget_info(item)->
b_vendor_code
);
in os_desc_b_vendor_code_show()
1150
u8
b_vendor_code
;
in os_desc_b_vendor_code_store()
local
1152
ret = kstrtou8(page, 0, &
b_vendor_code
);
in os_desc_b_vendor_code_store()
1157
gi->
b_vendor_code
=
b_vendor_code
;
in os_desc_b_vendor_code_store()
1197
CONFIGFS_ATTR(os_desc_,
b_vendor_code
);
[all...]
H
A
D
composite.c
1329
b->bMS_VendorCode = cdev->
b_vendor_code
;
in get_string()
2099
ctrl->bRequest == cdev->
b_vendor_code
) {
in composite_setup()
/kernel/linux/linux-5.10/drivers/usb/gadget/
H
A
D
configfs.c
50
char
b_vendor_code
;
member
819
os_desc_item_to_gadget_info(item)->
b_vendor_code
);
in os_desc_b_vendor_code_show()
827
u8
b_vendor_code
;
in os_desc_b_vendor_code_store()
local
830
ret = kstrtou8(page, 0, &
b_vendor_code
);
in os_desc_b_vendor_code_store()
832
gi->
b_vendor_code
=
b_vendor_code
;
in os_desc_b_vendor_code_store()
874
CONFIGFS_ATTR(os_desc_,
b_vendor_code
);
1357
cdev->
b_vendor_code
= gi->
b_vendor_code
;
in configfs_composite_bind()
H
A
D
composite.c
1190
b->bMS_VendorCode = cdev->
b_vendor_code
;
in get_string()
1912
ctrl->bRequest == cdev->
b_vendor_code
) {
in composite_setup()
/kernel/linux/linux-5.10/include/linux/usb/
H
A
D
composite.h
446
* @
b_vendor_code
: bMS_VendorCode part of the OS string
487
u8
b_vendor_code
;
member
/kernel/linux/linux-6.6/include/linux/usb/
H
A
D
composite.h
441
* @
b_vendor_code
: bMS_VendorCode part of the OS string
463
u8
b_vendor_code
;
member
Completed in 14 milliseconds