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:switch_en
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H
A
D
cpsw_new.c
1636
bool
switch_en
= ctx->val.vbool;
in cpsw_dl_switch_mode_set()
local
1645
if (
switch_en
== !cpsw->data.dual_emac)
in cpsw_dl_switch_mode_set()
1648
if (!
switch_en
&& cpsw->br_members) {
in cpsw_dl_switch_mode_set()
1667
cpsw->data.dual_emac = !
switch_en
;
in cpsw_dl_switch_mode_set()
1675
if (
switch_en
)
in cpsw_dl_switch_mode_set()
1684
if (
switch_en
) {
in cpsw_dl_switch_mode_set()
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
H
A
D
cpsw_new.c
1633
bool
switch_en
= ctx->val.vbool;
in cpsw_dl_switch_mode_set()
local
1642
if (
switch_en
== !cpsw->data.dual_emac)
in cpsw_dl_switch_mode_set()
1645
if (!
switch_en
&& cpsw->br_members) {
in cpsw_dl_switch_mode_set()
1664
cpsw->data.dual_emac = !
switch_en
;
in cpsw_dl_switch_mode_set()
1672
if (
switch_en
)
in cpsw_dl_switch_mode_set()
1681
if (
switch_en
) {
in cpsw_dl_switch_mode_set()
H
A
D
am65-cpsw-nuss.c
2518
bool
switch_en
= ctx->val.vbool;
in am65_cpsw_dl_switch_mode_set()
local
2527
if (
switch_en
== !cpsw->is_emac_mode)
in am65_cpsw_dl_switch_mode_set()
2530
if (!
switch_en
&& cpsw->br_members) {
in am65_cpsw_dl_switch_mode_set()
2537
cpsw->is_emac_mode = !
switch_en
;
in am65_cpsw_dl_switch_mode_set()
2558
if (
switch_en
)
in am65_cpsw_dl_switch_mode_set()
2572
if (
switch_en
) {
in am65_cpsw_dl_switch_mode_set()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H
A
D
fw.c
2104
SCAN_OFFLOAD_SET_START(h2c_pkt, opt->
switch_en
);
in rtw_fw_set_scan_offload()
2222
cs_option.
switch_en
= enable;
in rtw_hw_scan_offload()
H
A
D
fw.h
295
bool
switch_en
;
member
Completed in 18 milliseconds