Searched refs:tts (Results 1 – 11 of 11) sorted by relevance
/openbmc/openbmc/poky/ |
H A D | .gitignore | 31 bitbake/lib/toaster/contrib/tts/backlog.txt 32 bitbake/lib/toaster/contrib/tts/log/* 33 bitbake/lib/toaster/contrib/tts/.cache/*
|
/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/ |
H A D | securetty | 173 tts/0 174 tts/1
|
/openbmc/qemu/tests/unit/ |
H A D | test-vmstate.c | 1398 struct TmpTestStruct *tts = opaque; in tmp_child_pre_save() local 1400 tts->diff = tts->parent->b - tts->parent->a; in tmp_child_pre_save() 1407 struct TmpTestStruct *tts = opaque; in tmp_child_post_load() local 1409 tts->parent->b = tts->parent->a + tts->diff; in tmp_child_post_load()
|
H A D | test-bdrv-drain.c | 965 BDRVTestTopState *tts = bs->opaque; in bdrv_test_top_co_preadv() local 966 return bdrv_co_preadv(tts->wait_child, offset, bytes, qiov, flags); in bdrv_test_top_co_preadv() 990 BDRVTestTopState *tts = bs->opaque; in test_co_delete_by_drain() local 1003 bdrv_co_preadv(tts->wait_child, 0, 65536, &qiov, 0); in test_co_delete_by_drain() 1037 BDRVTestTopState *tts; in do_test_delete_by_drain() local 1044 tts = bs->opaque; in do_test_delete_by_drain() 1060 tts->wait_child = bdrv_attach_child(bs, child_bs, "wait-child", in do_test_delete_by_drain()
|
/openbmc/linux/Documentation/input/joydev/ |
H A D | joystick.rst | 76 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 &
|
/openbmc/qemu/hw/pci-host/ |
H A D | pnv_phb3.c | 744 uint32_t tts = GETFIELD(IODA2_TVT_TCE_TABLE_SIZE, tve); in pnv_phb3_translate_tve() local 778 if (tts == 0) { in pnv_phb3_translate_tve() 787 tbl_shift = tts + 8; in pnv_phb3_translate_tve() 814 tta, lev, tts, tps); in pnv_phb3_translate_tve() 827 tta, lev, tts, tps); in pnv_phb3_translate_tve()
|
H A D | pnv_phb4.c | 1228 uint32_t tts = GETFIELD(IODA3_TVT_TCE_TABLE_SIZE, tve); in pnv_phb4_translate_tve() local 1238 if (tts == 0) { in pnv_phb4_translate_tve() 1260 tbl_shift = tts + 8; in pnv_phb4_translate_tve() 1289 tta, lev, tts, tps); in pnv_phb4_translate_tve() 1302 tta, lev, tts, tps); in pnv_phb4_translate_tve()
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-mem.c | 789 tt_list_head = &(xhci->rh_bw[virt_dev->real_port - 1].tts); in xhci_free_tt_info() 826 &xhci->rh_bw[virt_dev->real_port - 1].tts); in xhci_alloc_tt_info() 927 tt_list_head = &(xhci->rh_bw[vdev->real_port - 1].tts); in xhci_free_virt_devices_depth_first() 1143 list_for_each_entry(tt_bw, &rh_bw->tts, tt_list) { in xhci_setup_addressable_virt_dev() 1902 list_for_each_entry_safe(tt, n, &xhci->rh_bw[i].tts, tt_list) { in xhci_mem_cleanup() 2161 INIT_LIST_HEAD(&xhci->rh_bw[i].tts); in xhci_setup_port_arrays()
|
H A D | xhci.h | 798 struct list_head tts; member
|
/openbmc/linux/tools/perf/ |
H A D | builtin-stat.c | 574 int tts = *time_to_sleep; in compute_tts() local 579 tts -= time_diff.tv_sec * MSEC_PER_SEC + in compute_tts() 582 if (tts < 0) in compute_tts() 583 tts = 0; in compute_tts() 585 *time_to_sleep = tts; in compute_tts()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gammu/gammu/ |
H A D | gammurc | 120 ; | | or "/dev/tts/**" (with DevFS)
|