Home
last modified time | relevance | path

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

/kernel/liteos_m/testsuites/unittest/xts/ipc/msg_queue/
Dmq_test.c97 struct timespec tts = { 0 }; variable
111 tts.tv_sec = time(NULL) + 1; /* 1, common data for test, no special meaning */
112 tts.tv_nsec = 0;
113 ret = mq_timedsend(queue, MQ_MSG, MQ_MSG_LEN, MQ_MSG_PRIO, &tts);
193 struct timespec tts = { 0 }; variable
208 tts.tv_sec = time(NULL) + 1; /* 1, common data for test, no special meaning */
209 tts.tv_nsec = 0;
210 ret = mq_timedsend(queue, MQ_MSG, MQ_MSG_LEN, MQ_MSG_PRIO, &tts);
305 struct timespec tts = { 0 }; in PthreadTimedCom() local
321 tts.tv_sec = time(NULL) + 1; /* 1, common data for test, no special meaning */ in PthreadTimedCom()
[all …]
/kernel/linux/linux-5.10/Documentation/input/joydev/
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 &
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-stat.c602 int tts = *time_to_sleep; in compute_tts() local
607 tts -= time_diff.tv_sec * MSEC_PER_SEC + in compute_tts()
610 if (tts < 0) in compute_tts()
611 tts = 0; in compute_tts()
613 *time_to_sleep = tts; in compute_tts()
/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-mem.c833 tt_list_head = &(xhci->rh_bw[virt_dev->real_port - 1].tts); in xhci_free_tt_info()
870 &xhci->rh_bw[virt_dev->real_port - 1].tts); in xhci_alloc_tt_info()
971 tt_list_head = &(xhci->rh_bw[vdev->real_port - 1].tts); in xhci_free_virt_devices_depth_first()
1193 list_for_each_entry(tt_bw, &rh_bw->tts, tt_list) { in xhci_setup_addressable_virt_dev()
1928 list_for_each_entry_safe(tt, n, &xhci->rh_bw[i].tts, tt_list) { in xhci_mem_cleanup()
2331 INIT_LIST_HEAD(&xhci->rh_bw[i].tts); in xhci_setup_port_arrays()
Dxhci.h1050 struct list_head tts; member
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0008_linux_net.patch3555 + struct tsn_tsd_status tts;
3576 + ret = tsnops->tsd_get(netdev, &tts);
3610 + if (nla_put_u32(rep_skb, TSN_TSD_ATTR_PERIOD, tts.period) ||
3611 + nla_put_u32(rep_skb, TSN_TSD_ATTR_MAX_FRM_NUM, tts.maxFrameNum) ||
3612 + nla_put_u32(rep_skb, TSN_TSD_ATTR_CYCLE_NUM, tts.cycleNum) ||
3613 + nla_put_u32(rep_skb, TSN_TSD_ATTR_LOSS_STEPS, tts.loss_steps) ||
3614 + nla_put_u32(rep_skb, TSN_TSD_ATTR_MAX_FRM_NUM, tts.maxFrameNum))
3617 + if (!tts.enable) {
3625 + if (tts.flag == 2)