Home
last modified time | relevance | path

Searched refs:flow_control (Results 1 – 25 of 59) sorted by relevance

123

/linux/drivers/nfc/nfcmrvl/
H A Duart.c16 static unsigned int flow_control; variable
49 config->flow_control); in nfcmrvl_uart_nci_update_config()
79 pdata->flow_control = of_property_read_bool(matched_node, "flow-control"); in nfcmrvl_uart_parse_dt()
112 config.flow_control = flow_control; in nfcmrvl_nci_uart_open()
191 module_param(flow_control, uint, 0);
192 MODULE_PARM_DESC(flow_control, "Tell if UART needs flow control at init.");
H A Dfw_dnld.h28 uint8_t flow_control; member
H A Dnfcmrvl.h66 bool flow_control; member
/linux/drivers/gpu/drm/amd/display/dc/dcn201/
H A Ddcn201_mpc.c47 struct mpc_dwb_flow_control *flow_control) in mpc201_set_out_rate_control() argument
55 if (flow_control) in mpc201_set_out_rate_control()
57 MPC_OUT_FLOW_CONTROL_MODE, flow_control->flow_ctrl_mode, in mpc201_set_out_rate_control()
58 MPC_OUT_FLOW_CONTROL_COUNT0, flow_control->flow_ctrl_cnt0, in mpc201_set_out_rate_control()
59 MPC_OUT_FLOW_CONTROL_COUNT1, flow_control->flow_ctrl_cnt1); in mpc201_set_out_rate_control()
/linux/drivers/platform/surface/aggregator/
H A Dcore.c309 bool flow_control; in ssam_serdev_setup_via_acpi_crs() local
319 if (uart->flow_control & (~((u8)ACPI_UART_FLOW_CONTROL_HW))) { in ssam_serdev_setup_via_acpi_crs()
321 uart->flow_control); in ssam_serdev_setup_via_acpi_crs()
325 flow_control = uart->flow_control & ACPI_UART_FLOW_CONTROL_HW; in ssam_serdev_setup_via_acpi_crs()
326 serdev_device_set_flow_control(serdev, flow_control); in ssam_serdev_setup_via_acpi_crs()
/linux/include/rdma/
H A Dib_cm.h112 unsigned int flow_control:1; member
129 unsigned int flow_control:1; member
364 u8 flow_control; member
391 u8 flow_control; member
H A Drdma_cm.h73 u8 flow_control; member
/linux/drivers/bluetooth/
H A Dbtrtl.h149 u32 *device_baudrate, bool *flow_control);
189 bool *flow_control) in btrtl_get_uart_settings() argument
H A Dhci_h5.c908 bool flow_control; in h5_btrtl_setup() local
917 &flow_control); in h5_btrtl_setup()
935 serdev_device_set_flow_control(h5->hu->serdev, flow_control); in h5_btrtl_setup()
937 if (flow_control) in h5_btrtl_setup()
H A Dbtrtl.c1414 u32 *device_baudrate, bool *flow_control) in btrtl_get_uart_settings() argument
1453 *flow_control = !!(entry->data[12] & BIT(2)); in btrtl_get_uart_settings()
1455 *flow_control = false; in btrtl_get_uart_settings()
1476 rtl_dev_dbg(hdev, "flow control %d", *flow_control); in btrtl_get_uart_settings()
/linux/drivers/char/tpm/
H A Dtpm_tis_spi.h15 int (*flow_control)(struct tpm_tis_spi_phy *phy, member
H A Dtpm_tis_spi_main.c174 ret = phy->flow_control(phy, &spi_xfer); in tpm_tis_spi_transfer_full()
275 phy->flow_control = tpm_tis_spi_flow_control; in tpm_tis_spi_probe()
H A Dtpm_tis_spi_cr50.c278 phy->flow_control = cr50_spi_flow_control; in cr50_spi_probe()
/linux/drivers/usb/serial/
H A Dxr_serial.c118 u16 flow_control; member
158 .flow_control = 0x0c,
180 .flow_control = 0x06,
203 .flow_control = 0xc06,
223 .flow_control = 0x46,
679 xr_set_reg_uart(port, type->flow_control, flow); in xr_set_flow_mode()
H A Dkeyspan.c578 enum {flow_none, flow_cts, flow_xon} flow_control; member
650 p_priv->flow_control = (cflag & CRTSCTS) ? flow_cts : flow_none; in keyspan_set_termios()
1560 p_priv->flow_control = (cflag & CRTSCTS) ? flow_cts : flow_none; in keyspan_open()
2107 msg.ctsFlowControl = (p_priv->flow_control == flow_cts); in keyspan_usa26_send_setup()
2223 msg.ctsFlowControl = (p_priv->flow_control == flow_cts); in keyspan_usa28_send_setup()
2377 msg.ctsFlowControl = (p_priv->flow_control == flow_cts); in keyspan_usa49_send_setup()
2556 if (p_priv->flow_control == flow_cts) in keyspan_usa90_send_setup()
2679 msg.ctsFlowControl = (p_priv->flow_control == flow_cts); in keyspan_usa67_send_setup()
/linux/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_map.h21 } flow_control; member
/linux/drivers/net/ethernet/amd/
H A Dau1000_eth.h64 u32 flow_control; member
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_utils_fw.c239 u32 flow_control = self->aq_nic_cfg->fc.req; in aq_a2_fw_set_mpi_flow_control() local
241 link_options->pause_rx = !!(flow_control & AQ_NIC_FC_RX); in aq_a2_fw_set_mpi_flow_control()
242 link_options->pause_tx = !!(flow_control & AQ_NIC_FC_TX); in aq_a2_fw_set_mpi_flow_control()
/linux/drivers/net/ethernet/marvell/
H A Dskge.c561 (skge->flow_control == FLOW_MODE_SYM_OR_REM)); in skge_get_pauseparam()
563 (skge->flow_control == FLOW_MODE_LOC_SEND)); in skge_get_pauseparam()
581 skge->flow_control = FLOW_MODE_SYMMETRIC; in skge_set_pauseparam()
583 skge->flow_control = FLOW_MODE_SYM_OR_REM; in skge_set_pauseparam()
585 skge->flow_control = FLOW_MODE_LOC_SEND; in skge_set_pauseparam()
587 skge->flow_control = FLOW_MODE_NONE; in skge_set_pauseparam()
1401 ctrl |= fiber_pause_map[skge->flow_control]; in xm_phy_init()
1992 adv |= phy_pause_map[skge->flow_control]; in yukon_init()
1999 adv |= fiber_pause_map[skge->flow_control]; in yukon_init()
2126 switch (skge->flow_control) { in yukon_mac_init()
[all …]
/linux/include/linux/
H A Dti_wilink_st.h327 u32 flow_control; member
/linux/drivers/hid/intel-ish-hid/ishtp/
H A Dhbm.c785 struct hbm_flow_control *flow_control = in recv_hbm() local
792 if (cl->host_client_id == flow_control->host_addr && in recv_hbm()
794 flow_control->fw_addr) { in recv_hbm()
/linux/include/uapi/rdma/
H A Drdma_user_cm.h198 __u8 flow_control; member
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dmpc.h513 struct mpc_dwb_flow_control *flow_control);
/linux/drivers/mtd/nand/raw/
H A Dqcom_nandc.c1027 bool flow_control) in prep_adm_dma_desc() argument
1061 slave_conf.device_fc = flow_control; in prep_adm_dma_desc()
1115 bool flow_control = false; in read_reg_dma() local
1129 flow_control = true; in read_reg_dma()
1132 num_regs * sizeof(u32), flow_control); in read_reg_dma()
1146 bool flow_control = false; in write_reg_dma() local
1173 flow_control = true; in write_reg_dma()
1176 num_regs * sizeof(u32), flow_control); in write_reg_dma()
/linux/drivers/platform/chrome/
H A Dcros_ec_uart.c217 ec_uart->flowcontrol = sb->flow_control; in cros_ec_uart_resource()

123