Home
last modified time | relevance | path

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

12

/Linux-v4.19/tools/perf/util/
Ds390-cpumsf.c217 static unsigned long long trailer_timestamp(struct hws_trailer_entry *te) in trailer_timestamp() argument
224 memcpy(&ts, &te->timestamp[te->t], sizeof(ts)); in trailer_timestamp()
230 struct hws_trailer_entry *te) in s390_cpumsf_trailer_show() argument
232 if (te->bsdes != sizeof(struct hws_basic_entry)) { in s390_cpumsf_trailer_show()
240 te->f ? 'F' : ' ', in s390_cpumsf_trailer_show()
241 te->a ? 'A' : ' ', in s390_cpumsf_trailer_show()
242 te->t ? 'T' : ' ', in s390_cpumsf_trailer_show()
243 te->bsdes, te->dsdes, te->overflow, in s390_cpumsf_trailer_show()
244 trailer_timestamp(te), te->clock_base, te->progusage2, in s390_cpumsf_trailer_show()
245 te->progusage[0], te->progusage[1]); in s390_cpumsf_trailer_show()
[all …]
Dpython.c232 struct throttle_event *te = (struct throttle_event *)(&pevent->event.header + 1); in pyrf_throttle_event__repr() local
237 te->time, te->id, te->stream_id); in pyrf_throttle_event__repr()
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_pingpong.c62 struct dpu_hw_tear_check *te) in dpu_hw_pp_setup_te_config() argument
67 if (!pp || !te) in dpu_hw_pp_setup_te_config()
72 if (te->hw_vsync_mode) in dpu_hw_pp_setup_te_config()
75 cfg |= te->vsync_count; in dpu_hw_pp_setup_te_config()
78 DPU_REG_WRITE(c, PP_SYNC_CONFIG_HEIGHT, te->sync_cfg_height); in dpu_hw_pp_setup_te_config()
79 DPU_REG_WRITE(c, PP_VSYNC_INIT_VAL, te->vsync_init_val); in dpu_hw_pp_setup_te_config()
80 DPU_REG_WRITE(c, PP_RD_PTR_IRQ, te->rd_ptr_irq); in dpu_hw_pp_setup_te_config()
81 DPU_REG_WRITE(c, PP_START_POS, te->start_pos); in dpu_hw_pp_setup_te_config()
83 ((te->sync_threshold_continue << 16) | in dpu_hw_pp_setup_te_config()
84 te->sync_threshold_start)); in dpu_hw_pp_setup_te_config()
[all …]
Ddpu_hw_catalog.h388 struct dpu_pp_blk te; member
/Linux-v4.19/arch/s390/kernel/
Dperf_cpum_sf.c1083 struct hws_trailer_entry *te) in debug_sample_entry() argument
1087 te->f, sample->def, sample); in debug_sample_entry()
1113 struct hws_trailer_entry *te; in hw_collect_samples() local
1116 te = (struct hws_trailer_entry *) trailer_entry_ptr(*sdbt); in hw_collect_samples()
1118 while ((unsigned long *) sample < (unsigned long *) te) { in hw_collect_samples()
1143 debug_sample_entry(sample, te); in hw_collect_samples()
1154 if (!te->f) in hw_collect_samples()
1181 struct hws_trailer_entry *te; in hw_perf_event_update() local
1200 te = (struct hws_trailer_entry *) trailer_entry_ptr(*sdbt); in hw_perf_event_update()
1203 if (!te->f) { in hw_perf_event_update()
[all …]
/Linux-v4.19/fs/hfsplus/
Dwrapper.c131 struct cdrom_tocentry te; in hfsplus_get_last_session() local
139 te.cdte_track = HFSPLUS_SB(sb)->session; in hfsplus_get_last_session()
140 te.cdte_format = CDROM_LBA; in hfsplus_get_last_session()
142 CDROMREADTOCENTRY, (unsigned long)&te); in hfsplus_get_last_session()
143 if (!res && (te.cdte_ctrl & CDROM_DATA_TRACK) == 4) { in hfsplus_get_last_session()
144 *start = (sector_t)te.cdte_addr.lba << 2; in hfsplus_get_last_session()
/Linux-v4.19/arch/s390/include/asm/
Dcpu_mf.h280 static inline unsigned long long trailer_timestamp(struct hws_trailer_entry *te) in trailer_timestamp() argument
283 if (te->t) in trailer_timestamp()
284 return *((unsigned long long *) &te->timestamp[1]); in trailer_timestamp()
287 return *((unsigned long long *) &te->timestamp[0]); in trailer_timestamp()
/Linux-v4.19/fs/hfs/
Dmdb.c36 struct cdrom_tocentry te; in hfs_get_last_session() local
44 te.cdte_track = HFS_SB(sb)->session; in hfs_get_last_session()
45 te.cdte_format = CDROM_LBA; in hfs_get_last_session()
46 res = ioctl_by_bdev(sb->s_bdev, CDROMREADTOCENTRY, (unsigned long)&te); in hfs_get_last_session()
47 if (!res && (te.cdte_ctrl & CDROM_DATA_TRACK) == 4) { in hfs_get_last_session()
48 *start = (sector_t)te.cdte_addr.lba << 2; in hfs_get_last_session()
/Linux-v4.19/Documentation/devicetree/bindings/display/panel/
Dsamsung,s6e63j0x03.txt9 - te-gpios: a GPIO spec for the tearing effect synchronization signal
22 te-gpios = <&gpx0 6 GPIO_ACTIVE_HIGH>;
Dsamsung,s6e3ha2.txt15 - te-gpios: a GPIO spec for the tearing effect synchronization signal
29 te-gpios = <&gpf1 3 GPIO_ACTIVE_HIGH>;
Dpanel-dsi-cm.txt10 - te-gpios: panel TE gpio
/Linux-v4.19/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.c198 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()
Daoecmd.c1446 struct aoetgt *t, **tt, **te; in addtgt() local
1449 te = tt + d->ntargets; in addtgt()
1450 for (; tt < te && *tt; tt++) in addtgt()
1453 if (tt == te) { in addtgt()
1619 struct aoetgt **t, **te; in aoecmd_cleanslate() local
1626 te = t + d->ntargets; in aoecmd_cleanslate()
1627 for (; t < te && *t; t++) in aoecmd_cleanslate()
/Linux-v4.19/drivers/staging/greybus/
Dloopback.c372 static u64 gb_loopback_calc_latency(ktime_t ts, ktime_t te) in gb_loopback_calc_latency() argument
374 return __gb_loopback_calc_latency(ktime_to_ns(ts), ktime_to_ns(te)); in gb_loopback_calc_latency()
382 ktime_t ts, te; in gb_loopback_operation_sync() local
413 te = ktime_get(); in gb_loopback_operation_sync()
416 gb->elapsed_nsecs = gb_loopback_calc_latency(ts, te); in gb_loopback_operation_sync()
434 ktime_t te; in gb_loopback_async_operation_callback() local
437 te = ktime_get(); in gb_loopback_async_operation_callback()
448 gb->elapsed_nsecs = gb_loopback_calc_latency(op_async->ts, te); in gb_loopback_async_operation_callback()
809 ktime_t te; in gb_loopback_calculate_stats() local
816 te = ktime_get(); in gb_loopback_calculate_stats()
[all …]
/Linux-v4.19/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()
/Linux-v4.19/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()
/Linux-v4.19/arch/arc/plat-eznps/
Dsmp.c76 hw_comply.te = 1; in eznps_init_core()
/Linux-v4.19/arch/arm/boot/dts/
Domap3-n950.dts68 OMAP3_CORE1_IOPAD(0x20ca, PIN_INPUT | MUX_MODE4) /* gpio 62 - display te */
242 te-gpios = <&gpio2 30 GPIO_ACTIVE_HIGH>; /* 62 */
/Linux-v4.19/arch/arc/plat-eznps/include/plat/
Dctop.h180 u32 me:1, le:1, te:1, knc:1, __reserved:28; member
/Linux-v4.19/Documentation/devicetree/bindings/display/exynos/
Dexynos5433-decon.txt14 command mode with software trigger: "lcd_sys", "te".
/Linux-v4.19/net/netfilter/
Dnf_tables_api.c6340 struct nft_trans_elem *te; in nf_tables_commit() local
6451 te = (struct nft_trans_elem *)trans->data; in nf_tables_commit()
6453 te->set->ops->activate(net, te->set, &te->elem); in nf_tables_commit()
6454 nf_tables_setelem_notify(&trans->ctx, te->set, in nf_tables_commit()
6455 &te->elem, in nf_tables_commit()
6460 te = (struct nft_trans_elem *)trans->data; in nf_tables_commit()
6462 nf_tables_setelem_notify(&trans->ctx, te->set, in nf_tables_commit()
6463 &te->elem, in nf_tables_commit()
6465 te->set->ops->remove(net, te->set, &te->elem); in nf_tables_commit()
6466 atomic_dec(&te->set->nelems); in nf_tables_commit()
[all …]
/Linux-v4.19/fs/ntfs/
Dinode.c2364 const char *te = " Leaving file length out of sync with i_size."; in ntfs_truncate() local
2387 "(error code %d).%s", vi->i_ino, err, te); in ntfs_truncate()
2396 vi->i_ino, te); in ntfs_truncate()
2406 "Run chkdsk.%s", vi->i_ino, te); in ntfs_truncate()
2411 vi->i_ino, err, te); in ntfs_truncate()
/Linux-v4.19/drivers/ata/
Dlibata-core.c7015 struct ata_force_ent te = { .port = -1, .device = -1 }; in ata_parse_force_param() local
7018 if (ata_parse_force_one(&next, &te, &reason)) { in ata_parse_force_param()
7025 if (te.port == -1) { in ata_parse_force_param()
7026 te.port = last_port; in ata_parse_force_param()
7027 te.device = last_device; in ata_parse_force_param()
7030 ata_force_tbl[idx++] = te; in ata_parse_force_param()
7032 last_port = te.port; in ata_parse_force_param()
7033 last_device = te.device; in ata_parse_force_param()
/Linux-v4.19/arch/x86/events/intel/
Dpt.c891 struct topa_entry *te = buf->topa_index[pg]; in pt_topa_next_entry() local
900 } while (buf->topa_index[pg] == te); in pt_topa_next_entry()

12