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
defs:stm32_port
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/serial/
H
A
D
stm32-usart.c
103
struct
stm32_port
*
stm32_port
= to_stm32_port(port);
in stm32_usart_config_rs485()
local
172
struct
stm32_port
*
stm32_port
= to_stm32_port(port);
in stm32_usart_pending_rx()
local
196
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_get_char()
local
216
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_receive_chars()
local
303
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_tx_interrupt_enable()
local
318
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_tx_interrupt_disable()
local
329
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_transmit_chars_pio()
local
422
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_transmit_chars()
local
475
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_interrupt()
local
512
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_threaded_interrupt()
local
522
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_tx_empty()
local
533
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_set_mctrl()
local
546
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_get_mctrl()
local
568
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_stop_tx()
local
587
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_start_tx()
local
610
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_throttle()
local
625
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_unthrottle()
local
640
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_stop_rx()
local
655
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_startup()
local
682
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_shutdown()
local
748
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_set_termios()
local
1363
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_serial_remove()
local
1413
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_console_putchar()
local
1426
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_console_write()
local
1513
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_serial_en_wakeup()
local
[all...]
H
A
D
stm32-usart.h
256
struct
stm32_port
{
struct
/kernel/linux/linux-6.6/drivers/tty/serial/
H
A
D
stm32-usart.c
136
struct
stm32_port
*
stm32_port
= to_stm32_port(port);
in stm32_usart_tx_empty()
local
147
struct
stm32_port
*
stm32_port
= to_stm32_port(port);
in stm32_usart_rs485_rts_enable()
local
165
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_rs485_rts_disable()
local
221
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_config_rs485()
local
290
stm32_usart_rx_dma_started(struct
stm32_port
*
stm32_port
)
stm32_usart_rx_dma_started()
argument
295
stm32_usart_rx_dma_terminate(struct
stm32_port
*
stm32_port
)
stm32_usart_rx_dma_terminate()
argument
301
stm32_usart_dma_pause_resume(struct
stm32_port
*
stm32_port
, struct dma_chan *chan, enum dma_status expected_status, int dmaengine_pause_or_resume(struct dma_chan *), bool stm32_usart_xx_dma_started(struct
stm32_port
*), void stm32_usart_xx_dma_terminate(struct
stm32_port
*))
stm32_usart_dma_pause_resume()
argument
327
stm32_usart_rx_dma_pause(struct
stm32_port
*
stm32_port
)
stm32_usart_rx_dma_pause()
argument
335
stm32_usart_rx_dma_resume(struct
stm32_port
*
stm32_port
)
stm32_usart_rx_dma_resume()
argument
346
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_pending_rx_pio()
local
366
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_get_char_pio()
local
379
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_receive_chars_pio()
local
445
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_push_buffer_dma()
local
472
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_receive_chars_dma()
local
492
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_receive_chars()
local
547
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_rx_dma_start_or_resume()
local
601
stm32_usart_tx_dma_terminate(struct
stm32_port
*
stm32_port
)
stm32_usart_tx_dma_terminate()
argument
607
stm32_usart_tx_dma_started(struct
stm32_port
*
stm32_port
)
stm32_usart_tx_dma_started()
argument
619
stm32_usart_tx_dma_pause(struct
stm32_port
*
stm32_port
)
stm32_usart_tx_dma_pause()
argument
627
stm32_usart_tx_dma_resume(struct
stm32_port
*
stm32_port
)
stm32_usart_tx_dma_resume()
argument
651
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_tx_interrupt_enable()
local
666
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_tc_interrupt_enable()
local
674
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_tx_interrupt_disable()
local
685
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_tc_interrupt_disable()
local
693
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_transmit_chars_pio()
local
789
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_transmit_chars()
local
856
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_interrupt()
local
918
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_set_mctrl()
local
931
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_get_mctrl()
local
953
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_stop_tx()
local
981
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_flush_buffer()
local
990
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_throttle()
local
1013
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_unthrottle()
local
1037
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_stop_rx()
local
1055
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_startup()
local
1094
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_shutdown()
local
1143
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_set_termios()
local
1413
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_poll_init()
local
1420
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_poll_get_char()
local
1815
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_serial_remove()
local
1857
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_console_putchar()
local
1877
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_console_write()
local
2011
struct
stm32_port
*
stm32_port
= to_
stm32_port
(port);
stm32_usart_serial_en_wakeup()
local
[all...]
H
A
D
stm32-usart.h
188
struct
stm32_port
{
struct
Completed in 5 milliseconds