/Linux-v5.4/tools/perf/util/ |
D | s390-sample-raw.c | 50 struct cf_trailer_entry *te; in s390_cpumcfdg_testctr() local 72 if (len - offset - sizeof(*te) == 4) in s390_cpumcfdg_testctr() 86 struct cf_trailer_entry te; in s390_cpumcfdg_dumptrail() local 88 te.flags = be64_to_cpu(tep->flags); in s390_cpumcfdg_dumptrail() 89 te.cfvn = be16_to_cpu(tep->cfvn); in s390_cpumcfdg_dumptrail() 90 te.csvn = be16_to_cpu(tep->csvn); in s390_cpumcfdg_dumptrail() 91 te.cpu_speed = be32_to_cpu(tep->cpu_speed); in s390_cpumcfdg_dumptrail() 92 te.timestamp = be64_to_cpu(tep->timestamp); in s390_cpumcfdg_dumptrail() 93 te.progusage1 = be64_to_cpu(tep->progusage1); in s390_cpumcfdg_dumptrail() 94 te.progusage2 = be64_to_cpu(tep->progusage2); in s390_cpumcfdg_dumptrail() [all …]
|
D | s390-cpumsf.c | 309 static unsigned long long trailer_timestamp(struct hws_trailer_entry *te, in trailer_timestamp() argument 317 memcpy(&ts, &te->timestamp[idx], sizeof(ts)); in trailer_timestamp() 323 struct hws_trailer_entry *te) in s390_cpumsf_trailer_show() argument 327 const unsigned long long flags = be64toh(te->flags); in s390_cpumsf_trailer_show() 335 memcpy(&local.timestamp, te->timestamp, sizeof(te->timestamp)); in s390_cpumsf_trailer_show() 336 local.overflow = be64toh(te->overflow); in s390_cpumsf_trailer_show() 337 local.clock_base = be64toh(te->progusage[0]) >> 63 & 1; in s390_cpumsf_trailer_show() 338 local.progusage2 = be64toh(te->progusage2); in s390_cpumsf_trailer_show() 339 te = &local; in s390_cpumsf_trailer_show() 341 if (te->bsdes != sizeof(struct hws_basic_entry)) { in s390_cpumsf_trailer_show() [all …]
|
D | python.c | 244 struct perf_record_throttle *te = (struct perf_record_throttle *)(&pevent->event.header + 1); in pyrf_throttle_event__repr() local 249 te->time, te->id, te->stream_id); in pyrf_throttle_event__repr()
|
/Linux-v5.4/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_hw_pingpong.c | 53 struct dpu_hw_tear_check *te) in dpu_hw_pp_setup_te_config() argument 58 if (!pp || !te) in dpu_hw_pp_setup_te_config() 63 if (te->hw_vsync_mode) in dpu_hw_pp_setup_te_config() 66 cfg |= te->vsync_count; in dpu_hw_pp_setup_te_config() 69 DPU_REG_WRITE(c, PP_SYNC_CONFIG_HEIGHT, te->sync_cfg_height); in dpu_hw_pp_setup_te_config() 70 DPU_REG_WRITE(c, PP_VSYNC_INIT_VAL, te->vsync_init_val); in dpu_hw_pp_setup_te_config() 71 DPU_REG_WRITE(c, PP_RD_PTR_IRQ, te->rd_ptr_irq); in dpu_hw_pp_setup_te_config() 72 DPU_REG_WRITE(c, PP_START_POS, te->start_pos); in dpu_hw_pp_setup_te_config() 74 ((te->sync_threshold_continue << 16) | in dpu_hw_pp_setup_te_config() 75 te->sync_threshold_start)); in dpu_hw_pp_setup_te_config() [all …]
|
D | dpu_hw_catalog.h | 372 struct dpu_pp_blk te; member
|
/Linux-v5.4/arch/s390/kernel/ |
D | perf_cpum_sf.c | 1134 struct hws_trailer_entry *te) in debug_sample_entry() argument 1139 te->f, sample->def, sample); in debug_sample_entry() 1165 struct hws_trailer_entry *te; in hw_collect_samples() local 1168 te = (struct hws_trailer_entry *) trailer_entry_ptr(*sdbt); in hw_collect_samples() 1170 while ((unsigned long *) sample < (unsigned long *) te) { in hw_collect_samples() 1195 debug_sample_entry(sample, te); in hw_collect_samples() 1206 if (!te->f) in hw_collect_samples() 1233 struct hws_trailer_entry *te; in hw_perf_event_update() local 1252 te = (struct hws_trailer_entry *) trailer_entry_ptr(*sdbt); in hw_perf_event_update() 1255 if (!te->f) { in hw_perf_event_update() [all …]
|
D | perf_cpum_cf_diag.c | 107 static void cf_diag_trailer(struct cf_trailer_entry *te) in cf_diag_trailer() argument 112 te->cfvn = cpuhw->info.cfvn; /* Counter version numbers */ in cf_diag_trailer() 113 te->csvn = cpuhw->info.csvn; in cf_diag_trailer() 116 te->mach_type = cpuid.machine; in cf_diag_trailer() 117 te->cpu_speed = cf_diag_cpu_speed; in cf_diag_trailer() 118 if (te->cpu_speed) in cf_diag_trailer() 119 te->speed = 1; in cf_diag_trailer() 120 te->clock_base = 1; /* Save clock base */ in cf_diag_trailer() 121 memcpy(&te->tod_base, &tod_clock_base[1], 8); in cf_diag_trailer() 122 store_tod_clock((__u64 *)&te->timestamp); in cf_diag_trailer()
|
/Linux-v5.4/fs/hfsplus/ |
D | wrapper.c | 131 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-v5.4/arch/s390/include/asm/ |
D | cpu_mf.h | 294 static inline unsigned long long trailer_timestamp(struct hws_trailer_entry *te) in trailer_timestamp() argument 297 if (te->t) in trailer_timestamp() 298 return *((unsigned long long *) &te->timestamp[1]); in trailer_timestamp() 301 return *((unsigned long long *) &te->timestamp[0]); in trailer_timestamp()
|
/Linux-v5.4/fs/hfs/ |
D | mdb.c | 36 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-v5.4/Documentation/devicetree/bindings/display/panel/ |
D | samsung,s6e63j0x03.txt | 9 - te-gpios: a GPIO spec for the tearing effect synchronization signal 22 te-gpios = <&gpx0 6 GPIO_ACTIVE_HIGH>;
|
D | samsung,s6e3ha2.txt | 15 - te-gpios: a GPIO spec for the tearing effect synchronization signal 29 te-gpios = <&gpf1 3 GPIO_ACTIVE_HIGH>;
|
D | panel-dsi-cm.txt | 10 - te-gpios: panel TE gpio
|
/Linux-v5.4/drivers/staging/greybus/ |
D | loopback.c | 365 static u64 gb_loopback_calc_latency(ktime_t ts, ktime_t te) in gb_loopback_calc_latency() argument 367 return __gb_loopback_calc_latency(ktime_to_ns(ts), ktime_to_ns(te)); in gb_loopback_calc_latency() 375 ktime_t ts, te; in gb_loopback_operation_sync() local 406 te = ktime_get(); in gb_loopback_operation_sync() 409 gb->elapsed_nsecs = gb_loopback_calc_latency(ts, te); in gb_loopback_operation_sync() 427 ktime_t te; in gb_loopback_async_operation_callback() local 430 te = ktime_get(); in gb_loopback_async_operation_callback() 441 gb->elapsed_nsecs = gb_loopback_calc_latency(op_async->ts, te); in gb_loopback_async_operation_callback() 802 ktime_t te; in gb_loopback_calculate_stats() local 809 te = ktime_get(); in gb_loopback_calculate_stats() [all …]
|
/Linux-v5.4/drivers/block/aoe/ |
D | aoeblk.c | 64 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()
|
D | aoedev.c | 199 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 | 1444 struct aoetgt *t, **tt, **te; in addtgt() local 1447 te = tt + d->ntargets; in addtgt() 1448 for (; tt < te && *tt; tt++) in addtgt() 1451 if (tt == te) { in addtgt() 1617 struct aoetgt **t, **te; in aoecmd_cleanslate() local 1624 te = t + d->ntargets; in aoecmd_cleanslate() 1625 for (; t < te && *t; t++) in aoecmd_cleanslate()
|
/Linux-v5.4/arch/x86/events/intel/ |
D | pt.c | 587 static inline struct topa_page *topa_entry_to_page(struct topa_entry *te) in topa_entry_to_page() argument 589 return (struct topa_page *)((unsigned long)te & PAGE_MASK); in topa_entry_to_page() 992 pt_topa_prev_entry(struct pt_buffer *buf, struct topa_entry *te) in pt_topa_prev_entry() argument 994 unsigned long table = (unsigned long)te & ~(PAGE_SIZE - 1); in pt_topa_prev_entry() 999 if (tp->table != te) in pt_topa_prev_entry() 1000 return --te; in pt_topa_prev_entry() 1108 struct topa_entry *te; in pt_buffer_reset_offsets() local 1115 te = pt_topa_entry_for_page(buf, pg); in pt_buffer_reset_offsets() 1117 cur_tp = topa_entry_to_page(te); in pt_buffer_reset_offsets() 1119 buf->cur_idx = te - TOPA_ENTRY(buf->cur, 0); in pt_buffer_reset_offsets()
|
/Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/ |
D | display-sysfs.c | 71 bool te; in display_tear_store() local 76 r = strtobool(buf, &te); in display_tear_store() 80 r = dssdev->driver->enable_te(dssdev, te); in display_tear_store()
|
/Linux-v5.4/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()
|
/Linux-v5.4/arch/arc/plat-eznps/ |
D | smp.c | 65 hw_comply.te = 1; in eznps_init_core()
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | omap3-n950.dts | 65 OMAP3_CORE1_IOPAD(0x20ca, PIN_INPUT | MUX_MODE4) /* gpio 62 - display te */ 239 te-gpios = <&gpio2 30 GPIO_ACTIVE_HIGH>; /* 62 */
|
/Linux-v5.4/arch/arc/plat-eznps/include/plat/ |
D | ctop.h | 170 u32 me:1, le:1, te:1, knc:1, __reserved:28; member
|
/Linux-v5.4/Documentation/devicetree/bindings/display/exynos/ |
D | exynos5433-decon.txt | 14 command mode with software trigger: "lcd_sys", "te".
|
/Linux-v5.4/net/netfilter/ |
D | nf_tables_api.c | 6729 struct nft_trans_elem *te; in nf_tables_commit() local 6851 te = (struct nft_trans_elem *)trans->data; in nf_tables_commit() 6853 te->set->ops->activate(net, te->set, &te->elem); in nf_tables_commit() 6854 nf_tables_setelem_notify(&trans->ctx, te->set, in nf_tables_commit() 6855 &te->elem, in nf_tables_commit() 6860 te = (struct nft_trans_elem *)trans->data; in nf_tables_commit() 6862 nf_tables_setelem_notify(&trans->ctx, te->set, in nf_tables_commit() 6863 &te->elem, in nf_tables_commit() 6865 te->set->ops->remove(net, te->set, &te->elem); in nf_tables_commit() 6866 atomic_dec(&te->set->nelems); in nf_tables_commit() [all …]
|