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:iftypes
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/mac802154/
H
A
D
main.c
112
phy->supported.
iftypes
= BIT(NL802154_IFTYPE_NODE);
in ieee802154_alloc_hw()
177
local->phy->supported.
iftypes
|= BIT(NL802154_IFTYPE_MONITOR);
in ieee802154_register_hw()
/kernel/linux/linux-6.6/net/mac802154/
H
A
D
main.c
116
phy->supported.
iftypes
= BIT(NL802154_IFTYPE_NODE) | BIT(NL802154_IFTYPE_COORD);
in ieee802154_alloc_hw()
237
local->phy->supported.
iftypes
|= BIT(NL802154_IFTYPE_MONITOR);
in ieee802154_register_hw()
/kernel/linux/linux-5.10/drivers/net/wireless/
H
A
D
mac80211_hwsim.c
2640
u32
iftypes
;
member
3064
if (param->
iftypes
& BIT(NL80211_IFTYPE_ADHOC)) {
in mac80211_hwsim_new_radio()
3070
if (param->
iftypes
& HWSIM_DEFAULT_IF_LIMIT) {
in mac80211_hwsim_new_radio()
3078
HWSIM_DEFAULT_IF_LIMIT & param->
iftypes
;
in mac80211_hwsim_new_radio()
3082
if (param->
iftypes
& BIT(NL80211_IFTYPE_P2P_DEVICE)) {
in mac80211_hwsim_new_radio()
3180
hw->wiphy->interface_modes = param->
iftypes
;
in mac80211_hwsim_new_radio()
3822
param.
iftypes
=
in hwsim_new_radio_nl()
3825
if (param.
iftypes
& ~HWSIM_IFTYPE_SUPPORT_MASK) {
in hwsim_new_radio_nl()
3828
"cannot support more
iftypes
than kernel");
in hwsim_new_radio_nl()
3832
param.
iftypes
in hwsim_new_radio_nl()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/virtual/
H
A
D
mac80211_hwsim.c
3896
u32
iftypes
;
member
5035
if (param->
iftypes
& BIT(NL80211_IFTYPE_ADHOC)) {
in mac80211_hwsim_new_radio()
5041
if (param->
iftypes
& HWSIM_DEFAULT_IF_LIMIT) {
in mac80211_hwsim_new_radio()
5049
HWSIM_DEFAULT_IF_LIMIT & param->
iftypes
;
in mac80211_hwsim_new_radio()
5053
if (param->
iftypes
& BIT(NL80211_IFTYPE_P2P_DEVICE)) {
in mac80211_hwsim_new_radio()
5168
hw->wiphy->interface_modes = param->
iftypes
;
in mac80211_hwsim_new_radio()
5904
param.
iftypes
=
in hwsim_new_radio_nl()
5907
if (param.
iftypes
& ~HWSIM_IFTYPE_SUPPORT_MASK) {
in hwsim_new_radio_nl()
5910
"cannot support more
iftypes
than kernel");
in hwsim_new_radio_nl()
5914
param.
iftypes
in hwsim_new_radio_nl()
[all...]
/kernel/linux/linux-5.10/include/net/
H
A
D
cfg802154.h
136
cca_modes, cca_opts,
iftypes
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
cfg802154.h
146
cca_modes, cca_opts,
iftypes
;
member
/kernel/linux/linux-5.10/net/ieee802154/
H
A
D
nl802154.c
422
caps->
iftypes
) ||
in nl802154_put_capabilities()
919
!(rdev->wpan_phy.supported.
iftypes
& BIT(type)))
in nl802154_new_interface()
/kernel/linux/linux-6.6/net/ieee802154/
H
A
D
nl802154.c
441
caps->
iftypes
) ||
in nl802154_put_capabilities()
938
!(rdev->wpan_phy.supported.
iftypes
& BIT(type)))
in nl802154_new_interface()
Completed in 21 milliseconds