Searched refs:T_STOP (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/usb/usx2y/
H A Dusbus428ctldefs.h46 #define T_STOP 4 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/core/
H A Dpktgen.c187 #define T_STOP (1<<1) /* Stop run */ macro
2869 t->control &= ~(T_STOP);
2881 t->control |= T_STOP;
2934 t->control |= (T_STOP);
3282 (t->control & (T_STOP | T_RUN | T_REMDEVALL | T_REMDEV))
3310 if (t->control & T_STOP) {
3312 t->control &= ~(T_STOP);

Completed in 47 milliseconds