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:HSO_PORT_MASK
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/usb/
H
A
D
hso.c
268
#define
HSO_PORT_MASK
0xFF
macro
470
switch (hso_dev->port_spec &
HSO_PORT_MASK
) {
in hso_sysfs_show_porttype()
560
switch (port &
HSO_PORT_MASK
) {
in hso_port_to_mux()
593
((serial_table[i]->port_spec &
HSO_PORT_MASK
) == port)) {
in get_serial_by_shared_int_and_type()
1472
BUG_ON((serial->parent->port_spec &
HSO_PORT_MASK
) != HSO_PORT_MODEM);
in tiocmget_intr_callback()
1667
if ((serial->parent->port_spec &
HSO_PORT_MASK
) != HSO_PORT_MODEM)
in hso_serial_tiocmset()
1828
serial->parent->port_spec &
HSO_PORT_MASK
,
in hso_mux_serial_read()
1900
serial->parent->port_spec &
HSO_PORT_MASK
,
in hso_mux_serial_write_data()
2044
switch (hso_dev->port_spec &
HSO_PORT_MASK
) {
in hso_log_port()
2079
if ((hso_dev->port_spec &
HSO_PORT_MASK
)
in hso_log_port()
[all...]
/kernel/linux/linux-6.6/drivers/net/usb/
H
A
D
hso.c
268
#define
HSO_PORT_MASK
0xFF
macro
469
switch (hso_dev->port_spec &
HSO_PORT_MASK
) {
in hsotype_show()
559
switch (port &
HSO_PORT_MASK
) {
in hso_port_to_mux()
592
((serial_table[i]->port_spec &
HSO_PORT_MASK
) == port)) {
in get_serial_by_shared_int_and_type()
1465
BUG_ON((serial->parent->port_spec &
HSO_PORT_MASK
) != HSO_PORT_MODEM);
in tiocmget_intr_callback()
1660
if ((serial->parent->port_spec &
HSO_PORT_MASK
) != HSO_PORT_MODEM)
in hso_serial_tiocmset()
1821
serial->parent->port_spec &
HSO_PORT_MASK
,
in hso_mux_serial_read()
1893
serial->parent->port_spec &
HSO_PORT_MASK
,
in hso_mux_serial_write_data()
2037
switch (hso_dev->port_spec &
HSO_PORT_MASK
) {
in hso_log_port()
2072
if ((hso_dev->port_spec &
HSO_PORT_MASK
)
in hso_log_port()
[all...]
Completed in 7 milliseconds