Home
last modified time | relevance | path

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

/linux/drivers/gpib/lpvo_usb_gpib/
H A Dlpvo_usb_gpib.c101 #define USB_GPIB_BTMO "\nIBt" /* set byte timeout */ macro
352 sprintf(command, "%s%d\n", USB_GPIB_BTMO, n > 255 ? 255 : n); in set_timeout()