Lines Matching refs:status
99 /* Status transfer size, 16 bytes status, 16 byte result flags */
155 u8 status;
222 pr_info("0x%x: count=%d, status: ", dev->ep[EP_STATUS], count);
237 ds_print_msg(buf, "device status flags", 8);
240 ds_print_msg(buf, "communication command buffer status", 11);
241 ds_print_msg(buf, "1-wire data output buffer status", 12);
242 ds_print_msg(buf, "1-wire data input buffer status", 13);
386 if ((st.status & ST_SPUA) == 0) {
428 st->status = 0;
433 printk("0x%x: count=%d, status: ", dev->ep[EP_STATUS], err);
439 } while (!(st->status & ST_IDLE) && !(err < 0) && ++count < 100);
441 if (err >= 16 && st->status & ST_EPOF) {
444 /* Always dump the device status. */
448 /* Dump the status for errors or if there is extended return data.
449 * The extended status includes new device detection (maybe someone
723 * That has only been seen when status in buffer
725 * bulk without first checking if status says there
744 } while (!(st.status & (ST_IDLE | ST_HALT)));