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:bd_ops
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/serial/jsm/
H
A
D
jsm_tty.c
103
channel->ch_bd->
bd_ops
->assert_modem_signals(channel);
in jsm_tty_set_mctrl()
120
channel->ch_bd->
bd_ops
->copy_data_from_queue_to_uart(channel);
in jsm_tty_write()
158
channel->ch_bd->
bd_ops
->send_start_character(channel);
in jsm_tty_send_xchar()
161
channel->ch_bd->
bd_ops
->send_stop_character(channel);
in jsm_tty_send_xchar()
170
channel->ch_bd->
bd_ops
->disable_receiver(channel);
in jsm_tty_stop_rx()
181
channel->ch_bd->
bd_ops
->send_break(channel);
in jsm_tty_break()
183
channel->ch_bd->
bd_ops
->clear_break(channel);
in jsm_tty_break()
237
brd->
bd_ops
->flush_uart_write(channel);
in jsm_tty_open()
238
brd->
bd_ops
->flush_uart_read(channel);
in jsm_tty_open()
254
brd->
bd_ops
in jsm_tty_open()
744
struct board_ops *
bd_ops
= ch->ch_bd->
bd_ops
;
jsm_check_queue_flow_control()
local
[all...]
H
A
D
jsm_driver.c
151
brd->
bd_ops
= &jsm_cls_ops;
in jsm_probe_one()
199
brd->
bd_ops
= &jsm_neo_ops;
in jsm_probe_one()
219
rc = request_irq(brd->irq, brd->
bd_ops
->intr, IRQF_SHARED, "JSM", brd);
in jsm_probe_one()
H
A
D
jsm.h
157
struct board_ops *
bd_ops
;
member
/kernel/linux/linux-6.6/drivers/tty/serial/jsm/
H
A
D
jsm_tty.c
103
channel->ch_bd->
bd_ops
->assert_modem_signals(channel);
in jsm_tty_set_mctrl()
120
channel->ch_bd->
bd_ops
->copy_data_from_queue_to_uart(channel);
in jsm_tty_write()
158
channel->ch_bd->
bd_ops
->send_start_character(channel);
in jsm_tty_send_xchar()
161
channel->ch_bd->
bd_ops
->send_stop_character(channel);
in jsm_tty_send_xchar()
170
channel->ch_bd->
bd_ops
->disable_receiver(channel);
in jsm_tty_stop_rx()
181
channel->ch_bd->
bd_ops
->send_break(channel);
in jsm_tty_break()
183
channel->ch_bd->
bd_ops
->clear_break(channel);
in jsm_tty_break()
237
brd->
bd_ops
->flush_uart_write(channel);
in jsm_tty_open()
238
brd->
bd_ops
->flush_uart_read(channel);
in jsm_tty_open()
254
brd->
bd_ops
in jsm_tty_open()
748
struct board_ops *
bd_ops
= ch->ch_bd->
bd_ops
;
jsm_check_queue_flow_control()
local
[all...]
H
A
D
jsm_driver.c
150
brd->
bd_ops
= &jsm_cls_ops;
in jsm_probe_one()
198
brd->
bd_ops
= &jsm_neo_ops;
in jsm_probe_one()
218
rc = request_irq(brd->irq, brd->
bd_ops
->intr, IRQF_SHARED, "JSM", brd);
in jsm_probe_one()
H
A
D
jsm.h
157
struct board_ops *
bd_ops
;
member
Completed in 6 milliseconds