Home
last modified time | relevance | path

Searched refs:te (Results 1 – 9 of 9) sorted by relevance

/drivers/staging/greybus/
Dloopback.c383 static u64 gb_loopback_calc_latency(struct timeval *ts, struct timeval *te) in gb_loopback_calc_latency() argument
388 t2 = timeval_to_ns(te); in gb_loopback_calc_latency()
394 struct timeval *ts, struct timeval *te) in gb_loopback_push_latency_ts() argument
397 kfifo_in(&gb->kfifo_ts, (unsigned char *)te, sizeof(*te)); in gb_loopback_push_latency_ts()
405 struct timeval ts, te; in gb_loopback_operation_sync() local
436 do_gettimeofday(&te); in gb_loopback_operation_sync()
439 gb_loopback_push_latency_ts(gb, &ts, &te); in gb_loopback_operation_sync()
440 gb->elapsed_nsecs = gb_loopback_calc_latency(&ts, &te); in gb_loopback_operation_sync()
508 struct timeval te; in gb_loopback_async_operation_callback() local
511 do_gettimeofday(&te); in gb_loopback_async_operation_callback()
[all …]
/drivers/block/aoe/
Daoeblk.c64 struct aoetgt **t, **te; in aoedisk_show_netif() local
72 te = t + d->ntargets; in aoedisk_show_netif()
73 for (; t < te && *t; t++) { in aoedisk_show_netif()
116 struct aoetgt **t, **te; in aoedisk_debugfs_show() local
132 te = t + d->ntargets; in aoedisk_debugfs_show()
133 for (; t < te && *t; t++) { in aoedisk_debugfs_show()
Daoedev.c199 struct aoetgt *t, **tt, **te; in aoedev_downdev() local
218 te = tt + d->ntargets; in aoedev_downdev()
219 for (; tt < te && (t = *tt); tt++) { in aoedev_downdev()
Daoecmd.c1466 struct aoetgt *t, **tt, **te; in addtgt() local
1469 te = tt + d->ntargets; in addtgt()
1470 for (; tt < te && *tt; tt++) in addtgt()
1473 if (tt == te) { in addtgt()
1639 struct aoetgt **t, **te; in aoecmd_cleanslate() local
1646 te = t + d->ntargets; in aoecmd_cleanslate()
1647 for (; t < te && *t; t++) in aoecmd_cleanslate()
/drivers/video/fbdev/omap2/omapfb/dss/
Ddisplay-sysfs.c82 bool te; in display_tear_store() local
87 r = strtobool(buf, &te); in display_tear_store()
91 r = dssdev->driver->enable_te(dssdev, te); in display_tear_store()
/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_offload.c1120 struct t3c_tid_entry *te; in cxgb_redirect() local
1139 te = lookup_tid(ti, tid); in cxgb_redirect()
1140 BUG_ON(!te); in cxgb_redirect()
1141 if (te && te->ctx && te->client && te->client->redirect) { in cxgb_redirect()
1142 update_tcb = te->client->redirect(te->ctx, old, new, e); in cxgb_redirect()
/drivers/ata/
Dlibata-core.c6832 struct ata_force_ent te = { .port = -1, .device = -1 }; in ata_parse_force_param() local
6835 if (ata_parse_force_one(&next, &te, &reason)) { in ata_parse_force_param()
6842 if (te.port == -1) { in ata_parse_force_param()
6843 te.port = last_port; in ata_parse_force_param()
6844 te.device = last_device; in ata_parse_force_param()
6847 ata_force_tbl[idx++] = te; in ata_parse_force_param()
6849 last_port = te.port; in ata_parse_force_param()
6850 last_device = te.device; in ata_parse_force_param()
/drivers/gpu/drm/exynos/
Dexynos_drm_ipp.c657 struct drm_exynos_ipp_send_event *e, *te; in ipp_put_event() local
661 list_for_each_entry_safe(e, te, &c_node->event_list, base.link) { in ipp_put_event()
/drivers/infiniband/hw/qib/
Dqib_iba6120.c2967 u64 ta, tb, tc, td, te; in pma_6120_timer() local
2970 qib_snapshot_counters(ppd, &ta, &tb, &tc, &td, &te); in pma_6120_timer()
2976 cs->xmit_wait = te - cs->xmit_wait; in pma_6120_timer()