Searched refs:xillyusb_send_opcode (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/char/xillybus/ | 
| D | xillyusb.c | 1062 static int xillyusb_send_opcode(struct xillyusb_dev *xdev,  in xillyusb_send_opcode()  function 1138 		rc = xillyusb_send_opcode(xdev, chan_num,  in flush_downstream() 1172 	rc = xillyusb_send_opcode(xdev, chan_num,  in flush_downstream() 1227 	return xillyusb_send_opcode(xdev, chan_num, opcode, mercy >> sh);  in request_read_anything() 1362 		rc = xillyusb_send_opcode(xdev, (chan->chan_idx << 1) | 1,  in xillyusb_open() 1502 			rc = xillyusb_send_opcode(xdev, chan_num,  in xillyusb_read() 1542 			rc = xillyusb_send_opcode(xdev, chan_num,  in xillyusb_read() 1703 		rc_read = xillyusb_send_opcode(xdev, (chan->chan_idx << 1) | 1,  in xillyusb_release() 1752 		rc_write = xillyusb_send_opcode(xdev, chan->chan_idx << 1,  in xillyusb_release() 1810 	rc = xillyusb_send_opcode(xdev, chan->chan_idx << 1,  in xillyusb_llseek() [all …] 
 |