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:hs_config
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/
H
A
D
inode.c
138
struct usb_config_descriptor *config, *
hs_config
;
member
959
power = dev->
hs_config
->bMaxPower;
in ep0_read()
1320
dev->req->buf = dev->
hs_config
;
in config_buf()
1321
len = le16_to_cpu(dev->
hs_config
->wTotalLength);
in config_buf()
1357
&& dev->
hs_config
== NULL) {
in gadgetfs_setup()
1393
if (!dev->
hs_config
)
in gadgetfs_setup()
1429
config = dev->
hs_config
->bConfigurationValue;
in gadgetfs_setup()
1430
power = dev->
hs_config
->bMaxPower;
in gadgetfs_setup()
1850
dev->
hs_config
= (void *) kbuf;
in dev_config()
1851
total = le16_to_cpu(dev->
hs_config
in dev_config()
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/
H
A
D
inode.c
138
struct usb_config_descriptor *config, *
hs_config
;
member
957
power = dev->
hs_config
->bMaxPower;
in ep0_read()
1318
dev->req->buf = dev->
hs_config
;
in config_buf()
1319
len = le16_to_cpu(dev->
hs_config
->wTotalLength);
in config_buf()
1355
&& dev->
hs_config
== NULL) {
in gadgetfs_setup()
1391
if (!dev->
hs_config
)
in gadgetfs_setup()
1427
config = dev->
hs_config
->bConfigurationValue;
in gadgetfs_setup()
1428
power = dev->
hs_config
->bMaxPower;
in gadgetfs_setup()
1848
dev->
hs_config
= (void *) kbuf;
in dev_config()
1849
total = le16_to_cpu(dev->
hs_config
in dev_config()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H
A
D
sta_cmd.c
401
hs_cfg->params.
hs_config
.conditions = hscfg_param->conditions;
in mwifiex_cmd_802_11_hs_cfg()
402
hs_cfg->params.
hs_config
.gpio = hscfg_param->gpio;
in mwifiex_cmd_802_11_hs_cfg()
403
hs_cfg->params.
hs_config
.gap = hscfg_param->gap;
in mwifiex_cmd_802_11_hs_cfg()
418
hs_cfg->params.
hs_config
.conditions,
in mwifiex_cmd_802_11_hs_cfg()
419
hs_cfg->params.
hs_config
.gpio,
in mwifiex_cmd_802_11_hs_cfg()
420
hs_cfg->params.
hs_config
.gap);
in mwifiex_cmd_802_11_hs_cfg()
H
A
D
cmdevt.c
1179
uint32_t conditions = le32_to_cpu(phs_cfg->params.
hs_config
.conditions);
in mwifiex_ret_802_11_hs_cfg()
1190
phs_cfg->params.
hs_config
.gpio,
in mwifiex_ret_802_11_hs_cfg()
1191
phs_cfg->params.
hs_config
.gap);
in mwifiex_ret_802_11_hs_cfg()
H
A
D
fw.h
1318
struct mwifiex_hs_config_param
hs_config
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H
A
D
sta_cmd.c
393
hs_cfg->params.
hs_config
.conditions = hscfg_param->conditions;
in mwifiex_cmd_802_11_hs_cfg()
394
hs_cfg->params.
hs_config
.gpio = hscfg_param->gpio;
in mwifiex_cmd_802_11_hs_cfg()
395
hs_cfg->params.
hs_config
.gap = hscfg_param->gap;
in mwifiex_cmd_802_11_hs_cfg()
410
hs_cfg->params.
hs_config
.conditions,
in mwifiex_cmd_802_11_hs_cfg()
411
hs_cfg->params.
hs_config
.gpio,
in mwifiex_cmd_802_11_hs_cfg()
412
hs_cfg->params.
hs_config
.gap);
in mwifiex_cmd_802_11_hs_cfg()
H
A
D
cmdevt.c
1181
uint32_t conditions = le32_to_cpu(phs_cfg->params.
hs_config
.conditions);
in mwifiex_ret_802_11_hs_cfg()
1192
phs_cfg->params.
hs_config
.gpio,
in mwifiex_ret_802_11_hs_cfg()
1193
phs_cfg->params.
hs_config
.gap);
in mwifiex_ret_802_11_hs_cfg()
H
A
D
fw.h
1312
struct mwifiex_hs_config_param
hs_config
;
member
Completed in 28 milliseconds