Searched refs:N_OUTPUT_LOWAT (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/serial/
H A Dioc3_serial.c83 #define N_OUTPUT_LOWAT 0x02 macro
95 #define N_ALL_OUTPUT N_OUTPUT_LOWAT
100 #define N_ALL (N_DATA_READY | N_OUTPUT_LOWAT | N_BREAK \
781 if (mask & N_OUTPUT_LOWAT)
935 set_notification(port, N_OUTPUT_LOWAT, 0);
937 set_notification(port, N_OUTPUT_LOWAT, 1);
1561 if (port->ip_notify & N_OUTPUT_LOWAT)
1574 if (port->ip_notify & N_OUTPUT_LOWAT) {
1686 set_notification(port, N_OUTPUT_LOWAT, 0);
1792 set_notification(port, N_OUTPUT_LOWAT,
[all...]
H A Dioc4_serial.c353 #define N_OUTPUT_LOWAT 0x02 macro
365 #define N_ALL_OUTPUT N_OUTPUT_LOWAT
369 #define N_ALL (N_DATA_READY | N_OUTPUT_LOWAT | N_BREAK | \
1517 if (mask & N_OUTPUT_LOWAT)
1670 set_notification(port, N_OUTPUT_LOWAT, 0);
1672 set_notification(port, N_OUTPUT_LOWAT, 1);
1968 if (port->ip_notify & N_OUTPUT_LOWAT)
1981 if (port->ip_notify & N_OUTPUT_LOWAT) {
2414 set_notification(port, N_OUTPUT_LOWAT, 0);
2518 set_notification(port, N_OUTPUT_LOWAT,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/serial/
H A Dioc3_serial.c83 #define N_OUTPUT_LOWAT 0x02 macro
95 #define N_ALL_OUTPUT N_OUTPUT_LOWAT
100 #define N_ALL (N_DATA_READY | N_OUTPUT_LOWAT | N_BREAK \
781 if (mask & N_OUTPUT_LOWAT)
935 set_notification(port, N_OUTPUT_LOWAT, 0);
937 set_notification(port, N_OUTPUT_LOWAT, 1);
1561 if (port->ip_notify & N_OUTPUT_LOWAT)
1574 if (port->ip_notify & N_OUTPUT_LOWAT) {
1686 set_notification(port, N_OUTPUT_LOWAT, 0);
1792 set_notification(port, N_OUTPUT_LOWAT,
[all...]
H A Dioc4_serial.c353 #define N_OUTPUT_LOWAT 0x02 macro
365 #define N_ALL_OUTPUT N_OUTPUT_LOWAT
369 #define N_ALL (N_DATA_READY | N_OUTPUT_LOWAT | N_BREAK | \
1517 if (mask & N_OUTPUT_LOWAT)
1670 set_notification(port, N_OUTPUT_LOWAT, 0);
1672 set_notification(port, N_OUTPUT_LOWAT, 1);
1968 if (port->ip_notify & N_OUTPUT_LOWAT)
1981 if (port->ip_notify & N_OUTPUT_LOWAT) {
2414 set_notification(port, N_OUTPUT_LOWAT, 0);
2518 set_notification(port, N_OUTPUT_LOWAT,
[all...]

Completed in 120 milliseconds