Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/ABI/stable/
Dsysfs-driver-usb-usbtmc30 What: /sys/bus/usb/drivers/usbtmc/*/TermChar
34 This file is the TermChar value to be sent to the USB TMC
47 This file determines if the TermChar is to be sent to the
/Linux-v4.19/drivers/usb/class/
Dusbtmc.c99 u8 TermChar; member
165 file_data->term_char = data->TermChar; in usbtmc_open()
1156 return sprintf(buf, "%c\n", data->TermChar); in TermChar_show()
1168 data->TermChar = buf[0]; in TermChar_store()
1171 static DEVICE_ATTR_RW(TermChar);
1589 data->TermChar = '\n'; in usbtmc_probe()