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:arm_app
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/
H
A
D
av7110_hw.h
369
#define FW_CI_LL_SUPPORT(
arm_app
) ((
arm_app
) & 0x80000000)
370
#define FW_4M_SDRAM(
arm_app
) ((
arm_app
) & 0x40000000)
371
#define FW_VERSION(
arm_app
) ((
arm_app
) & 0x0000FFFF)
H
A
D
av7110_hw.c
295
if (FW_VERSION(av7110->
arm_app
) <= 0x261c) {
in av7110_wait_msgstate()
350
if (FW_VERSION(av7110->
arm_app
) <= 0x261f)
in __av7110_send_fw_cmd()
382
if (FW_VERSION(av7110->
arm_app
) >= 0x261d) {
in __av7110_send_fw_cmd()
425
if (FW_VERSION(av7110->
arm_app
) <= 0x261f)
in __av7110_send_fw_cmd()
640
av7110->
arm_app
= (buf[6] << 16) + buf[7];
in av7110_firmversion()
645
av7110->arm_rtsl, av7110->arm_vid, av7110->
arm_app
);
in av7110_firmversion()
648
if (FW_CI_LL_SUPPORT(av7110->
arm_app
))
in av7110_firmversion()
921
if (av7110->bmp_state != BMP_LOADED && FW_VERSION(av7110->
arm_app
) < 0x261e)
in ReleaseBitmap()
1010
BUG_ON (FW_VERSION(av7110->
arm_app
) >= 0x261e);
in OSDSetBlock()
1083
if (FW_VERSION(av7110->
arm_app
) >
in av7110_osd_cmd()
[all...]
H
A
D
av7110_v4l.c
535
if (FW_VERSION(av7110->
arm_app
) >= 0x2623) {
in vidioc_g_sliced_vbi_cap()
549
if (FW_VERSION(av7110->
arm_app
) < 0x2623)
in vidioc_g_fmt_sliced_vbi_out()
567
if (FW_VERSION(av7110->
arm_app
) < 0x2623)
in vidioc_s_fmt_sliced_vbi_out()
598
if (FW_VERSION(av7110->
arm_app
) < 0x2623)
in av7110_vbi_reset()
613
if (FW_VERSION(av7110->
arm_app
) < 0x2623 || !av7110->wssMode || count != sizeof d)
in av7110_vbi_write()
831
if (FW_VERSION(av7110->
arm_app
) < 0x2623)
in av7110_init_v4l()
839
if (FW_VERSION(av7110->
arm_app
) >= 0x2623) {
in av7110_init_v4l()
H
A
D
av7110_ca.c
256
cap.slot_type = (FW_CI_LL_SUPPORT(av7110->
arm_app
) ?
in dvb_ca_ioctl()
273
av7110->ci_slot[info->num].type = FW_CI_LL_SUPPORT(av7110->
arm_app
) ?
in dvb_ca_ioctl()
H
A
D
av7110_ir.c
88
if (FW_VERSION(av7110->
arm_app
) >= 0x2620)
in change_protocol()
H
A
D
av7110.h
222
u32
arm_app
;
member
H
A
D
av7110_av.c
1418
if (FW_VERSION(av7110->
arm_app
) < 0x2621)
in dvb_audio_ioctl()
1464
if (FW_VERSION(av7110->
arm_app
) < 0x2621)
in dvb_audio_ioctl()
H
A
D
av7110.c
2670
if (FW_VERSION(av7110->
arm_app
)<0x2501)
in av7110_attach()
2673
FW_VERSION(av7110->
arm_app
));
in av7110_attach()
/kernel/linux/linux-6.6/drivers/staging/media/av7110/
H
A
D
av7110_hw.h
369
#define FW_CI_LL_SUPPORT(
arm_app
) ((
arm_app
) & 0x80000000)
370
#define FW_4M_SDRAM(
arm_app
) ((
arm_app
) & 0x40000000)
371
#define FW_VERSION(
arm_app
) ((
arm_app
) & 0x0000FFFF)
H
A
D
av7110_hw.c
295
if (FW_VERSION(av7110->
arm_app
) <= 0x261c) {
in av7110_wait_msgstate()
350
if (FW_VERSION(av7110->
arm_app
) <= 0x261f)
in __av7110_send_fw_cmd()
382
if (FW_VERSION(av7110->
arm_app
) >= 0x261d) {
in __av7110_send_fw_cmd()
425
if (FW_VERSION(av7110->
arm_app
) <= 0x261f)
in __av7110_send_fw_cmd()
640
av7110->
arm_app
= (buf[6] << 16) + buf[7];
in av7110_firmversion()
645
av7110->arm_rtsl, av7110->arm_vid, av7110->
arm_app
);
in av7110_firmversion()
648
if (FW_CI_LL_SUPPORT(av7110->
arm_app
))
in av7110_firmversion()
921
if (av7110->bmp_state != BMP_LOADED && FW_VERSION(av7110->
arm_app
) < 0x261e)
in ReleaseBitmap()
1010
if (WARN_ON(FW_VERSION(av7110->
arm_app
) >= 0x261e))
in OSDSetBlock()
1084
if (FW_VERSION(av7110->
arm_app
) >
in av7110_osd_cmd()
[all...]
H
A
D
av7110_ca.c
256
cap.slot_type = (FW_CI_LL_SUPPORT(av7110->
arm_app
) ?
in dvb_ca_ioctl()
273
av7110->ci_slot[info->num].type = FW_CI_LL_SUPPORT(av7110->
arm_app
) ?
in dvb_ca_ioctl()
H
A
D
av7110_v4l.c
541
if (FW_VERSION(av7110->
arm_app
) >= 0x2623) {
in vidioc_g_sliced_vbi_cap()
555
if (FW_VERSION(av7110->
arm_app
) < 0x2623)
in vidioc_g_fmt_sliced_vbi_out()
576
if (FW_VERSION(av7110->
arm_app
) < 0x2623)
in vidioc_try_fmt_sliced_vbi_out()
618
if (FW_VERSION(av7110->
arm_app
) < 0x2623 || !av7110->wssMode || count != sizeof d)
in av7110_vbi_write()
839
if (FW_VERSION(av7110->
arm_app
) < 0x2623)
in av7110_init_v4l()
847
if (FW_VERSION(av7110->
arm_app
) >= 0x2623) {
in av7110_init_v4l()
H
A
D
av7110_ir.c
88
if (FW_VERSION(av7110->
arm_app
) >= 0x2620)
in change_protocol()
H
A
D
av7110.h
222
u32
arm_app
;
member
H
A
D
av7110_av.c
1419
if (FW_VERSION(av7110->
arm_app
) < 0x2621)
in dvb_audio_ioctl()
1465
if (FW_VERSION(av7110->
arm_app
) < 0x2621)
in dvb_audio_ioctl()
H
A
D
av7110.c
2674
if (FW_VERSION(av7110->
arm_app
)<0x2501)
in av7110_attach()
2677
FW_VERSION(av7110->
arm_app
));
in av7110_attach()
Completed in 22 milliseconds