Searched refs:GPIB_DEV (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpib/lpvo_usb_gpib/ |
| H A D | lpvo_usb_gpib.c | 151 #define GPIB_DEV (((struct usb_gpib_priv *)board->private_data)->dev) macro 244 retval = write_loop(GPIB_DEV, msg, leng); in send_command() 248 nchar = skel_do_read(GPIB_DEV, buffer, 64); in send_command() 312 b->nchar = skel_do_read(GPIB_DEV, b->inbuf, INBUF_SIZE); in one_char() 515 if (GPIB_DEV) { in usb_gpib_detach() 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() 774 retval = skel_do_read(GPIB_DEV, inbuf, 1); in usb_gpib_read() 775 retval += skel_do_read(GPIB_DEV, inbuf + 1, 1); in usb_gpib_read() 804 retval = write_loop(GPIB_DEV, USB_GPIB_READ, strlen(USB_GPIB_READ)); in usb_gpib_read() [all …]
|