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:id_bit
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/w1/
H
A
D
w1_io.c
182
* @bdir: the bit to write if both
id_bit
and comp_bit are 0
185
* bit 0 =
id_bit
198
u8
id_bit
= w1_touch_bit(dev, 1);
in w1_triplet()
local
202
if (
id_bit
&& comp_bit)
in w1_triplet()
205
if (!
id_bit
&& !comp_bit) {
in w1_triplet()
210
bdir =
id_bit
;
in w1_triplet()
211
retval =
id_bit
? 0x05 : 0x02;
in w1_triplet()
/kernel/linux/linux-6.6/drivers/w1/
H
A
D
w1_io.c
182
* @bdir: the bit to write if both
id_bit
and comp_bit are 0
185
* bit 0 =
id_bit
198
u8
id_bit
= w1_touch_bit(dev, 1);
in w1_triplet()
local
202
if (
id_bit
&& comp_bit)
in w1_triplet()
205
if (!
id_bit
&& !comp_bit) {
in w1_triplet()
210
bdir =
id_bit
;
in w1_triplet()
211
retval =
id_bit
? 0x05 : 0x02;
in w1_triplet()
/kernel/linux/linux-5.10/drivers/w1/masters/
H
A
D
omap_hdq.c
367
u8
id_bit
, comp_bit;
in omap_w1_triplet()
local
388
/* read
id_bit
*/
in omap_w1_triplet()
402
id_bit
= (hdq_reg_in(_hdq, OMAP_HDQ_RX_DATA) & 0x01);
in omap_w1_triplet()
420
if (
id_bit
&& comp_bit) {
in omap_w1_triplet()
424
if (!
id_bit
&& !comp_bit) {
in omap_w1_triplet()
429
bdir =
id_bit
;
in omap_w1_triplet()
430
ret =
id_bit
? 0x05 : 0x02;
in omap_w1_triplet()
/kernel/linux/linux-6.6/drivers/w1/masters/
H
A
D
omap_hdq.c
361
u8
id_bit
, comp_bit;
in omap_w1_triplet()
local
382
/* read
id_bit
*/
in omap_w1_triplet()
396
id_bit
= (hdq_reg_in(_hdq, OMAP_HDQ_RX_DATA) & 0x01);
in omap_w1_triplet()
414
if (
id_bit
&& comp_bit) {
in omap_w1_triplet()
418
if (!
id_bit
&& !comp_bit) {
in omap_w1_triplet()
423
bdir =
id_bit
;
in omap_w1_triplet()
424
ret =
id_bit
? 0x05 : 0x02;
in omap_w1_triplet()
Completed in 5 milliseconds