/drivers/staging/ced1401/ |
D | ced_ioc.c | 803 TRANSFEREVENT te; in SetEvent() local 806 if (copy_from_user(&te, pTE, sizeof(te))) in SetEvent() 809 if (te.wAreaNum >= MAX_TRANSAREAS) // the area must exist in SetEvent() 812 TRANSAREA *pTA = &pdx->rTransDef[te.wAreaNum]; in SetEvent() 817 pTA->dwEventSt = te.dwStart; // set area regions in SetEvent() 818 pTA->dwEventSz = te.dwLength; // set size (0 cancels it) in SetEvent() 819 pTA->bEventToHost = te.wFlags & 1; // set the direction in SetEvent() 827 U14ERR_NOERROR ? (te.iSetEvent ? 1 : U14ERR_NOERROR) : iReturn; in SetEvent()
|
/drivers/video/omap2/dss/ |
D | display-sysfs.c | 80 bool te; in display_tear_store() local 85 r = strtobool(buf, &te); in display_tear_store() 89 r = dssdev->driver->enable_te(dssdev, te); in display_tear_store()
|
/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_offload.c | 1120 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/block/aoe/ |
D | aoeblk.c | 62 struct aoetgt **t, **te; in aoedisk_show_netif() local 70 te = t + d->ntargets; in aoedisk_show_netif() 71 for (; t < te && *t; t++) { in aoedisk_show_netif()
|
D | aoedev.c | 198 struct aoetgt *t, **tt, **te; in aoedev_downdev() local 217 te = tt + d->ntargets; in aoedev_downdev() 218 for (; tt < te && (t = *tt); tt++) { in aoedev_downdev()
|
D | aoecmd.c | 1510 struct aoetgt *t, **tt, **te; in addtgt() local 1513 te = tt + d->ntargets; in addtgt() 1514 for (; tt < te && *tt; tt++) in addtgt() 1517 if (tt == te) { in addtgt() 1683 struct aoetgt **t, **te; in aoecmd_cleanslate() local 1690 te = t + d->ntargets; in aoecmd_cleanslate() 1691 for (; t < te && *t; t++) in aoecmd_cleanslate()
|
/drivers/staging/ced1401/userspace/ |
D | use1401.c | 2397 TRANSFEREVENT te; in U14SetTransferEvent() local 2405 te.wAreaNum = wArea; // copy parameters to the control block in U14SetTransferEvent() 2406 te.wFlags = bToHost ? 1 : 0; // bit 0 sets the direction in U14SetTransferEvent() 2407 te.dwStart = dwStart; // start offset of the event area in U14SetTransferEvent() 2408 te.dwLength = dwLength; // size of the event area in U14SetTransferEvent() 2409 te.iSetEvent = bEvent; // in Windows, this creates/destroys the event in U14SetTransferEvent() 2410 return CED_SetEvent(aHand1401[hand], &te); in U14SetTransferEvent()
|
/drivers/ata/ |
D | libata-core.c | 6602 struct ata_force_ent te = { .port = -1, .device = -1 }; in ata_parse_force_param() local 6605 if (ata_parse_force_one(&next, &te, &reason)) { in ata_parse_force_param() 6612 if (te.port == -1) { in ata_parse_force_param() 6613 te.port = last_port; in ata_parse_force_param() 6614 te.device = last_device; in ata_parse_force_param() 6617 ata_force_tbl[idx++] = te; in ata_parse_force_param() 6619 last_port = te.port; in ata_parse_force_param() 6620 last_device = te.device; in ata_parse_force_param()
|
/drivers/infiniband/hw/ipath/ |
D | ipath_verbs.c | 731 u64 ta, tb, tc, td, te; in ipath_ib_timer() local 735 &tc, &td, &te); in ipath_ib_timer() 741 dev->ipath_xmit_wait = te - dev->ipath_xmit_wait; in ipath_ib_timer()
|
/drivers/gpu/drm/exynos/ |
D | exynos_drm_ipp.c | 857 struct drm_exynos_ipp_send_event *e, *te; in ipp_put_event() local 867 list_for_each_entry_safe(e, te, &c_node->event_list, base.link) { in ipp_put_event()
|
/drivers/infiniband/hw/qib/ |
D | qib_iba6120.c | 2966 u64 ta, tb, tc, td, te; in pma_6120_timer() local 2969 qib_snapshot_counters(ppd, &ta, &tb, &tc, &td, &te); in pma_6120_timer() 2975 cs->xmit_wait = te - cs->xmit_wait; in pma_6120_timer()
|