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:rx_stop
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
synclink_gt.c
426
static void
rx_stop
(struct slgt_info *info);
2044
rx_stop
(info);
in isr_rxdata()
2396
rx_stop
(info);
in shutdown()
2421
rx_stop
(info);
in program_hw()
2635
rx_stop
(info); /* restart receiver to use new fill level */
in rx_enable()
2654
rx_stop
(info);
in rx_enable()
3886
static void
rx_stop
(struct slgt_info *info)
in rx_stop()
function
4022
rx_stop
(info);
in reset_port()
4045
rx_stop
(info);
in async_mode()
4186
rx_stop
(inf
in sync_mode()
[all...]
H
A
D
synclinkmp.c
576
static void
rx_stop
(SLMP_INFO *info);
2699
rx_stop
(info);
in program_hw()
2986
rx_stop
(info);
in rx_enable()
4098
static void
rx_stop
(SLMP_INFO *info)
in rx_stop()
function
4101
printk("%s(%d):%s
rx_stop
()\n",
in rx_stop()
4327
rx_stop
(info);
in reset_port()
4364
rx_stop
(info);
in async_mode()
4689
rx_stop
(info);
in hdlc_mode()
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
synclink_gt.c
421
static void
rx_stop
(struct slgt_info *info);
2034
rx_stop
(info);
in isr_rxdata()
2386
rx_stop
(info);
in shutdown()
2411
rx_stop
(info);
in program_hw()
2618
rx_stop
(info); /* restart receiver to use new fill level */
in rx_enable()
2637
rx_stop
(info);
in rx_enable()
3846
static void
rx_stop
(struct slgt_info *info)
in rx_stop()
function
3982
rx_stop
(info);
in reset_port()
4005
rx_stop
(info);
in async_mode()
4146
rx_stop
(inf
in sync_mode()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/micrel/
H
A
D
ksz884x.c
1256
* @
rx_stop
: Indication of receive process stop.
1299
u8
rx_stop
;
member
3894
hw->
rx_stop
++;
in hw_start_rx()
3897
if (0 == hw->
rx_stop
)
in hw_start_rx()
3898
hw->
rx_stop
= 2;
in hw_start_rx()
3909
hw->
rx_stop
= 0;
in hw_stop_rx()
5208
if (0 == hw->
rx_stop
)
in handle_rx_stop()
5210
else if (hw->
rx_stop
> 1) {
in handle_rx_stop()
5215
hw->
rx_stop
= 0;
in handle_rx_stop()
5219
hw->
rx_stop
in handle_rx_stop()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/micrel/
H
A
D
ksz884x.c
1188
* @
rx_stop
: Indication of receive process stop.
1231
u8
rx_stop
;
member
3521
hw->
rx_stop
++;
in hw_start_rx()
3524
if (0 == hw->
rx_stop
)
in hw_start_rx()
3525
hw->
rx_stop
= 2;
in hw_start_rx()
3536
hw->
rx_stop
= 0;
in hw_stop_rx()
4835
if (0 == hw->
rx_stop
)
in handle_rx_stop()
4837
else if (hw->
rx_stop
> 1) {
in handle_rx_stop()
4842
hw->
rx_stop
= 0;
in handle_rx_stop()
4846
hw->
rx_stop
in handle_rx_stop()
[all...]
/kernel/linux/linux-5.10/drivers/char/pcmcia/
H
A
D
synclink_cs.c
364
static void
rx_stop
(MGSLPC_INFO *info);
1346
rx_stop
(info);
in shutdown()
1373
rx_stop
(info);
in mgslpc_program_hw()
1939
rx_stop
(info);
in set_rxenable()
3252
rx_stop
(info);
in hdlc_mode()
3255
static void
rx_stop
(MGSLPC_INFO *info)
in rx_stop()
function
3258
printk("%s(%d):
rx_stop
(%s)\n",
in rx_stop()
Completed in 38 milliseconds