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:lock_slave
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H
A
D
dib9000.c
2173
u16 lock = 0,
lock_slave
= 0;
in dib9000_read_status()
local
2180
lock_slave
|= dib9000_read_lock(state->fe[index_frontend]);
in dib9000_read_status()
2186
if ((lock & 0x8000) || (
lock_slave
& 0x8000))
in dib9000_read_status()
2188
if ((lock & 0x3000) || (
lock_slave
& 0x3000))
in dib9000_read_status()
2190
if ((lock & 0x0100) || (
lock_slave
& 0x0100))
in dib9000_read_status()
2192
if (((lock & 0x0038) == 0x38) || ((
lock_slave
& 0x0038) == 0x38))
in dib9000_read_status()
2194
if ((lock & 0x0008) || (
lock_slave
& 0x0008))
in dib9000_read_status()
H
A
D
dib8000.c
3770
u16
lock_slave
= 0, lock;
in dib8000_read_status()
local
3775
lock_slave
|= dib8000_read_lock(state->fe[index_frontend]);
in dib8000_read_status()
3779
if (((lock >> 13) & 1) || ((
lock_slave
>> 13) & 1))
in dib8000_read_status()
3782
if (((lock >> 8) & 1) || ((
lock_slave
>> 8) & 1)) /* Equal */
in dib8000_read_status()
3785
if ((((lock >> 1) & 0xf) == 0xf) || (((
lock_slave
>> 1) & 0xf) == 0xf)) /* TMCC_SYNC */
in dib8000_read_status()
3788
if ((((lock >> 12) & 1) || ((
lock_slave
>> 12) & 1)) && ((lock >> 5) & 7)) /* FEC MPEG */
in dib8000_read_status()
3791
if (((lock >> 12) & 1) || ((
lock_slave
>> 12) & 1)) {
in dib8000_read_status()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H
A
D
dib9000.c
2173
u16 lock = 0,
lock_slave
= 0;
in dib9000_read_status()
local
2180
lock_slave
|= dib9000_read_lock(state->fe[index_frontend]);
in dib9000_read_status()
2186
if ((lock & 0x8000) || (
lock_slave
& 0x8000))
in dib9000_read_status()
2188
if ((lock & 0x3000) || (
lock_slave
& 0x3000))
in dib9000_read_status()
2190
if ((lock & 0x0100) || (
lock_slave
& 0x0100))
in dib9000_read_status()
2192
if (((lock & 0x0038) == 0x38) || ((
lock_slave
& 0x0038) == 0x38))
in dib9000_read_status()
2194
if ((lock & 0x0008) || (
lock_slave
& 0x0008))
in dib9000_read_status()
H
A
D
dib8000.c
3770
u16
lock_slave
= 0, lock;
in dib8000_read_status()
local
3775
lock_slave
|= dib8000_read_lock(state->fe[index_frontend]);
in dib8000_read_status()
3779
if (((lock >> 13) & 1) || ((
lock_slave
>> 13) & 1))
in dib8000_read_status()
3782
if (((lock >> 8) & 1) || ((
lock_slave
>> 8) & 1)) /* Equal */
in dib8000_read_status()
3785
if ((((lock >> 1) & 0xf) == 0xf) || (((
lock_slave
>> 1) & 0xf) == 0xf)) /* TMCC_SYNC */
in dib8000_read_status()
3788
if ((((lock >> 12) & 1) || ((
lock_slave
>> 12) & 1)) && ((lock >> 5) & 7)) /* FEC MPEG */
in dib8000_read_status()
3791
if (((lock >> 12) & 1) || ((
lock_slave
>> 12) & 1)) {
in dib8000_read_status()
Completed in 18 milliseconds