Lines Matching refs:rsp_buf
261 ucr->rsp_buf, rsp_len, 0, NULL, timeout);
280 *status = ((ucr->rsp_buf[0] >> 2) & 0x0f) |
281 ((ucr->rsp_buf[1] & 0x03) << 4);
366 *data = ucr->rsp_buf[0];
638 ucr->rsp_buf = kmalloc(IOBUF_SIZE, GFP_KERNEL);
639 if (!ucr->rsp_buf) {
675 kfree(ucr->rsp_buf);
676 ucr->rsp_buf = NULL;
696 kfree(ucr->rsp_buf);
697 ucr->rsp_buf = NULL;