Searched refs:write_loop (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpib/lpvo_usb_gpib/ |
| H A D | lpvo_usb_gpib.c | 218 static int write_loop(void *dev, char *msg, int leng) in write_loop() function 244 retval = write_loop(GPIB_DEV, msg, leng); in send_command() 516 write_loop(GPIB_DEV, USB_GPIB_OFF, strlen(USB_GPIB_OFF)); in usb_gpib_detach() 770 retval = write_loop(GPIB_DEV, USB_GPIB_READ_1, strlen(USB_GPIB_READ_1)); in usb_gpib_read() 804 retval = write_loop(GPIB_DEV, USB_GPIB_READ, strlen(USB_GPIB_READ)); in usb_gpib_read()
|
| /linux/Documentation/translations/zh_CN/dev-tools/ |
| H A D | kmemleak.rst | 77 如果出现 "Error while writing to stdout" 或 "write_loop: Invalid argument" 这样
|