Home
last modified time | relevance | path

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

/linux-6.15/Documentation/input/joydev/
H A Djoystick.rst76 inputattach -xxx /dev/tts/X &
460 inputattach --spaceorb /dev/tts/x &
464 inputattach --spaceball /dev/tts/x &
466 where /dev/tts/x is the serial port which the device is connected to. After
489 inputattach --warrior /dev/tts/x &
491 /dev/tts/x is the serial port your Warrior is attached to.
507 inputattach --magellan /dev/tts/x &
529 inputattach --iforce /dev/tts/x &
/linux-6.15/drivers/usb/host/
H A Dxhci-mem.c781 tt_list_head = &(xhci->rh_bw[virt_dev->rhub_port->hw_portnum].tts); in xhci_free_tt_info()
818 &xhci->rh_bw[virt_dev->rhub_port->hw_portnum].tts); in xhci_alloc_tt_info()
920 tt_list_head = &(xhci->rh_bw[vdev->rhub_port->hw_portnum].tts); in xhci_free_virt_devices_depth_first()
1132 list_for_each_entry(tt_bw, &rh_bw->tts, tt_list) { in xhci_setup_addressable_virt_dev()
1927 list_for_each_entry_safe(tt, n, &xhci->rh_bw[i].tts, tt_list) { in xhci_mem_cleanup()
2177 INIT_LIST_HEAD(&xhci->rh_bw[i].tts); in xhci_setup_port_arrays()
H A Dxhci.h776 struct list_head tts; member
/linux-6.15/tools/perf/
H A Dbuiltin-stat.c559 int tts = *time_to_sleep; in compute_tts() local
564 tts -= time_diff.tv_sec * MSEC_PER_SEC + in compute_tts()
567 if (tts < 0) in compute_tts()
568 tts = 0; in compute_tts()
570 *time_to_sleep = tts; in compute_tts()