| /Zephyr-latest/tests/drivers/uart/uart_elementary/src/ | 
| D | main.c | 144 						.flow_ctrl = UART_CFG_FLOW_CTRL_RTS_CTS };  in ZTEST() 168 	zassert_equal(test_uart_config.flow_ctrl, test_expected_uart_config.flow_ctrl,  in ZTEST() 170 		      test_uart_config.flow_ctrl, test_expected_uart_config.flow_ctrl);  in ZTEST() 185 						.flow_ctrl = UART_CFG_FLOW_CTRL_RTS_CTS };  in ZTEST() 205 						.flow_ctrl = UART_CFG_FLOW_CTRL_RTS_CTS };  in ZTEST() 242 						.flow_ctrl = UART_CFG_FLOW_CTRL_NONE };  in ZTEST() 249 						    .flow_ctrl = UART_CFG_FLOW_CTRL_NONE };  in ZTEST()
  | 
| /Zephyr-latest/drivers/serial/ | 
| D | uart_cc23x0.c | 75 	bool flow_ctrl;  in uart_cc23x0_configure()  local 128 	switch (cfg->flow_ctrl) {  in uart_cc23x0_configure() 130 		flow_ctrl = false;  in uart_cc23x0_configure() 133 		flow_ctrl = true;  in uart_cc23x0_configure() 144 	if (flow_ctrl) {  in uart_cc23x0_configure() 399 				.flow_ctrl = DT_INST_PROP(n, hw_flow_control),                     \
  | 
| D | usart_sam.c | 227 static uint32_t usart_sam_cfg2sam_flow_ctrl(uint8_t flow_ctrl)  in usart_sam_cfg2sam_flow_ctrl()  argument 229 	switch (flow_ctrl) {  in usart_sam_cfg2sam_flow_ctrl() 265 		cfg->flow_ctrl == UART_CFG_FLOW_CTRL_DTR_DSR) {  in usart_sam_configure() 282 		     | usart_sam_cfg2sam_flow_ctrl(cfg->flow_ctrl);  in usart_sam_configure() 305 	cfg->flow_ctrl = usart_sam_get_flow_ctrl(dev);  in usart_sam_config_get() 507 		.flow_ctrl = UART_CFG_FLOW_CTRL_NONE,  in usart_sam_init() 510 		uart_config.flow_ctrl = UART_CFG_FLOW_CTRL_RTS_CTS;  in usart_sam_init()
  | 
| D | uart_native_tty_bottom.h | 50 	enum native_tty_bottom_flow_control flow_ctrl;  member
  | 
| D | uart_lpc11u6x.c | 166 	if (cfg->flow_ctrl != UART_CFG_FLOW_CTRL_NONE) {  in lpc11u6x_uart0_configure() 176 	data->flow_ctrl = cfg->flow_ctrl;  in lpc11u6x_uart0_configure() 191 	cfg->flow_ctrl = data->flow_ctrl;  in lpc11u6x_uart0_config_get() 366 	data->flow_ctrl = UART_CFG_FLOW_CTRL_NONE;  in lpc11u6x_uart0_init() 572 	if (cfg->flow_ctrl != UART_CFG_FLOW_CTRL_NONE) {  in lpc11u6x_uartx_configure() 596 	data->flow_ctrl = cfg->flow_ctrl;  in lpc11u6x_uartx_configure() 610 	cfg->flow_ctrl = data->flow_ctrl;  in lpc11u6x_uartx_config_get() 799 	data->flow_ctrl = UART_CFG_FLOW_CTRL_NONE;  in lpc11u6x_uartx_init()
  | 
| D | uart_cc13xx_cc26xx.c | 99 	bool flow_ctrl;  in uart_cc13xx_cc26xx_configure()  local 152 	switch (cfg->flow_ctrl) {  in uart_cc13xx_cc26xx_configure() 154 		flow_ctrl = false;  in uart_cc13xx_cc26xx_configure() 157 		flow_ctrl = true;  in uart_cc13xx_cc26xx_configure() 176 	if (flow_ctrl) {  in uart_cc13xx_cc26xx_configure() 623 			.flow_ctrl = UART_CFG_FLOW_CTRL_NONE,	     \
  | 
| D | uart_lpc11u6x.h | 148 	uint8_t flow_ctrl;  member 186 	uint8_t flow_ctrl;  member
  | 
| D | uart_numicro.c | 118 	if (cfg->flow_ctrl == UART_CFG_FLOW_CTRL_NONE) {  in uart_numicro_configure() 120 	} else if (cfg->flow_ctrl == UART_CFG_FLOW_CTRL_RTS_CTS) {  in uart_numicro_configure()
  | 
| D | uart_gecko.c | 392 	if (uart_cfg->flow_ctrl) {  in uart_gecko_init_pins() 591 	if (uart_cfg->flow_ctrl != cfg->flow_ctrl) {  in uart_gecko_configure() 617 	cfg->flow_ctrl = uart_cfg->flow_ctrl;  in uart_gecko_config_get() 650 	usartInit.hwFlowControl = uart_cfg->flow_ctrl ?  in uart_gecko_init() 845 		.flow_ctrl = DT_INST_PROP(idx, hw_flow_control)			\ 912 		.flow_ctrl = DT_INST_PROP(idx, hw_flow_control)			\ 948 		.flow_ctrl = DT_INST_PROP(idx, hw_flow_control)			\
  | 
| D | uart_native_tty.c | 123 	if (cfg->flow_ctrl != UART_CFG_FLOW_CTRL_NONE) {  in native_tty_conv_to_bottom_cfg() 128 	bottom_cfg->flow_ctrl = NTB_FLOW_CTRL_NONE;  in native_tty_conv_to_bottom_cfg() 400 				.flow_ctrl = UART_CFG_FLOW_CTRL_NONE,                              \
  | 
| D | uart_apbuart.c | 263 	switch (cfg->flow_ctrl) {  in apbuart_configure() 297 	cfg->flow_ctrl = UART_CFG_FLOW_CTRL_NONE;  in apbuart_config_get() 299 		cfg->flow_ctrl = UART_CFG_FLOW_CTRL_RTS_CTS;  in apbuart_config_get()
  | 
| D | uart_sam.c | 176 		cfg->flow_ctrl != UART_CFG_FLOW_CTRL_NONE) {  in uart_sam_configure() 213 	cfg->flow_ctrl = UART_CFG_FLOW_CTRL_NONE;  in uart_sam_config_get() 415 		.flow_ctrl = UART_CFG_FLOW_CTRL_NONE,  in uart_sam_init()
  | 
| D | uart_smartbond.c | 248 	    (cfg->flow_ctrl != UART_CFG_FLOW_CTRL_NONE &&  in uart_smartbond_configure() 249 	     cfg->flow_ctrl != UART_CFG_FLOW_CTRL_RTS_CTS)) {  in uart_smartbond_configure() 254 	if (cfg->flow_ctrl == UART_CFG_FLOW_CTRL_RTS_CTS &&  in uart_smartbond_configure() 303 	data->runtime_cfg.mcr_reg_val = cfg->flow_ctrl ? UART2_UART2_MCR_REG_UART_AFCE_Msk : 0;  in uart_smartbond_configure() 798 			.flow_ctrl = UART_CFG_FLOW_CTRL_NONE,					\
  | 
| D | uart_shell.c | 102 	cfg.flow_ctrl = flow_control;  in cmd_uart_flow_control()
  | 
| D | uart_neorv32.c | 152 	switch (cfg->flow_ctrl) {  in neorv32_uart_configure() 160 		LOG_ERR("unsupported flow control mode %d", cfg->flow_ctrl);  in neorv32_uart_configure() 509 			.flow_ctrl = DT_PROP(node_id, hw_flow_control) ? \
  | 
| D | uart_ene_kb1200.c | 97 	switch (cfg->flow_ctrl) {  in kb1200_uart_configure() 369 				.flow_ctrl = UART_CFG_FLOW_CTRL_NONE,                              \
  | 
| D | uart_silabs_usart.c | 960 	usartInit.hwFlowControl = uart_silabs_cfg2ll_hwctrl(data->uart_cfg->flow_ctrl);  in uart_silabs_configure_peripheral() 985 	if (cfg->flow_ctrl == UART_CFG_FLOW_CTRL_DTR_DSR ||  in uart_silabs_configure() 986 	    cfg->flow_ctrl == UART_CFG_FLOW_CTRL_RS485) {  in uart_silabs_configure() 1008 	cfg->flow_ctrl = uart_cfg->flow_ctrl;  in uart_silabs_config_get() 1167 		.flow_ctrl = DT_INST_PROP(idx, hw_flow_control) ? UART_CFG_FLOW_CTRL_RTS_CTS       \
  | 
| /Zephyr-latest/subsys/debug/gdbstub/ | 
| D | gdbstub_backend_serial.c | 21 		.flow_ctrl = UART_CFG_FLOW_CTRL_NONE  in z_gdb_backend_init()
  | 
| /Zephyr-latest/tests/drivers/uart/uart_basic_api/src/ | 
| D | test_uart_config.c | 33 		.flow_ctrl = UART_CFG_FLOW_CTRL_NONE
  | 
| D | test_uart_config_wide.c | 33 		.flow_ctrl = UART_CFG_FLOW_CTRL_NONE
  | 
| /Zephyr-latest/subsys/usb/device/class/ | 
| D | cdc_acm.c | 135 	bool flow_ctrl;  member 923 	switch (cfg->flow_ctrl) {  in cdc_acm_configure() 925 		dev_data->flow_ctrl = false;  in cdc_acm_configure() 928 		dev_data->flow_ctrl = true;  in cdc_acm_configure() 992 	cfg->flow_ctrl = dev_data->flow_ctrl ? UART_CFG_FLOW_CTRL_RTS_CTS :  in cdc_acm_config_get() 1041 		if (k_is_in_isr() || !dev_data->flow_ctrl) {  in cdc_acm_poll_out() 1213 		.flow_ctrl = DT_INST_PROP(x, hw_flow_control),		\
  | 
| /Zephyr-latest/samples/drivers/uart/native_tty/src/ | 
| D | main.c | 23 	.flow_ctrl = UART_CFG_FLOW_CTRL_NONE,
  | 
| /Zephyr-latest/samples/boards/st/uart/circular_dma/src/ | 
| D | main.c | 31 				     .flow_ctrl = UART_CFG_FLOW_CTRL_NONE};
  | 
| /Zephyr-latest/subsys/usb/device_next/class/ | 
| D | usbd_cdc_acm.c | 111 	bool flow_ctrl;  member 414 	cfg->flow_ctrl = data->flow_ctrl ? UART_CFG_FLOW_CTRL_RTS_CTS :  in cdc_acm_update_uart_cfg() 953 		if (k_is_in_isr() || !data->flow_ctrl) {  in cdc_acm_poll_out() 1040 	switch (cfg->flow_ctrl) {  in cdc_acm_configure() 1042 		data->flow_ctrl = false;  in cdc_acm_configure() 1045 		data->flow_ctrl = true;  in cdc_acm_configure() 1318 		.flow_ctrl = DT_INST_PROP(n, hw_flow_control),			\
  | 
| /Zephyr-latest/subsys/bluetooth/host/classic/ | 
| D | rfcomm_internal.h | 69 	uint8_t  flow_ctrl;  member
  |