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:tmp_cap
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H
A
D
join.c
400
u16
tmp_cap
;
in mwifiex_cmd_802_11_associate()
local
545
tmp_cap
= bss_desc->cap_info_bitmap;
in mwifiex_cmd_802_11_associate()
548
tmp_cap
&= ~WLAN_CAPABILITY_SHORT_SLOT_TIME;
in mwifiex_cmd_802_11_associate()
550
tmp_cap
&= CAPINFO_MASK;
in mwifiex_cmd_802_11_associate()
552
"info: ASSOC_CMD:
tmp_cap
=%4X CAPINFO_MASK=%4lX\n",
in mwifiex_cmd_802_11_associate()
553
tmp_cap
, CAPINFO_MASK);
in mwifiex_cmd_802_11_associate()
554
assoc->cap_info_bitmap = cpu_to_le16(
tmp_cap
);
in mwifiex_cmd_802_11_associate()
851
u16
tmp_cap
;
in mwifiex_cmd_802_11_ad_hoc_start()
local
951
tmp_cap
= WLAN_CAPABILITY_IBSS;
in mwifiex_cmd_802_11_ad_hoc_start()
959
tmp_cap
|
in mwifiex_cmd_802_11_ad_hoc_start()
1129
u16
tmp_cap
;
mwifiex_cmd_802_11_ad_hoc_join()
local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H
A
D
join.c
388
u16
tmp_cap
;
in mwifiex_cmd_802_11_associate()
local
533
tmp_cap
= bss_desc->cap_info_bitmap;
in mwifiex_cmd_802_11_associate()
536
tmp_cap
&= ~WLAN_CAPABILITY_SHORT_SLOT_TIME;
in mwifiex_cmd_802_11_associate()
538
tmp_cap
&= CAPINFO_MASK;
in mwifiex_cmd_802_11_associate()
540
"info: ASSOC_CMD:
tmp_cap
=%4X CAPINFO_MASK=%4lX\n",
in mwifiex_cmd_802_11_associate()
541
tmp_cap
, CAPINFO_MASK);
in mwifiex_cmd_802_11_associate()
542
assoc->cap_info_bitmap = cpu_to_le16(
tmp_cap
);
in mwifiex_cmd_802_11_associate()
839
u16
tmp_cap
;
in mwifiex_cmd_802_11_ad_hoc_start()
local
939
tmp_cap
= WLAN_CAPABILITY_IBSS;
in mwifiex_cmd_802_11_ad_hoc_start()
947
tmp_cap
|
in mwifiex_cmd_802_11_ad_hoc_start()
1117
u16
tmp_cap
;
mwifiex_cmd_802_11_ad_hoc_join()
local
[all...]
/kernel/linux/linux-5.10/drivers/most/
H
A
D
most_usb.c
955
struct most_channel_capability *
tmp_cap
;
in hdm_probe()
local
1018
tmp_cap
= mdev->cap;
in hdm_probe()
1028
tmp_cap
->name_suffix = &mdev->suffix[i][0];
in hdm_probe()
1029
tmp_cap
->buffer_size_packet = MAX_BUF_SIZE;
in hdm_probe()
1030
tmp_cap
->buffer_size_streaming = MAX_BUF_SIZE;
in hdm_probe()
1031
tmp_cap
->num_buffers_packet = BUF_CHAIN_SIZE;
in hdm_probe()
1032
tmp_cap
->num_buffers_streaming = BUF_CHAIN_SIZE;
in hdm_probe()
1033
tmp_cap
->data_type = MOST_CH_CONTROL | MOST_CH_ASYNC |
in hdm_probe()
1036
tmp_cap
->direction = MOST_CH_RX;
in hdm_probe()
1038
tmp_cap
in hdm_probe()
[all...]
/kernel/linux/linux-6.6/drivers/most/
H
A
D
most_usb.c
955
struct most_channel_capability *
tmp_cap
;
in hdm_probe()
local
1018
tmp_cap
= mdev->cap;
in hdm_probe()
1028
tmp_cap
->name_suffix = &mdev->suffix[i][0];
in hdm_probe()
1029
tmp_cap
->buffer_size_packet = MAX_BUF_SIZE;
in hdm_probe()
1030
tmp_cap
->buffer_size_streaming = MAX_BUF_SIZE;
in hdm_probe()
1031
tmp_cap
->num_buffers_packet = BUF_CHAIN_SIZE;
in hdm_probe()
1032
tmp_cap
->num_buffers_streaming = BUF_CHAIN_SIZE;
in hdm_probe()
1033
tmp_cap
->data_type = MOST_CH_CONTROL | MOST_CH_ASYNC |
in hdm_probe()
1036
tmp_cap
->direction = MOST_CH_RX;
in hdm_probe()
1038
tmp_cap
in hdm_probe()
[all...]
Completed in 10 milliseconds