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:spu_bit
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/w1/masters/
H
A
D
ds2490.c
135
/*
spu_bit
contains COMM_SPU or 0 depending on if the strong pullup
138
u16
spu_bit
;
member
513
/* Enable
spu_bit
if a delay is set. */
in ds_set_pullup()
514
dev->
spu_bit
= delay ? COMM_SPU : 0;
in ds_set_pullup()
577
err = ds_send_control(dev, COMM_BYTE_IO | COMM_IM | dev->
spu_bit
, byte);
in ds_write_byte()
581
if (dev->
spu_bit
)
in ds_write_byte()
648
err = ds_send_control(dev, COMM_BLOCK_IO | COMM_IM | dev->
spu_bit
, len);
in ds_write_block()
652
if (dev->
spu_bit
)
in ds_write_block()
/kernel/linux/linux-6.6/drivers/w1/masters/
H
A
D
ds2490.c
135
/*
spu_bit
contains COMM_SPU or 0 depending on if the strong pullup
138
u16
spu_bit
;
member
517
/* Enable
spu_bit
if a delay is set. */
in ds_set_pullup()
518
dev->
spu_bit
= delay ? COMM_SPU : 0;
in ds_set_pullup()
581
err = ds_send_control(dev, COMM_BYTE_IO | COMM_IM | dev->
spu_bit
, byte);
in ds_write_byte()
585
if (dev->
spu_bit
)
in ds_write_byte()
652
err = ds_send_control(dev, COMM_BLOCK_IO | COMM_IM | dev->
spu_bit
, len);
in ds_write_block()
656
if (dev->
spu_bit
)
in ds_write_block()
Completed in 3 milliseconds