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:use_crc
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/drivers/mfd/
H
A
D
tps6594-spi.c
37
if (tps->
use_crc
)
in tps6594_spi_reg_read()
44
if (tps->
use_crc
&& buf[3] != crc8(tps6594_spi_crc_table, buf, 3, CRC8_INIT_VALUE))
in tps6594_spi_reg_read()
63
if (tps->
use_crc
)
in tps6594_spi_reg_write()
H
A
D
tps6594-i2c.c
116
if (tps->
use_crc
) {
in tps6594_i2c_read()
154
if (tps->
use_crc
) {
in tps6594_i2c_write()
H
A
D
tps6594-core.c
302
if (tps->
use_crc
)
in tps6594_handle_post_irq()
337
tps->
use_crc
= true;
in tps6594_check_crc_mode()
361
tps->
use_crc
= false;
in tps6594_set_crc_feature()
/kernel/linux/linux-5.10/drivers/bluetooth/
H
A
D
hci_bcsp.c
68
u8
use_crc
;
member
236
if (bcsp->
use_crc
)
in bcsp_prepare_pkt()
247
if (bcsp->
use_crc
)
in bcsp_prepare_pkt()
255
if (bcsp->
use_crc
)
in bcsp_prepare_pkt()
260
if (bcsp->
use_crc
) {
in bcsp_prepare_pkt()
731
bcsp->
use_crc
= 1;
in bcsp_open()
/kernel/linux/linux-6.6/drivers/bluetooth/
H
A
D
hci_bcsp.c
68
u8
use_crc
;
member
236
if (bcsp->
use_crc
)
in bcsp_prepare_pkt()
247
if (bcsp->
use_crc
)
in bcsp_prepare_pkt()
255
if (bcsp->
use_crc
)
in bcsp_prepare_pkt()
260
if (bcsp->
use_crc
) {
in bcsp_prepare_pkt()
731
bcsp->
use_crc
= 1;
in bcsp_open()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/include/
H
A
D
nx.h
19
bool
use_crc
;
member
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/nx-gzip/include/
H
A
D
nx.h
19
bool
use_crc
;
member
/kernel/linux/linux-5.10/drivers/mmc/core/
H
A
D
mmc_ops.h
34
int mmc_spi_set_crc(struct mmc_host *host, int
use_crc
);
H
A
D
mmc_ops.c
403
int mmc_spi_set_crc(struct mmc_host *host, int
use_crc
)
in mmc_spi_set_crc()
argument
410
cmd.arg =
use_crc
;
in mmc_spi_set_crc()
414
host->use_spi_crc =
use_crc
;
in mmc_spi_set_crc()
/kernel/linux/linux-6.6/drivers/mmc/core/
H
A
D
mmc_ops.h
37
int mmc_spi_set_crc(struct mmc_host *host, int
use_crc
);
H
A
D
mmc_ops.c
415
int mmc_spi_set_crc(struct mmc_host *host, int
use_crc
)
in mmc_spi_set_crc()
argument
422
cmd.arg =
use_crc
;
in mmc_spi_set_crc()
426
host->use_spi_crc =
use_crc
;
in mmc_spi_set_crc()
/kernel/linux/linux-6.6/include/linux/mfd/
H
A
D
tps6594.h
1002
* @
use_crc
: if true, use CRC for I2C and SPI interface protocols
1011
bool
use_crc
;
member
Completed in 9 milliseconds