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:algo_type
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/
H
A
D
em28xx-i2c.c
485
if (i2c_bus->
algo_type
== EM28XX_I2C_ALGO_EM28XX)
in i2c_check_for_device()
487
else if (i2c_bus->
algo_type
== EM28XX_I2C_ALGO_EM2800)
in i2c_check_for_device()
489
else if (i2c_bus->
algo_type
== EM28XX_I2C_ALGO_EM25XX_BUS_B)
in i2c_check_for_device()
501
if (i2c_bus->
algo_type
== EM28XX_I2C_ALGO_EM28XX)
in i2c_recv_bytes()
503
else if (i2c_bus->
algo_type
== EM28XX_I2C_ALGO_EM2800)
in i2c_recv_bytes()
505
else if (i2c_bus->
algo_type
== EM28XX_I2C_ALGO_EM25XX_BUS_B)
in i2c_recv_bytes()
517
if (i2c_bus->
algo_type
== EM28XX_I2C_ALGO_EM28XX)
in i2c_send_bytes()
519
else if (i2c_bus->
algo_type
== EM28XX_I2C_ALGO_EM2800)
in i2c_send_bytes()
521
else if (i2c_bus->
algo_type
== EM28XX_I2C_ALGO_EM25XX_BUS_B)
in i2c_send_bytes()
552
i2c_bus->
algo_type
in em28xx_i2c_xfer()
974
em28xx_i2c_register(struct em28xx *dev, unsigned int bus, enum em28xx_i2c_
algo_type
algo_type
)
em28xx_i2c_register()
argument
[all...]
H
A
D
em28xx.h
642
enum em28xx_i2c_algo_type
algo_type
;
member
802
enum em28xx_i2c_algo_type
algo_type
);
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/
H
A
D
em28xx-i2c.c
479
if (i2c_bus->
algo_type
== EM28XX_I2C_ALGO_EM28XX)
in i2c_check_for_device()
481
else if (i2c_bus->
algo_type
== EM28XX_I2C_ALGO_EM2800)
in i2c_check_for_device()
483
else if (i2c_bus->
algo_type
== EM28XX_I2C_ALGO_EM25XX_BUS_B)
in i2c_check_for_device()
495
if (i2c_bus->
algo_type
== EM28XX_I2C_ALGO_EM28XX)
in i2c_recv_bytes()
497
else if (i2c_bus->
algo_type
== EM28XX_I2C_ALGO_EM2800)
in i2c_recv_bytes()
499
else if (i2c_bus->
algo_type
== EM28XX_I2C_ALGO_EM25XX_BUS_B)
in i2c_recv_bytes()
511
if (i2c_bus->
algo_type
== EM28XX_I2C_ALGO_EM28XX)
in i2c_send_bytes()
513
else if (i2c_bus->
algo_type
== EM28XX_I2C_ALGO_EM2800)
in i2c_send_bytes()
515
else if (i2c_bus->
algo_type
== EM28XX_I2C_ALGO_EM25XX_BUS_B)
in i2c_send_bytes()
546
i2c_bus->
algo_type
in em28xx_i2c_xfer()
968
em28xx_i2c_register(struct em28xx *dev, unsigned int bus, enum em28xx_i2c_
algo_type
algo_type
)
em28xx_i2c_register()
argument
[all...]
H
A
D
em28xx.h
631
enum em28xx_i2c_algo_type
algo_type
;
member
791
enum em28xx_i2c_algo_type
algo_type
);
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
H
A
D
location.h
434
* @
algo_type
: &enum iwl_tof_algo_type
454
u8
algo_type
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
H
A
D
location.h
514
* @
algo_type
: &enum iwl_tof_algo_type
534
u8
algo_type
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
ftm-initiator.c
449
target->
algo_type
= IWL_MVM_FTM_INITIATOR_ALGO;
in iwl_mvm_ftm_put_target_v2()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
ftm-initiator.c
427
target->
algo_type
= IWL_MVM_FTM_INITIATOR_ALGO;
in iwl_mvm_ftm_put_target_v2()
/kernel/linux/linux-5.10/crypto/
H
A
D
testmgr.c
3548
u32
algo_type
= type & CRYPTO_ALG_TYPE_ACOMPRESS_MASK;
in alg_test_comp()
local
3550
if (
algo_type
== CRYPTO_ALG_TYPE_ACOMPRESS) {
in alg_test_comp()
/kernel/linux/linux-6.6/crypto/
H
A
D
testmgr.c
3692
u32
algo_type
= type & CRYPTO_ALG_TYPE_ACOMPRESS_MASK;
in alg_test_comp()
local
3694
if (
algo_type
== CRYPTO_ALG_TYPE_ACOMPRESS) {
in alg_test_comp()
Completed in 30 milliseconds