Home
last modified time | relevance | path

Searched refs:td (Results 101 – 125 of 317) sorted by relevance

12345678910>>...13

/openbmc/linux/kernel/time/
H A Dtick-oneshot.c75 struct tick_device *td = this_cpu_ptr(&tick_cpu_device); in tick_switch_to_oneshot() local
76 struct clock_event_device *dev = td->evtdev; in tick_switch_to_oneshot()
94 td->mode = TICKDEV_MODE_ONESHOT; in tick_switch_to_oneshot()
/openbmc/openbmc/poky/scripts/lib/checklayer/cases/
H A Dcommon.py58 get_signatures(self.td['builddir'], failsafe=False)
67 …get_signatures(self.td['builddir'], failsafe=False, machine=None, extravars='BB_ENV_PASSTHROUGH_AD…
96 curr_sigs, _ = get_signatures(self.td['builddir'], failsafe=True)
97 msg = compare_signatures(self.td['sigs'], curr_sigs)
H A Ddistro.py26 self.assertEqual(self.td['bbvars']['DISTRO'], distro,
28 (self.tc.layer['name'], self.td['bbvars']['DISTRO'], distro))
/openbmc/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_protocol_ops.c222 struct ipc_protocol_td *td; in ipc_protocol_ul_td_send() local
255 td = &pipe->tdr_start[head]; in ipc_protocol_ul_td_send()
267 td->buffer.address = IPC_CB(skb)->mapping; in ipc_protocol_ul_td_send()
268 td->scs = cpu_to_le32(skb->len) & cpu_to_le32(SIZE_MASK); in ipc_protocol_ul_td_send()
269 td->next = 0; in ipc_protocol_ul_td_send()
326 struct ipc_protocol_td *td; in ipc_protocol_dl_td_prepare() local
346 td = &pipe->tdr_start[head]; in ipc_protocol_dl_td_prepare()
355 td->buffer.address = mapping; in ipc_protocol_dl_td_prepare()
356 td->scs = cpu_to_le32(pipe->buf_size) & cpu_to_le32(SIZE_MASK); in ipc_protocol_dl_td_prepare()
357 td->next = 0; in ipc_protocol_dl_td_prepare()
/openbmc/linux/lib/
H A Dinflate.c591 struct huft *td, /* distance decoder tables */ in inflate_codes() argument
650 if ((e = (t = td + ((unsigned)b & md))->e) > 16) in inflate_codes()
772 struct huft *td; /* distance code table */ in inflate_fixed() local
813 if (inflate_codes(tl, td, bl, bd)) { in inflate_fixed()
821 huft_free(td); in inflate_fixed()
838 struct huft *td; /* distance code table */ in inflate_dynamic() local
918 j = (td = tl + ((unsigned)b & m))->b; in inflate_dynamic()
920 j = td->v.n; in inflate_dynamic()
999 huft_free(td); in inflate_dynamic()
1010 if (inflate_codes(tl, td, bl, bd)) {
[all …]
/openbmc/qemu/hw/usb/
H A Dccid-card-passthru.c159 int td; in check_atr() local
172 td = data[1] >> 4; in check_atr()
173 while (td && td_count < 2 && opt_bytes + historical_length + 2 < len) { in check_atr()
175 if (td & 0x1) { in check_atr()
178 if (td & 0x2) { in check_atr()
181 if (td & 0x4) { in check_atr()
184 if (td & 0x8) { in check_atr()
186 td = data[opt_bytes + 2] >> 4; in check_atr()
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dopkg.py27 if cls.tc.td["MULTILIB_VARIANTS"]:
28 allarchfeed = cls.tc.td["TUNE_PKGARCH"]
29 service_repo = os.path.join(cls.tc.td['DEPLOY_DIR_IPK'], allarchfeed)
H A Dparselogs.py46 if 'systemd' in cls.td.get('DISTRO_FEATURES'):
61 …for candidate in ["common", cls.td.get("TARGET_ARCH")] + cls.td.get("MACHINEOVERRIDES").split(":"):
93 workdir = self.td.get('WORKDIR')
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtir.c172 mutex_lock(&res->td.list_lock); in mlx5e_tir_init()
173 list_add(&tir->list, &res->td.tirs_list); in mlx5e_tir_init()
174 mutex_unlock(&res->td.list_lock); in mlx5e_tir_init()
192 mutex_lock(&res->td.list_lock); in mlx5e_tir_destroy()
194 mutex_unlock(&res->td.list_lock); in mlx5e_tir_destroy()
/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/
H A Dsme_trap_za.c15 int sme_trap_za_trigger(struct tdescr *td) in sme_trap_za_trigger() argument
23 int sme_trap_za_run(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in sme_trap_za_run() argument
H A Dsme_trap_no_sm.c16 int sme_trap_no_sm_trigger(struct tdescr *td) in sme_trap_no_sm_trigger() argument
24 int sme_trap_no_sm_run(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in sme_trap_no_sm_run() argument
H A Dsme_trap_non_streaming.c16 int sme_trap_non_streaming_trigger(struct tdescr *td) in sme_trap_non_streaming_trigger() argument
30 int sme_trap_non_streaming_run(struct tdescr *td, siginfo_t *si, ucontext_t *uc) in sme_trap_non_streaming_run() argument
H A Dfake_sigreturn_misaligned_sp.c18 static int fake_sigreturn_misaligned_run(struct tdescr *td, in fake_sigreturn_misaligned_run() argument
22 if (!get_current_context(td, &sf.uc, sizeof(sf.uc))) in fake_sigreturn_misaligned_run()
H A Dfake_sigreturn_bad_size_for_magic0.c18 static int fake_sigreturn_bad_size_for_magic0_run(struct tdescr *td, in fake_sigreturn_bad_size_for_magic0_run() argument
24 if (!get_current_context(td, &sf.uc, sizeof(sf.uc))) in fake_sigreturn_bad_size_for_magic0_run()
H A Dfake_sigreturn_duplicated_fpsimd.c18 static int fake_sigreturn_duplicated_fpsimd_run(struct tdescr *td, in fake_sigreturn_duplicated_fpsimd_run() argument
24 if (!get_current_context(td, &sf.uc, sizeof(sf.uc))) in fake_sigreturn_duplicated_fpsimd_run()
H A Dfake_sigreturn_bad_magic.c18 static int fake_sigreturn_bad_magic_run(struct tdescr *td, in fake_sigreturn_bad_magic_run() argument
24 if (!get_current_context(td, &sf.uc, sizeof(sf.uc))) in fake_sigreturn_bad_magic_run()
H A Dfake_sigreturn_missing_fpsimd.c19 static int fake_sigreturn_missing_fpsimd_run(struct tdescr *td, in fake_sigreturn_missing_fpsimd_run() argument
26 if (!get_current_context(td, &sf.uc, sizeof(sf.uc))) in fake_sigreturn_missing_fpsimd_run()
/openbmc/openbmc/poky/scripts/lib/checklayer/
H A Dcontext.py14 def __init__(self, td=None, logger=None, layer=None, test_software_layer_signatures=True): argument
15 super(CheckLayerTestContext, self).__init__(td, logger)
/openbmc/linux/drivers/md/
H A Ddm.c731 td = kmalloc_node(sizeof(*td), GFP_KERNEL, md->numa_node_id); in open_table_device()
732 if (!td) in open_table_device()
758 return td; in open_table_device()
763 kfree(td); in open_table_device()
776 list_del(&td->list); in close_table_device()
777 kfree(td); in close_table_device()
786 if (td->dm_dev.bdev->bd_dev == dev && td->dm_dev.mode == mode) in find_table_device()
787 return td; in find_table_device()
799 if (!td) { in dm_get_table_device()
801 if (IS_ERR(td)) { in dm_get_table_device()
[all …]
/openbmc/qemu/include/hw/s390x/
H A Dtod.h47 void (*get)(const S390TODState *td, S390TOD *tod, Error **errp);
48 void (*set)(S390TODState *td, const S390TOD *tod, Error **errp);
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Defibootpartition.py18 if oe.types.qemu_use_kvm(self.td.get('QEMU_USE_KVM', 0), self.td["TARGET_ARCH"]):
/openbmc/linux/include/soc/fsl/
H A Dqman.h361 __be16 td; /* "Taildrop": _res[13-15], mant[5-12], exp[0-4] */ member
432 int td, oddbit = 0; in qm_fqd_set_taildrop() local
445 td = (val << QM_FQD_TD_MANT_OFF) & QM_FQD_TD_MANT_MASK; in qm_fqd_set_taildrop()
446 td |= (e & QM_FQD_TD_EXP_MASK); in qm_fqd_set_taildrop()
447 fqd->td = cpu_to_be16(td); in qm_fqd_set_taildrop()
453 int td = be16_to_cpu(fqd->td); in qm_fqd_get_taildrop() local
455 return ((td & QM_FQD_TD_MANT_MASK) >> QM_FQD_TD_MANT_OFF) in qm_fqd_get_taildrop()
456 << (td & QM_FQD_TD_EXP_MASK); in qm_fqd_get_taildrop()
/openbmc/linux/drivers/base/power/
H A Ddomain.c488 td = to_gpd_data(dev->power.subsys_data->domain_data)->td; in dev_pm_genpd_set_next_wakeup()
489 if (td) in dev_pm_genpd_set_next_wakeup()
837 td = to_gpd_data(pdd)->td; in genpd_dev_pm_qos_notifier()
838 if (td) { in genpd_dev_pm_qos_notifier()
934 struct gpd_timing_data *td = gpd_data->td; in genpd_runtime_suspend() local
1009 struct gpd_timing_data *td = gpd_data->td; in genpd_runtime_resume() local
1529 td = kzalloc(sizeof(*td), GFP_KERNEL); in genpd_alloc_dev_data()
1530 if (!td) { in genpd_alloc_dev_data()
1538 gpd_data->td = td; in genpd_alloc_dev_data()
1556 kfree(gpd_data->td); in genpd_alloc_dev_data()
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/buildtools-cases/
H A Dbuild.py19 corebase = self.td['COREBASE']
24 conf.write('DL_DIR = "%s"\n' % self.td['DL_DIR'])
/openbmc/linux/drivers/usb/host/
H A Dohci-hcd.c202 urb_priv->td [i] = td_alloc (ohci, mem_flags); in ohci_urb_enqueue()
203 if (!urb_priv->td [i]) { in ohci_urb_enqueue()
754 struct td *td, *td_start, *td_next; in io_watchdog_func() local
798 td = ed->pending_td; in io_watchdog_func()
801 if (!td) { in io_watchdog_func()
805 td = td_next; in io_watchdog_func()
811 td_start = td; in io_watchdog_func()
818 if (td != td_start) { in io_watchdog_func()
825 ed->pending_td = td; in io_watchdog_func()
1052 struct urb *urb = priv->td[0]->urb; in ohci_restart()
[all …]

12345678910>>...13