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:s_assoc
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/pci/cx18/
H
A
D
cx18-fileops.c
34
struct cx18_stream *
s_assoc
;
in cx18_claim_stream()
local
73
s_assoc
= &cx->streams[CX18_ENC_STREAM_TYPE_IDX];
in cx18_claim_stream()
75
s_assoc
= &cx->streams[CX18_ENC_STREAM_TYPE_VBI];
in cx18_claim_stream()
76
else if (!cx18_stream_enabled(
s_assoc
))
in cx18_claim_stream()
79
set_bit(CX18_F_S_CLAIMED, &
s_assoc
->s_flags);
in cx18_claim_stream()
82
set_bit(CX18_F_S_INTERNAL_USE, &
s_assoc
->s_flags);
in cx18_claim_stream()
92
struct cx18_stream *
s_assoc
;
in cx18_release_stream()
local
125
s_assoc
= &cx->streams[CX18_ENC_STREAM_TYPE_IDX];
in cx18_release_stream()
126
if (test_and_clear_bit(CX18_F_S_INTERNAL_USE, &
s_assoc
->s_flags)) {
in cx18_release_stream()
127
clear_bit(CX18_F_S_CLAIMED, &
s_assoc
in cx18_release_stream()
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
H
A
D
cx18-fileops.c
34
struct cx18_stream *
s_assoc
;
in cx18_claim_stream()
local
73
s_assoc
= &cx->streams[CX18_ENC_STREAM_TYPE_IDX];
in cx18_claim_stream()
75
s_assoc
= &cx->streams[CX18_ENC_STREAM_TYPE_VBI];
in cx18_claim_stream()
76
else if (!cx18_stream_enabled(
s_assoc
))
in cx18_claim_stream()
79
set_bit(CX18_F_S_CLAIMED, &
s_assoc
->s_flags);
in cx18_claim_stream()
82
set_bit(CX18_F_S_INTERNAL_USE, &
s_assoc
->s_flags);
in cx18_claim_stream()
92
struct cx18_stream *
s_assoc
;
in cx18_release_stream()
local
125
s_assoc
= &cx->streams[CX18_ENC_STREAM_TYPE_IDX];
in cx18_release_stream()
126
if (test_and_clear_bit(CX18_F_S_INTERNAL_USE, &
s_assoc
->s_flags)) {
in cx18_release_stream()
127
clear_bit(CX18_F_S_CLAIMED, &
s_assoc
in cx18_release_stream()
[all...]
Completed in 2 milliseconds