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:num_rxports
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/i2c/
H
A
D
ds90ub960.c
407
u8
num_rxports
;
member
548
return pad < priv->hw_data->
num_rxports
;
in ub960_pad_is_sink()
553
return pad >= priv->hw_data->
num_rxports
;
in ub960_pad_is_source()
561
return pad - priv->hw_data->
num_rxports
;
in ub960_pad_to_port()
1096
priv->hw_data->
num_rxports
);
in ub960_init_atr()
1200
for (nport = 0; nport < priv->hw_data->
num_rxports
; nport++) {
in ub960_rxport_enable_vpocs()
1230
for (nport = 0; nport < priv->hw_data->
num_rxports
; nport++) {
in ub960_rxport_disable_vpocs()
1260
for (nport = 0; nport < priv->hw_data->
num_rxports
; nport++)
in ub960_clear_rx_errors()
1515
if (port_mask >= BIT(priv->hw_data->
num_rxports
))
in ub960_rxport_wait_locks()
1526
priv->hw_data->
num_rxports
) {
in ub960_rxport_wait_locks()
[all...]
/kernel/linux/linux-5.10/drivers/media/rc/
H
A
D
mceusb.c
504
u8
num_rxports
; /* number of receive sensors */
member
1210
ir->
num_rxports
= *lo;
in mceusb_handle_command()
1479
ir->
num_rxports
= 2;
in mceusb_get_parameters()
1820
ir->
num_rxports
, ir->rxports_active);
in mceusb_dev_probe()
/kernel/linux/linux-6.6/drivers/media/rc/
H
A
D
mceusb.c
504
u8
num_rxports
; /* number of receive sensors */
member
1210
ir->
num_rxports
= *lo;
in mceusb_handle_command()
1479
ir->
num_rxports
= 2;
in mceusb_get_parameters()
1821
ir->
num_rxports
, ir->rxports_active);
in mceusb_dev_probe()
Completed in 9 milliseconds