Home
last modified time | relevance | path

Searched refs:ptt (Results 1 – 23 of 23) sorted by relevance

/linux-6.15/tools/perf/util/
H A Dhisi-ptt.c76 hisi_ptt_dump(ptt, buf, len); in hisi_ptt_dump_event()
119 hisi_ptt_dump_event(ptt, data, size); in hisi_ptt_process_auxtrace_event()
141 free(ptt); in hisi_ptt_free()
164 struct hisi_ptt *ptt; in hisi_ptt_process_auxtrace_info() local
170 ptt = zalloc(sizeof(*ptt)); in hisi_ptt_process_auxtrace_info()
171 if (!ptt) in hisi_ptt_process_auxtrace_info()
174 ptt->session = session; in hisi_ptt_process_auxtrace_info()
176 ptt->auxtrace_type = auxtrace_info->type; in hisi_ptt_process_auxtrace_info()
177 ptt->pmu_type = auxtrace_info->priv[0]; in hisi_ptt_process_auxtrace_info()
183 ptt->auxtrace.free = hisi_ptt_free; in hisi_ptt_process_auxtrace_info()
[all …]
H A DBuild133 perf-util-$(CONFIG_AUXTRACE) += hisi-ptt.o
134 perf-util-$(CONFIG_AUXTRACE) += hisi-ptt-decoder/
/linux-6.15/drivers/net/ethernet/qlogic/qed/
H A Dqed_main.c432 if (ptt) { in qed_fill_dev_info()
1676 if (!ptt) in qed_set_link()
2535 if (!ptt) in qed_nvm_flash_cfg_write()
2600 if (!ptt) in qed_nvm_flash_cfg_len()
2624 if (!ptt) in qed_nvm_flash_cfg_read()
2788 if (!ptt) in qed_set_led()
2825 if (!ptt) in qed_update_wol()
2849 if (!ptt) in qed_update_drv_state()
2871 if (!ptt) in qed_update_mac()
2895 if (!ptt) in qed_update_mtu()
[all …]
H A Dqed_dcbx.c1339 if (!ptt) in qed_dcbnl_setstate()
1449 if (!ptt) in qed_dcbnl_setpfccfg()
1589 if (!ptt) in qed_dcbnl_setpgtccfgtx()
1625 if (!ptt) in qed_dcbnl_setpgbwgcfgtx()
1651 if (!ptt) in qed_dcbnl_setall()
1689 if (!ptt) in qed_dcbnl_setnumtcs()
1717 if (!ptt) in qed_dcbnl_setpfcstate()
1796 if (!ptt) in qed_dcbnl_setapp()
1843 if (!ptt) in qed_dcbnl_setdcbx()
1933 if (!ptt) in qed_dcbnl_setfeatcfg()
[all …]
H A Dqed_sriov.c4485 if (!ptt) { in qed_sriov_disable()
4509 ptt, j); in qed_sriov_disable()
4546 struct qed_ptt *ptt; in qed_sriov_enable() local
4567 if (!ptt) { in qed_sriov_enable()
4598 if (!ptt) { in qed_sriov_enable()
4797 if (!ptt) { in qed_inform_vf_link_state()
4935 struct qed_ptt *ptt; in qed_handle_vf_msg() local
4939 if (!ptt) { in qed_handle_vf_msg()
5049 struct qed_ptt *ptt; in qed_handle_bulletin_post() local
5053 if (!ptt) { in qed_handle_bulletin_post()
[all …]
H A Dqed.h974 void qed_link_update(struct qed_hwfn *hwfn, struct qed_ptt *ptt);
975 void qed_bw_update(struct qed_hwfn *hwfn, struct qed_ptt *ptt);
H A Dqed_init_fw_funcs.c1189 #define ARR_REG_WR(dev, ptt, addr, arr, arr_size) \ argument
1194 qed_wr(dev, ptt, \
H A Dqed_debug.c409 #define ARR_REG_WR(dev, ptt, addr, arr, arr_size) \ argument
412 qed_wr(dev, ptt, addr, (arr)[i]); \
/linux-6.15/include/uapi/linux/
H A Dhdlcdrv.h36 int ptt; member
42 int ptt; member
/linux-6.15/drivers/usb/host/
H A Dxhci-mtk-sch.c167 struct mu3h_sch_tt *tt, **tt_index, **ptt; in find_tt() local
189 ptt = &tt_index[udev->ttport - 1]; in find_tt()
191 ptt = (struct mu3h_sch_tt **) &utt->hcpriv; in find_tt()
194 tt = *ptt; in find_tt()
205 *ptt = tt; in find_tt()
215 struct mu3h_sch_tt *tt, **tt_index, **ptt; in drop_tt() local
224 ptt = &tt_index[udev->ttport - 1]; in drop_tt()
230 ptt = (struct mu3h_sch_tt **)&utt->hcpriv; in drop_tt()
233 tt = *ptt; in drop_tt()
237 *ptt = NULL; in drop_tt()
H A Dehci-sched.c104 struct ehci_tt *tt, **tt_index, **ptt; in find_tt() local
129 ptt = &tt_index[port]; in find_tt()
132 ptt = (struct ehci_tt **) &utt->hcpriv; in find_tt()
135 tt = *ptt; in find_tt()
152 *ptt = tt; in find_tt()
162 struct ehci_tt *tt, **tt_index, **ptt; in drop_tt() local
171 ptt = &tt_index[udev->ttport - 1]; in drop_tt()
178 ptt = (struct ehci_tt **) &utt->hcpriv; in drop_tt()
181 tt = *ptt; in drop_tt()
186 *ptt = NULL; in drop_tt()
/linux-6.15/include/linux/
H A Dhdlcdrv.h132 unsigned char ptt; member
234 s->hdlctx.ptt = 0; in hdlcdrv_getbits()
258 return s->hdlctx.ptt || (s->hdlctx.calibrate > 0); in hdlcdrv_ptt()
/linux-6.15/drivers/net/hamradio/
H A Dbaycom_ser_fdx.c120 unsigned char ptt; member
289 if (bc->modem.ptt) in ser12_interrupt()
305 if (bc->modem.ptt && txcount) { in ser12_interrupt()
310 bc->modem.ptt = 0; in ser12_interrupt()
319 if (!bc->modem.ptt && txcount) { in ser12_interrupt()
324 bc->modem.ptt = 1; in ser12_interrupt()
H A Dhdlcdrv.c359 s->hdlctx.ptt = 1; in start_tx()
367 if (!s || s->magic != HDLCDRV_MAGIC || s->hdlctx.ptt || !s->skb) in hdlcdrv_arbitrate()
454 s->hdlctx.ptt = 0; in hdlcdrv_open()
550 bi.data.cs.ptt = hdlcdrv_ptt(s); in hdlcdrv_siocdevprivate()
560 bi.data.ocs.ptt = hdlcdrv_ptt(s); in hdlcdrv_siocdevprivate()
654 s->hdlctx.ptt = 0; in hdlcdrv_setup()
H A Dbaycom_epp.c1055 hi.data.cs.ptt = !!(bc->stat & EPP_PTTBIT); in baycom_siocdevprivate()
1065 hi.data.ocs.ptt = !!(bc->stat & EPP_PTTBIT); in baycom_siocdevprivate()
/linux-6.15/tools/perf/util/hisi-ptt-decoder/
H A DBuild1 perf-util-$(CONFIG_AUXTRACE) += hisi-ptt-pkt-decoder.o
/linux-6.15/drivers/hwtracing/
H A DKconfig8 source "drivers/hwtracing/ptt/Kconfig"
/linux-6.15/Documentation/trace/
H A Dindex.rst39 hisi-ptt
/linux-6.15/tools/perf/arch/arm64/util/
H A DBuild13 arm-spe.o mem-events.o hisi-ptt.o
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-bus-event_source-devices-hisi_ptt9 See Documentation/trace/hisi-ptt.rst for more information.
71 See the description of the "filter" in Documentation/trace/hisi-ptt.rst
97 See the description of the "filter" in Documentation/trace/hisi-ptt.rst
/linux-6.15/drivers/
H A DMakefile180 obj-$(CONFIG_HISI_PTT) += hwtracing/ptt/
/linux-6.15/sound/soc/codecs/
H A Dcpcap.c1704 int ptt; in cpcap_mb2_irq_thread() local
1710 ptt = regmap_test_bits(regmap, CPCAP_REG_INTS2, BIT(CPCAP_BIT_PTT_S)); in cpcap_mb2_irq_thread()
1714 if (ptt == 1 && mb2 == 1) { in cpcap_mb2_irq_thread()
1723 if (!mb2 || !ptt) in cpcap_mb2_irq_thread()
/linux-6.15/
H A DMAINTAINERS10760 F: Documentation/trace/hisi-ptt.rst
10761 F: drivers/hwtracing/ptt/
10762 F: tools/perf/arch/arm64/util/hisi-ptt.c
10763 F: tools/perf/util/hisi-ptt*
10764 F: tools/perf/util/hisi-ptt-decoder/*