Searched defs:bflag (Results 1 - 2 of 2) sorted by relevance

/drivers/tty/serial/
H A Ddz.c570 int bflag; local
597 bflag = dz_encode_baud_rate(baud);
598 if (bflag < 0) { /* Try to keep unchanged. */
600 bflag = dz_encode_baud_rate(baud);
601 if (bflag < 0) { /* Resort to 9600. */
603 bflag = DZ_B9600;
607 cflag |= bflag;
/drivers/staging/emxx_udc/
H A Demxx_udc.c1241 bool bflag)
1280 if (bflag == FALSE)
1295 bool bflag = FALSE; local
1312 bflag = TRUE;
1315 _nbu2ss_start_transfer(ep->udc, ep, req, bflag);
2740 bool bflag; local
2814 bflag = list_empty(&ep->queue);
2817 if ((bflag != FALSE) && (ep->stalled == FALSE)) {
1237 _nbu2ss_start_transfer( struct nbu2ss_udc *udc, struct nbu2ss_ep *ep, struct nbu2ss_req *req, bool bflag) argument

Completed in 72 milliseconds