Home
last modified time | relevance | path

Searched refs:CONTROL_RESET (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dcypress_m8.h71 #define CONTROL_RESET 0x08 /* sent with output report */ macro
H A Dcypress_m8.c725 if (priv->line_control & CONTROL_RESET) in cypress_send()
726 priv->line_control &= ~CONTROL_RESET; in cypress_send()