/linux/tools/perf/util/ |
H A D | s390-sample-raw.c | 51 struct cf_trailer_entry *te; in s390_cpumcfdg_testctr() local 71 if (len - offset - sizeof(*te) == 4) in s390_cpumcfdg_testctr() 85 struct cf_trailer_entry te; in s390_cpumcfdg_dumptrail() local 87 te.flags = be64_to_cpu(tep->flags); in s390_cpumcfdg_dumptrail() 88 te.cfvn = be16_to_cpu(tep->cfvn); in s390_cpumcfdg_dumptrail() 89 te.csvn = be16_to_cpu(tep->csvn); in s390_cpumcfdg_dumptrail() 90 te.cpu_speed = be32_to_cpu(tep->cpu_speed); in s390_cpumcfdg_dumptrail() 91 te.timestamp = be64_to_cpu(tep->timestamp); in s390_cpumcfdg_dumptrail() 92 te.progusage1 = be64_to_cpu(tep->progusage1); in s390_cpumcfdg_dumptrail() 93 te in s390_cpumcfdg_dumptrail() [all...] |
H A D | s390-cpumsf.c | 310 static unsigned long long trailer_timestamp(struct hws_trailer_entry *te, in trailer_timestamp() argument 313 /* te->t set: TOD in STCKE format, bytes 8-15 in trailer_timestamp() 318 memcpy(&ts, &te->timestamp[idx], sizeof(ts)); in trailer_timestamp() 324 struct hws_trailer_entry *te) in s390_cpumsf_trailer_show() argument 328 const unsigned long long flags = be64toh(te->flags); in s390_cpumsf_trailer_show() 336 memcpy(&local.timestamp, te->timestamp, sizeof(te->timestamp)); in s390_cpumsf_trailer_show() 337 local.overflow = be64toh(te->overflow); in s390_cpumsf_trailer_show() 338 local.clock_base = be64toh(te->progusage[0]) >> 63 & 1; in s390_cpumsf_trailer_show() 339 local.progusage2 = be64toh(te in s390_cpumsf_trailer_show() 377 struct hws_trailer_entry *te; s390_cpumsf_validate() local 475 struct hws_trailer_entry te; s390_cpumsf_dump() local 551 struct hws_trailer_entry *te; get_trailer_time() local [all...] |
/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_pingpong.c | 79 struct dpu_hw_tear_check *te) in dpu_hw_pp_enable_te() argument 84 if (!pp || !te) in dpu_hw_pp_enable_te() 89 if (te->hw_vsync_mode) in dpu_hw_pp_enable_te() 92 cfg |= te->vsync_count; in dpu_hw_pp_enable_te() 95 DPU_REG_WRITE(c, PP_SYNC_CONFIG_HEIGHT, te->sync_cfg_height); in dpu_hw_pp_enable_te() 96 DPU_REG_WRITE(c, PP_VSYNC_INIT_VAL, te->vsync_init_val); in dpu_hw_pp_enable_te() 97 DPU_REG_WRITE(c, PP_RD_PTR_IRQ, te->rd_ptr_irq); in dpu_hw_pp_enable_te() 98 DPU_REG_WRITE(c, PP_START_POS, te->start_pos); in dpu_hw_pp_enable_te() 100 ((te->sync_threshold_continue << 16) | in dpu_hw_pp_enable_te() 101 te in dpu_hw_pp_enable_te() [all...] |
/linux/arch/s390/kernel/ |
H A D | perf_cpum_sf.c | 208 struct hws_trailer_entry *te; in alloc_sample_data_block() local 215 te = trailer_entry_ptr(sdb); in alloc_sample_data_block() 216 te->header.a = 1; in alloc_sample_data_block() 1108 struct hws_trailer_entry *te; in hw_collect_samples() local 1111 te = trailer_entry_ptr((unsigned long)sdbt); in hw_collect_samples() 1113 while ((unsigned long *)sample < (unsigned long *)te) { in hw_collect_samples() 1148 if (!te->header.f) in hw_collect_samples() 1174 struct hws_trailer_entry *te; in hw_perf_event_update() local 1190 te = trailer_entry_ptr(sdb); in hw_perf_event_update() 1193 if (!te in hw_perf_event_update() 1302 struct hws_trailer_entry *te; aux_output_end() local 1336 struct hws_trailer_entry *te; aux_output_begin() local 1388 struct hws_trailer_entry *te; aux_set_alert() local 1437 struct hws_trailer_entry *te; aux_reset_buffer() local 1566 struct hws_trailer_entry *te; aux_sdb_init() local [all...] |
H A D | perf_cpum_cf.c | 392 static void cfdiag_trailer(struct cf_trailer_entry *te) in cfdiag_trailer() argument 396 te->cfvn = cpumf_ctr_info.cfvn; /* Counter version numbers */ in cfdiag_trailer() 397 te->csvn = cpumf_ctr_info.csvn; in cfdiag_trailer() 400 te->mach_type = cpuid.machine; in cfdiag_trailer() 401 te->cpu_speed = cfdiag_cpu_speed; in cfdiag_trailer() 402 if (te->cpu_speed) in cfdiag_trailer() 403 te->speed = 1; in cfdiag_trailer() 404 te->clock_base = 1; /* Save clock base */ in cfdiag_trailer() 405 te->tod_base = tod_clock_base.tod; in cfdiag_trailer() 406 te in cfdiag_trailer() [all...] |
/linux/drivers/staging/fbtft/ |
H A D | fb_st7789v.c | 94 struct gpio_desc *te; in init_tearing_effect_line() local 97 te = gpiod_get_optional(dev, "te", GPIOD_IN); in init_tearing_effect_line() 98 if (IS_ERR(te)) in init_tearing_effect_line() 99 return dev_err_probe(dev, PTR_ERR(te), "Failed to request te GPIO\n"); in init_tearing_effect_line() 101 /* if te is NULL, indicating no configuration, directly return success */ in init_tearing_effect_line() 102 if (!te) { in init_tearing_effect_line() 107 irq = gpiod_to_irq(te); in init_tearing_effect_line() 110 gpiod_put(te); in init_tearing_effect_line() [all...] |
/linux/tools/testing/selftests/net/ |
H A D | txtimestamp.c | 113 static void init_timing_event(struct timing_event *te) in init_timing_event() argument 115 te->min = INT64_MAX; in init_timing_event() 116 te->max = 0; in init_timing_event() 117 te->total = 0; in init_timing_event() 118 te->count = 0; in init_timing_event() 121 static void add_timing_event(struct timing_event *te, in add_timing_event() argument 126 te->count++; in add_timing_event() 127 if (ts_delta < te->min) in add_timing_event() 128 te->min = ts_delta; in add_timing_event() 129 if (ts_delta > te in add_timing_event() 247 print_timing_event(char * name,struct timing_event * te) print_timing_event() argument [all...] |
/linux/fs/hfsplus/ |
H A D | wrapper.c | 108 struct cdrom_tocentry te; in hfsplus_get_last_session() local 113 te.cdte_track = HFSPLUS_SB(sb)->session; in hfsplus_get_last_session() 114 te.cdte_format = CDROM_LBA; in hfsplus_get_last_session() 115 if (cdrom_read_tocentry(cdi, &te) || in hfsplus_get_last_session() 116 (te.cdte_ctrl & CDROM_DATA_TRACK) != 4) { in hfsplus_get_last_session() 120 *start = (sector_t)te.cdte_addr.lba << 2; in hfsplus_get_last_session()
|
/linux/sound/soc/intel/avs/ |
H A D | path.c | 193 struct avs_tplg_modcfg_ext *te, u32 dma_id) in avs_init_node_id() argument 196 node_id->dma_type = te->copier.dma_type; in avs_init_node_id() 203 node_id->vindex = te->copier.vindex.val; in avs_init_node_id() 214 node_id->vindex = te->copier.vindex.val | dma_id; in avs_init_node_id() 230 struct avs_tplg_modcfg_ext *te; in avs_nhlt_config_or_default() local 235 te = t->cfg_ext; in avs_nhlt_config_or_default() 237 switch (te->copier.dma_type) { in avs_nhlt_config_or_default() 241 bus_id = te->copier.vindex.i2s.instance; in avs_nhlt_config_or_default() 243 fmt = te->copier.out_fmt; in avs_nhlt_config_or_default() 249 bus_id = te in avs_nhlt_config_or_default() 354 struct avs_tplg_modcfg_ext *te; avs_copier_create() local 388 struct avs_tplg_modcfg_ext *te; avs_whm_create() local [all...] |
/linux/fs/hfs/ |
H A D | mdb.c | 42 struct cdrom_tocentry te; in hfs_get_last_session() local 47 te.cdte_track = HFS_SB(sb)->session; in hfs_get_last_session() 48 te.cdte_format = CDROM_LBA; in hfs_get_last_session() 49 if (cdrom_read_tocentry(cdi, &te) || in hfs_get_last_session() 50 (te.cdte_ctrl & CDROM_DATA_TRACK) != 4) { in hfs_get_last_session() 55 *start = (sector_t)te.cdte_addr.lba << 2; in hfs_get_last_session()
|
/linux/drivers/staging/greybus/ |
H A 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 in gb_loopback_calculate_stats() [all...] |
/linux/Documentation/translations/sp_SP/process/ |
H A D | management-style.rst | 51 particular, si alguien te dice “elige (a) o (b), realmente necesitamos 64 bien, y te hace parecer que sabes lo que estás haciendo, así que lo que 71 si te equivocaste (u **estarás** equivocado), siempre puede deshacer el 80 simplemente evitar hacer cosas que no se pueden deshacer. No te dejes 99 nos gusta mantener las apariencias, y salir en público a decir que te 101 - que alguien te diga que lo que trabajaste durante el último año no 112 equivocada. Siempre te debes reservar el derecho de cambiar de opinión, y 205 grupo. Aguanta con ellos, porque son las personas que te facilitarán el 241 pueda evitarlo en futuro, sino para que sepan que te deben uno. Y, quizás 246 en primer lugar. Es parte de lo que hace que la gente confíe en ti y te [all...] |
/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | display-sysfs.c | 72 bool te; in display_tear_store() local 77 r = kstrtobool(buf, &te); in display_tear_store() 81 r = dssdev->driver->enable_te(dssdev, te); in display_tear_store()
|
/linux/arch/x86/events/intel/ |
H A D | pt.c | 627 static inline struct topa_page *topa_entry_to_page(struct topa_entry *te) in topa_entry_to_page() argument 629 return (struct topa_page *)((unsigned long)te & PAGE_MASK); in topa_entry_to_page() 1074 pt_topa_prev_entry(struct pt_buffer *buf, struct topa_entry *te) in pt_topa_prev_entry() argument 1076 unsigned long table = (unsigned long)te & ~(PAGE_SIZE - 1); in pt_topa_prev_entry() 1081 if (tp->table != te) in pt_topa_prev_entry() 1082 return --te; in pt_topa_prev_entry() 1193 struct topa_entry *te; in pt_buffer_reset_offsets() local 1201 te = pt_topa_entry_for_page(buf, pg); in pt_buffer_reset_offsets() 1203 cur_tp = topa_entry_to_page(te); in pt_buffer_reset_offsets() 1205 buf->cur_idx = te in pt_buffer_reset_offsets() [all...] |
/linux/net/netfilter/ |
H A D | nf_tables_api.c | 6663 struct nft_trans_elem *te; in nft_trans_elem_alloc() local 6666 trans = nft_trans_alloc(ctx, msg_type, struct_size(te, elems, 1)); in nft_trans_elem_alloc() 6670 te = nft_trans_container_elem(trans); in nft_trans_elem_alloc() 6671 te->nelems = 1; in nft_trans_elem_alloc() 6672 te->set = set; in nft_trans_elem_alloc() 6828 static void nft_trans_set_elem_destroy(const struct nft_ctx *ctx, struct nft_trans_elem *te) in nft_trans_set_elem_destroy() argument 6832 for (i = 0; i < te->nelems; i++) { in nft_trans_set_elem_destroy() 6834 if (!te->elems[i].priv) in nft_trans_set_elem_destroy() 6837 __nft_set_elem_destroy(ctx, te->set, te->elems[i].priv, true); in nft_trans_set_elem_destroy() 6857 const struct nft_trans_elem *te) in nft_trans_elems_destroy() argument [all …]
|
/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | cxgb3_offload.c | 1081 struct t3c_tid_entry *te; in cxgb_redirect() local 1100 te = lookup_tid(ti, tid); in cxgb_redirect() 1101 BUG_ON(!te); in cxgb_redirect() 1102 if (te && te->ctx && te->client && te->client->redirect) { in cxgb_redirect() 1103 update_tcb = te->client->redirect(te->ctx, old, new, e); in cxgb_redirect()
|
/linux/Documentation/hwmon/ |
H A D | htu31.rst | 14 Datasheet: Publicly available from https://www.te.com/en/product-CAT-HSC0007.html
|
/linux/fs/isofs/ |
H A D | inode.c | 509 struct cdrom_tocentry te; in isofs_get_last_session() local 514 te.cdte_track = session; in isofs_get_last_session() 515 te.cdte_format = CDROM_LBA; in isofs_get_last_session() 516 if (cdrom_read_tocentry(cdi, &te) == 0) { in isofs_get_last_session() 518 session, te.cdte_addr.lba, in isofs_get_last_session() 519 te.cdte_ctrl & CDROM_DATA_TRACK); in isofs_get_last_session() 520 if ((te.cdte_ctrl & CDROM_DATA_TRACK) == 4) in isofs_get_last_session() 521 return te.cdte_addr.lba; in isofs_get_last_session()
|
/linux/drivers/block/aoe/ |
H A D | aoedev.c | 199 struct aoetgt *t, **tt, **te; in aoedev_downdev() local 221 te = tt + d->ntargets; in aoedev_downdev() 222 for (; tt < te && (t = *tt); tt++) { in aoedev_downdev()
|
H A D | aoecmd.c | 1449 struct aoetgt *t, **tt, **te; in addtgt() local 1452 te = tt + d->ntargets; in addtgt() 1453 for (; tt < te && *tt; tt++) in addtgt() 1456 if (tt == te) { in addtgt() 1622 struct aoetgt **t, **te; in aoecmd_cleanslate() local 1629 te = t + d->ntargets; in aoecmd_cleanslate() 1630 for (; t < te && *t; t++) in aoecmd_cleanslate()
|
/linux/arch/arm/boot/dts/ti/omap/ |
H A 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/tools/perf/Documentation/ |
H A D | security.txt | 169 Run the command below to generate my-perf.te policy extension file with 172 # ausearch -c 'perf' --raw | audit2allow -M my-perf && cat my-perf.te 186 # checkmodule -M -m -o my-perf.mod my-perf.te
|
/linux/fs/ntfs3/ |
H A D | index.c | 2169 struct NTFS_DE *e, *te, *re; in indx_get_entry_to_replace() local 2209 te = hdr_first_de(&n->index->ihdr); in indx_get_entry_to_replace() 2210 if (!te) { in indx_get_entry_to_replace() 2215 re = kmalloc(le16_to_cpu(te->size) + sizeof(u64), GFP_NOFS); in indx_get_entry_to_replace() 2222 memcpy(re, te, le16_to_cpu(te->size)); in indx_get_entry_to_replace() 2237 indx_free_children(indx, ni, te, true); in indx_get_entry_to_replace() 2245 e = hdr_delete_de(&ib->ihdr, te); in indx_get_entry_to_replace()
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | qcs8550-aim300-aiot.dts | 285 te_default: te-default-state {
|
H A D | sdm845-shift-axolotl.dts | 624 sde_te_active: sde-te-active-state { 631 sde_te_suspend: sde-te-suspend-state {
|