Searched refs:rts (Results 1 – 7 of 7) sorted by relevance
155 unsigned int rts : 1; member
878 if (attribute->rts && attribute->cts) {880 } else if (attribute->rts && !attribute->cts) {882 } else if (!attribute->rts && attribute->cts) {940 attribute->rts = 0;944 attribute->rts = 0;948 attribute->rts = 1;952 attribute->rts = 1;956 attribute->rts = 0;
878 attribute->rts = 0;882 attribute->rts = 0;886 attribute->rts = 1;890 attribute->rts = 1;894 attribute->rts = 0;899 if (attribute->rts && attribute->cts) {901 } else if (attribute->rts && !attribute->cts) {903 } else if (!attribute->rts && attribute->cts) {
183 static uint32_t GetUartFlowControl(uint32_t rts, uint32_t cts) in GetUartFlowControl() argument187 if (!rts && !cts) { in GetUartFlowControl()189 } else if (rts && cts) { in GetUartFlowControl()191 } else if (rts) { in GetUartFlowControl()215 params->config.flow_control = GetUartFlowControl(udd->attr.rts, udd->attr.cts); in Asr582xUartConfig()
569 if (attribute->rts && attribute->cts) { in UartHostDevSetAttribute()612 attribute->rts = 1; in UartHostDevGetAttribute()616 attribute->rts = 0; in UartHostDevGetAttribute()
206 attribute.rts = UART_ATTR_RTS_DIS; in UartSetAttributeTest()232 HDF_LOGD("UartGetAttributeTest: rts %u", attribute.rts); in UartGetAttributeTest()
404 attribute->rts = CtsRtsToAttr(termios.c_cflag); in UartAdapterGetAttribute()431 if (attribute->cts || attribute->rts) { in UartAdapterSetAttribute()