Lines Matching refs:control
849 control_result = serial->ops->control(serial, in rt_serial_tx_enable()
889 control_result = serial->ops->control(serial, in rt_serial_tx_enable()
934 control_result = serial->ops->control(serial, in rt_serial_tx_enable()
1012 … return serial->ops->control(serial, RT_DEVICE_CTRL_CONFIG, (void *)RT_SERIAL_RX_NON_BLOCKING); in rt_serial_rx_enable()
1022 return serial->ops->control(serial, RT_DEVICE_CTRL_CONFIG, (void *)RT_SERIAL_RX_BLOCKING); in rt_serial_rx_enable()
1053 serial->ops->control(serial, in rt_serial_rx_disable()
1062 serial->ops->control(serial, in rt_serial_rx_disable()
1101 serial->ops->control(serial, in rt_serial_tx_disable()
1110 serial->ops->control(serial, in rt_serial_tx_disable()
1170 serial->ops->control(serial, RT_DEVICE_CTRL_CLOSE, RT_NULL); in rt_serial_close()
1774 ret = serial->ops->control(serial, cmd, args); in rt_serial_control()
1880 device->control = rt_serial_control; in rt_hw_serial_register()