Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/input/
Djoystick.txt99 inputattach -xxx /dev/tts/X &
454 inputattach --spaceorb /dev/tts/x &
456 inputattach --spaceball /dev/tts/x &
458 where /dev/tts/x is the serial port which the device is connected to. After
480 inputattach --warrior /dev/tts/x &
482 /dev/tts/x is the serial port your Warrior is attached to.
497 inputattach --magellan /dev/tts/x &
517 inputattach --iforce /dev/tts/x &
/linux-4.4.14/drivers/usb/host/
Dxhci-mem.c857 tt_list_head = &(xhci->rh_bw[virt_dev->real_port - 1].tts); in xhci_free_tt_info()
892 &xhci->rh_bw[virt_dev->real_port - 1].tts); in xhci_alloc_tt_info()
1163 list_for_each_entry(tt_bw, &rh_bw->tts, tt_list) { in xhci_setup_addressable_virt_dev()
1861 list_for_each_entry_safe(tt, n, &xhci->rh_bw[i].tts, tt_list) { in xhci_mem_cleanup()
2224 INIT_LIST_HEAD(&xhci->rh_bw[i].tts); in xhci_setup_port_arrays()
Dxhci.h1010 struct list_head tts; member