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:last_mode
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/m5mols/
H
A
D
m5mols_controls.c
451
int
last_mode
= info->mode;
in m5mols_s_ctrl()
local
514
if (ret == 0 && info->mode !=
last_mode
)
in m5mols_s_ctrl()
515
ret = m5mols_set_mode(info,
last_mode
);
in m5mols_s_ctrl()
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-geni-qcom.c
72
u32
last_mode
;
member
297
if (mas->
last_mode
!= spi_slv->mode) {
in setup_fifo_params()
320
mas->
last_mode
= spi_slv->mode;
in setup_fifo_params()
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-geni-qcom.c
84
u32
last_mode
;
member
405
if (mas->
last_mode
!= spi_slv->mode) {
in setup_fifo_params()
428
mas->
last_mode
= spi_slv->mode;
in setup_fifo_params()
/kernel/linux/linux-5.10/drivers/media/i2c/
H
A
D
ov5640.c
246
const struct ov5640_mode_info *
last_mode
;
member
1735
const struct ov5640_mode_info *orig_mode = sensor->
last_mode
;
in ov5640_set_mode()
1814
sensor->
last_mode
= mode;
in ov5640_set_mode()
1840
sensor->
last_mode
= &ov5640_mode_init_data;
in ov5640_restore_mode()
3049
sensor->
last_mode
= sensor->current_mode;
in ov5640_probe()
/kernel/linux/linux-6.6/drivers/media/i2c/
H
A
D
ov5640.c
456
const struct ov5640_mode_info *
last_mode
;
member
2324
const struct ov5640_mode_info *orig_mode = sensor->
last_mode
;
in ov5640_set_mode()
2393
sensor->
last_mode
= mode;
in ov5640_set_mode()
3851
sensor->
last_mode
= sensor->current_mode;
in ov5640_probe()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H
A
D
ipw2100.h
487
int
last_mode
;
member
H
A
D
ipw2100.c
4025
priv->
last_mode
= priv->ieee->iw_mode;
in ipw2100_switch_mode()
7806
err = ipw2100_switch_mode(priv, priv->
last_mode
);
in ipw2100_wx_set_promisc()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/
H
A
D
ipw2100.h
487
int
last_mode
;
member
H
A
D
ipw2100.c
4014
priv->
last_mode
= priv->ieee->iw_mode;
in ipw2100_switch_mode()
7795
err = ipw2100_switch_mode(priv, priv->
last_mode
);
in ipw2100_wx_set_promisc()
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
libata-core.c
3097
u8 base_mode = 0xff,
last_mode
= 0xff;
in ata_timing_cycle2mode()
local
3124
last_mode
= t->mode;
in ata_timing_cycle2mode()
3127
return
last_mode
;
in ata_timing_cycle2mode()
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
libata-core.c
3299
u8 base_mode = 0xff,
last_mode
= 0xff;
in ata_timing_cycle2mode()
local
3326
last_mode
= t->mode;
in ata_timing_cycle2mode()
3329
return
last_mode
;
in ata_timing_cycle2mode()
Completed in 52 milliseconds