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

/drivers/tty/serial/
H A Dmrst_max3110.c348 int r, w, usable; local
372 for (r = 0; w; r += usable, w -= usable) {
373 usable = tty_buffer_request_room(tport, w);
374 if (usable) {
375 tty_insert_flip_string(tport, buf + r, usable);
376 port->icount.rx += usable;
/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c1360 static inline int usable(struct qib_pportdata *ppd) function
1379 if (!usable(dd->pport + port - 1)) {
1394 if (usable(dd->pport + pidx))
1399 if (usable(dd->pport + pidx))
1448 usable(dd->pport + port - 1))
1452 if (usable(dd->pport + i))
1500 /* device portion of usable() */
1962 if (!usable(rcd->ppd)) {
1965 * if link is down, or otherwise not usable, delay
1981 for (i = 0; !usable(rc
[all...]
/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c1628 static inline int usable(struct ipath_devdata *dd) function
1649 if (!usable(dd)) {
1728 if (!usable(dd))
1783 if (!usable(dd))
/drivers/usb/gadget/legacy/
H A DKconfig384 be chosen to make the gadget usable. Selecting more than one

Completed in 718 milliseconds