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:flow_ctrl
(Results
1 - 12
of
12
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H
A
D
hcc_host.c
216
hcc_tx_queues->queues[i].
flow_ctrl
.enable = HI_TRUE;
217
hcc_tx_queues->queues[i].
flow_ctrl
.flow_type = HCC_FLOWCTRL_SDIO;
218
hcc_tx_queues->queues[i].
flow_ctrl
.is_stopped = HI_FALSE;
219
hcc_tx_queues->queues[i].
flow_ctrl
.low_waterline = THRESHOLD_SIZE_512_BYTES;
220
hcc_tx_queues->queues[i].
flow_ctrl
.high_waterline = THRESHOLD_SIZE_1024_BYTES;
224
hcc_rx_queues->queues[i].
flow_ctrl
.enable = HI_TRUE;
225
hcc_rx_queues->queues[i].
flow_ctrl
.is_stopped = HI_FALSE;
226
hcc_rx_queues->queues[i].
flow_ctrl
.low_waterline = THRESHOLD_SIZE_128_BYTES;
227
hcc_rx_queues->queues[i].
flow_ctrl
.high_waterline = THRESHOLD_SIZE_512_BYTES;
230
/* Additional high priority
flow_ctrl
setting
[all...]
H
A
D
hcc_host.h
122
hcc_flow_ctrl_stru
flow_ctrl
;
member
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/uart/
H
A
D
hi_uart.c
278
hi_u32 hi_uart_set_flow_ctrl(hi_uart_idx id, hi_flow_ctrl
flow_ctrl
)
in hi_uart_set_flow_ctrl()
argument
284
if (port_num >= UART_NUM ||
flow_ctrl
> HI_FLOW_CTRL_CTS_ONLY) {
in hi_uart_set_flow_ctrl()
292
uart_attr.
flow_ctrl
= (hi_u8)
flow_ctrl
;
in hi_uart_set_flow_ctrl()
H
A
D
serial_dw.h
39
hi_u8
flow_ctrl
; /* 0: None; 1:rts&&cts. 2:only rts; 3:only cts */
member
H
A
D
uart_drv.h
80
hi_u8
flow_ctrl
; /**< 0: disable flow ctrl; 1: enable rts and cts; 2: enable rts only; 3: enable cts only.
member
H
A
D
uart_drv.c
560
uart_param.
flow_ctrl
= udd->attr.
flow_ctrl
;
in uart_drv_set_attr()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_uart.h
283
* @param
flow_ctrl
[IN] type #hi_flow_ctrl,haredware flow control mode.
292
hi_u32 hi_uart_set_flow_ctrl(hi_uart_idx id, hi_flow_ctrl
flow_ctrl
);
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/stmicro/stmmac/
H
A
D
stmmac.h
184
unsigned int
flow_ctrl
;
member
H
A
D
hwif.h
329
void (*
flow_ctrl
)(struct mac_device_info *hw, unsigned int duplex,
member
432
stmmac_do_void_callback(__priv, mac,
flow_ctrl
, __args)
/device/soc/rockchip/rk3588/kernel/include/linux/
H
A
D
stmmac.h
184
unsigned int
flow_ctrl
;
member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/
H
A
D
hi_boot_rom.h
411
hi_uchar
flow_ctrl
; /* 0: None; 1:rts&&cts. 2:only rts; 3:only cts */
member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/
H
A
D
hi_boot_rom.h
411
hi_uchar
flow_ctrl
; /* 0: None; 1:rts&&cts. 2:only rts; 3:only cts */
member
Completed in 14 milliseconds