| /linux/tools/perf/util/ |
| H A D | s390-sample-raw.c | 54 struct cf_trailer_entry *te; in s390_cpumcfdg_testctr() 74 if (len - offset - sizeof(*te) == 4) in s390_cpumcfdg_testctr() 88 struct cf_trailer_entry te; in s390_cpumcfdg_dumptrail() 90 te.flags = be64_to_cpu(tep->flags); in s390_cpumcfdg_dumptrail() 91 te.cfvn = be16_to_cpu(tep->cfvn); in s390_cpumcfdg_dumptrail() 92 te.csvn = be16_to_cpu(tep->csvn); in s390_cpumcfdg_dumptrail() 93 te.cpu_speed = be32_to_cpu(tep->cpu_speed); in s390_cpumcfdg_dumptrail() 94 te.timestamp = be64_to_cpu(tep->timestamp); in s390_cpumcfdg_dumptrail() 95 te.progusage1 = be64_to_cpu(tep->progusage1); in s390_cpumcfdg_dumptrail() 96 te in s390_cpumcfdg_dumptrail() 53 struct cf_trailer_entry *te; s390_cpumcfdg_testctr() local 87 struct cf_trailer_entry te; s390_cpumcfdg_dumptrail() local [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->progusage2); in s390_cpumsf_trailer_show() 340 te = &local; in s390_cpumsf_trailer_show() [all …]
|
| /linux/drivers/staging/fbtft/ |
| H A D | fb_st7789v.c | 76 static struct completion panel_te; /* completion for panel TE line */ 77 static int irq_te; /* Linux IRQ for LCD TE line */ 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/drivers/gpu/drm/imagination/ |
| H A D | pvr_rogue_cr_defs_client.h | 15 * 2xmsaa is achieved by enabling Y - TE does AA on Y plane only 16 * 4xmsaa is achieved by enabling Y and X - TE does AA on X and Y plane 20 * 2xmsaa is achieved by enabling X2 - does not affect TE 21 * 4xmsaa is achieved by enabling Y and X2 - TE does AA on Y plane only 22 * 8xmsaa is achieved by enabling Y, X and X2 - TE does AA on X and Y plane 26 * 2xmsaa is achieved by enabling X2 - does not affect TE 27 * 4xmsaa is achieved by enabling Y2 and X2 - TE does AA on Y plane only 34 * Indicates 4xmsaa when X2 and Y2 are set to 1. This does not affect TE and is only used within
|
| /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 233 manera de asumir la culpa: hacerlo por otra persona. Te sentirás bien por 241 pueda evitarlo en futuro, sino para que sepan que te deben uno. Y, quizás [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/arch/s390/kernel/ |
| H A D | perf_cpum_sf.c | 207 struct hws_trailer_entry *te; in alloc_sample_data_block() local 214 te = trailer_entry_ptr(sdb); in alloc_sample_data_block() 215 te->header.a = 1; in alloc_sample_data_block() 1107 struct hws_trailer_entry *te; in hw_collect_samples() local 1110 te = trailer_entry_ptr((unsigned long)sdbt); in hw_collect_samples() 1112 while ((unsigned long *)sample < (unsigned long *)te) { in hw_collect_samples() 1147 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->header.f) { in hw_perf_event_update() [all …]
|
| /linux/sound/soc/intel/avs/ |
| H A D | path.c | 242 struct avs_tplg_modcfg_ext *te, u32 dma_id) 245 node_id->dma_type = te->copier.dma_type; in avs_init_node_id() 252 node_id->vindex = te->copier.vindex.val; in avs_init_node_id() 263 node_id->vindex = te->copier.vindex.val | dma_id; in avs_init_node_id() 279 struct avs_tplg_modcfg_ext *te; in avs_nhlt_config_or_default() 284 te = t->cfg_ext; in avs_nhlt_config_or_default() 286 switch (te->copier.dma_type) { in avs_nhlt_config_or_default() 290 bus_id = te->copier.vindex.i2s.instance; in avs_nhlt_config_or_default() 292 fmt = te->copier.out_fmt; in avs_nhlt_config_or_default() 298 bus_id = te in avs_nhlt_config_or_default() 244 avs_init_node_id(union avs_connector_node_id * node_id,struct avs_tplg_modcfg_ext * te,u32 dma_id) avs_init_node_id() argument 281 struct avs_tplg_modcfg_ext *te; avs_nhlt_config_or_default() local 408 struct avs_tplg_modcfg_ext *te; avs_copier_create() local 442 struct avs_tplg_modcfg_ext *te; avs_whm_create() local [all...] |
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | time-event.c | 19 * For the high priority TE use a time event type that has similar priority to 248 "CSA TE failed to start"); in iwl_mvm_te_handle_notify_csa() 347 "TE ended - current time %lu, estimated end %lu\n", in iwl_mvm_te_handle_notif() 392 IWL_WARN(mvm, "Got TE with unknown action\n"); in iwl_mvm_te_handle_notif() 475 /* End TE, notify mac80211 */ in iwl_mvm_aux_roc_te_handle_notif() 486 ieee80211_ready_on_channel(mvm->hw); /* Start TE */ in iwl_mvm_aux_roc_te_handle_notif() 596 IWL_DEBUG_TE(mvm, "Add new TE, duration %d TU\n", in iwl_mvm_time_event_send_add() 661 IWL_DEBUG_TE(mvm, "We have enough time in the current TE: %u\n", in iwl_mvm_protect_session() 672 * cancel the current TE and issue a new one in iwl_mvm_protect_session() 712 /* If TE was sent OK - wait for the notification that started */ in iwl_mvm_protect_session() [all …]
|
| /linux/drivers/gpu/drm/mcde/ |
| H A D | mcde_drm.h | 54 /* Command mode with tearing effect (TE) IRQ sync */ 58 * (TE) IRQ sync. 61 /* Video mode with tearing effect (TE) sync IRQ */
|
| /linux/Documentation/devicetree/bindings/display/panel/ |
| H A D | samsung,amoled-mipi-dsi.yaml | 41 te-gpios: true 73 te-gpios = <&gpf1 3 GPIO_ACTIVE_HIGH>;
|
| H A D | samsung,sofef00.yaml | 64 te-gpios = <&tlmm 10 GPIO_ACTIVE_HIGH>;
|
| /linux/drivers/clocksource/ |
| H A D | renesas-ostm.c | 39 #define TE 0x01 macro 48 if (readb(timer_of_base(to) + OSTM_TE) & TE) { in ostm_timer_stop() 56 while (readb(timer_of_base(to) + OSTM_TE) & TE) in ostm_timer_stop()
|
| /linux/arch/powerpc/perf/ |
| H A D | power10-events-list.h | 69 * TE (Threshold End Event) 75 * thresh end (TE)
|
| H A D | power9-events-list.h | 108 * TE (Threshold End Event) 114 * thresh end (TE)
|
| /linux/net/netfilter/ |
| H A D | nf_tables_api.c | 598 struct nft_trans_elem *te; in nft_trans_commit_list_add_elem() local 603 te = nft_trans_container_elem(trans); in nft_trans_commit_list_add_elem() 604 if (te->set->ops->commit && list_empty(&te->set->pending_update)) in nft_trans_commit_list_add_elem() 605 list_add_tail(&te->set->pending_update, &nft_net->set_update_list); in nft_trans_commit_list_add_elem() 6723 struct nft_trans_elem *te; in nft_trans_elem_alloc() local 6726 trans = nft_trans_alloc(ctx, msg_type, struct_size(te, elems, 1)); in nft_trans_elem_alloc() 6730 te = nft_trans_container_elem(trans); in nft_trans_elem_alloc() 6731 te->nelems = 1; in nft_trans_elem_alloc() 6732 te->set = set; in nft_trans_elem_alloc() 6887 static void nft_trans_set_elem_destroy(const struct nft_ctx *ctx, struct nft_trans_elem *te) in nft_trans_set_elem_destroy() argument [all …]
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_hw_pingpong.h | 59 * listening to external TE 60 * @Return: 1 if TE was originally connected, 0 if not, or -ERROR
|
| /linux/Documentation/devicetree/bindings/display/samsung/ |
| H A D | samsung,exynos5433-decon.yaml | 50 - command mode with software trigger: lcd_sys, te 58 - const: te
|
| /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/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/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/drivers/gpu/drm/panel/ |
| H A D | panel-samsung-s6d16d0.c | 86 /* Enabe tearing mode: send TE (tearing effect) at VBLANK */ in s6d16d0_prepare() 90 dev_err(s6->dev, "failed to enable vblank TE (%d)\n", ret); in s6d16d0_prepare()
|
| /linux/Documentation/devicetree/bindings/net/ |
| H A D | dptel,dap8211r.yaml | 18 - 10BASE-Te, 100BASE-TX, 1000BASE-T
|
| /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/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()
|