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:discov
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7996/
H
A
D
mcu.c
2099
struct bss_inband_discovery_tlv *
discov
;
in mt7996_mcu_beacon_inband_discov()
local
2141
len = sizeof(*
discov
) + MT_TXD_SIZE + skb->len;
in mt7996_mcu_beacon_inband_discov()
2145
discov
= (struct bss_inband_discovery_tlv *)tlv;
in mt7996_mcu_beacon_inband_discov()
2146
discov
->tx_mode = OFFLOAD_TX_MODE_SU;
in mt7996_mcu_beacon_inband_discov()
2148
discov
->tx_type = !!(changed & BSS_CHANGED_FILS_DISCOVERY);
in mt7996_mcu_beacon_inband_discov()
2149
discov
->tx_interval = interval;
in mt7996_mcu_beacon_inband_discov()
2150
discov
->prob_rsp_len = cpu_to_le16(MT_TXD_SIZE + skb->len);
in mt7996_mcu_beacon_inband_discov()
2151
discov
->enable = true;
in mt7996_mcu_beacon_inband_discov()
2152
discov
->wcid = cpu_to_le16(MT7996_WTBL_RESERVED);
in mt7996_mcu_beacon_inband_discov()
2154
buf = (u8 *)tlv + sizeof(*
discov
);
in mt7996_mcu_beacon_inband_discov()
[all...]
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_event.c
2007
struct discovery_state *
discov
= &hdev->discovery;
in hci_resolve_next_name()
local
2010
if (list_empty(&
discov
->resolve))
in hci_resolve_next_name()
2028
struct discovery_state *
discov
= &hdev->discovery;
in hci_check_pending_name()
local
2041
if (
discov
->state == DISCOVERY_STOPPED)
in hci_check_pending_name()
2044
if (
discov
->state == DISCOVERY_STOPPING)
in hci_check_pending_name()
2047
if (
discov
->state != DISCOVERY_RESOLVING)
in hci_check_pending_name()
2478
struct discovery_state *
discov
= &hdev->discovery;
in hci_inquiry_complete_evt()
local
2496
if (
discov
->state != DISCOVERY_FINDING)
in hci_inquiry_complete_evt()
2499
if (list_empty(&
discov
->resolve)) {
in hci_inquiry_complete_evt()
H
A
D
hci_core.c
1067
struct discovery_state *
discov
= &hdev->discovery;
in hci_discovery_active()
local
1069
switch (
discov
->state) {
in hci_discovery_active()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7915/
H
A
D
mcu.c
1898
struct bss_info_inband_discovery *
discov
;
in mt7915_mcu_add_inband_discov()
local
1938
len = sizeof(*
discov
) + MT_TXD_SIZE + skb->len;
in mt7915_mcu_add_inband_discov()
1950
discov
= (struct bss_info_inband_discovery *)sub_tlv;
in mt7915_mcu_add_inband_discov()
1951
discov
->tx_mode = OFFLOAD_TX_MODE_SU;
in mt7915_mcu_add_inband_discov()
1953
discov
->tx_type = !!(changed & BSS_CHANGED_FILS_DISCOVERY);
in mt7915_mcu_add_inband_discov()
1954
discov
->tx_interval = interval;
in mt7915_mcu_add_inband_discov()
1955
discov
->prob_rsp_len = cpu_to_le16(MT_TXD_SIZE + skb->len);
in mt7915_mcu_add_inband_discov()
1956
discov
->enable = true;
in mt7915_mcu_add_inband_discov()
1958
buf = (u8 *)sub_tlv + sizeof(*
discov
);
in mt7915_mcu_add_inband_discov()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_event.c
2492
struct discovery_state *
discov
= &hdev->discovery;
in hci_resolve_next_name()
local
2495
if (list_empty(&
discov
->resolve))
in hci_resolve_next_name()
2499
if (time_after(jiffies,
discov
->name_resolve_timeout)) {
in hci_resolve_next_name()
2519
struct discovery_state *
discov
= &hdev->discovery;
in hci_check_pending_name()
local
2530
if (
discov
->state == DISCOVERY_STOPPED)
in hci_check_pending_name()
2533
if (
discov
->state == DISCOVERY_STOPPING)
in hci_check_pending_name()
2536
if (
discov
->state != DISCOVERY_RESOLVING)
in hci_check_pending_name()
3033
struct discovery_state *
discov
= &hdev->discovery;
in hci_inquiry_complete_evt()
local
3051
if (
discov
->state != DISCOVERY_FINDING)
in hci_inquiry_complete_evt()
3054
if (list_empty(&
discov
in hci_inquiry_complete_evt()
[all...]
H
A
D
hci_core.c
136
struct discovery_state *
discov
= &hdev->discovery;
in hci_discovery_active()
local
138
switch (
discov
->state) {
in hci_discovery_active()
Completed in 32 milliseconds