Home
last modified time | relevance | path

Searched refs:rc_read (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/lib/
Ddecompress_unlzma.c91 static void INIT rc_read(struct rc *rc) in rc_read() function
124 rc_read(rc); in rc_init_code()
134 rc_read(rc); in rc_do_normalize()
582 rc_read(&rc); in unlzma()
/linux-5.19.10/drivers/char/xillybus/
Dxillyusb.c1699 int rc_read = 0, rc_write = 0; in xillyusb_release() local
1704 rc_read = xillyusb_send_opcode(xdev, (chan->chan_idx << 1) | 1, in xillyusb_release()
1763 return rc_read ? rc_read : rc_write; in xillyusb_release()