Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dhisi-ptt.c48 static void hisi_ptt_dump(struct hisi_ptt *ptt __maybe_unused, in hisi_ptt_dump()
71 static void hisi_ptt_dump_event(struct hisi_ptt *ptt, unsigned char *buf, in hisi_ptt_dump_event() argument
76 hisi_ptt_dump(ptt, buf, len); in hisi_ptt_dump_event()
91 struct hisi_ptt *ptt = container_of(session->auxtrace, struct hisi_ptt, in hisi_ptt_process_auxtrace_event() local
119 hisi_ptt_dump_event(ptt, data, size); in hisi_ptt_process_auxtrace_event()
137 struct hisi_ptt *ptt = container_of(session->auxtrace, struct hisi_ptt, in hisi_ptt_free() local
141 free(ptt); in hisi_ptt_free()
147 struct hisi_ptt *ptt = container_of(session->auxtrace, struct hisi_ptt, auxtrace); in hisi_ptt_evsel_is_auxtrace() local
149 return evsel->core.attr.type == ptt->pmu_type; in hisi_ptt_evsel_is_auxtrace()
164 struct hisi_ptt *ptt; in hisi_ptt_process_auxtrace_info() local
[all …]
H A DBuild140 perf-util-y += hisi-ptt.o
141 perf-util-y += hisi-ptt-decoder/
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_main.c381 struct qed_ptt *ptt; in qed_fill_dev_info() local
431 ptt = qed_ptt_acquire(QED_LEADING_HWFN(cdev)); in qed_fill_dev_info()
432 if (ptt) { in qed_fill_dev_info()
433 qed_mcp_get_mfw_ver(QED_LEADING_HWFN(cdev), ptt, in qed_fill_dev_info()
436 qed_mcp_get_mbi_ver(QED_LEADING_HWFN(cdev), ptt, in qed_fill_dev_info()
439 qed_mcp_get_flash_size(QED_LEADING_HWFN(cdev), ptt, in qed_fill_dev_info()
442 qed_ptt_release(QED_LEADING_HWFN(cdev), ptt); in qed_fill_dev_info()
1174 struct qed_ptt *ptt = qed_ptt_acquire(hwfn); in qed_slowpath_task() local
1176 if (!ptt) { in qed_slowpath_task()
1186 qed_mfw_process_tlv_req(hwfn, ptt); in qed_slowpath_task()
[all …]
H A Dqed_dcbx.c1326 struct qed_ptt *ptt; in qed_dcbnl_setstate() local
1338 ptt = qed_ptt_acquire(hwfn); in qed_dcbnl_setstate()
1339 if (!ptt) in qed_dcbnl_setstate()
1342 rc = qed_dcbx_config_params(hwfn, ptt, &dcbx_set, 0); in qed_dcbnl_setstate()
1344 qed_ptt_release(hwfn, ptt); in qed_dcbnl_setstate()
1430 struct qed_ptt *ptt; in qed_dcbnl_setpfccfg() local
1448 ptt = qed_ptt_acquire(hwfn); in qed_dcbnl_setpfccfg()
1449 if (!ptt) in qed_dcbnl_setpfccfg()
1452 rc = qed_dcbx_config_params(hwfn, ptt, &dcbx_set, 0); in qed_dcbnl_setpfccfg()
1454 qed_ptt_release(hwfn, ptt); in qed_dcbnl_setpfccfg()
[all …]
H A Dqed_sriov.c4109 static int qed_iov_copy_vf_msg(struct qed_hwfn *p_hwfn, struct qed_ptt *ptt, in qed_iov_copy_vf_msg() argument
4124 if (qed_dmae_host2host(p_hwfn, ptt, in qed_iov_copy_vf_msg()
4480 struct qed_ptt *ptt = qed_ptt_acquire(hwfn); in qed_sriov_disable() local
4485 if (!ptt) { in qed_sriov_disable()
4491 qed_clean_wfq_db(hwfn, ptt); in qed_sriov_disable()
4509 ptt, j); in qed_sriov_disable()
4515 qed_ptt_release(hwfn, ptt); in qed_sriov_disable()
4546 struct qed_ptt *ptt; in qed_sriov_enable() local
4560 ptt = qed_ptt_acquire(hwfn); in qed_sriov_enable()
4567 if (!ptt) { in qed_sriov_enable()
[all …]
H A Dqed_init_fw_funcs.c1179 #define ARR_REG_WR(dev, ptt, addr, arr, arr_size) \ argument
1184 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/include/uapi/linux/
H A Dhdlcdrv.h36 int ptt; member
42 int ptt; member
/linux/drivers/usb/host/
H A Dxhci-mtk-sch.c167 struct mu3h_sch_tt *tt, **tt_index, **ptt; in find_tt() local
188 ptt = &tt_index[udev->ttport - 1]; in find_tt()
190 ptt = (struct mu3h_sch_tt **) &utt->hcpriv; in find_tt()
193 tt = *ptt; in find_tt()
204 *ptt = tt; in find_tt()
214 struct mu3h_sch_tt *tt, **tt_index, **ptt; in drop_tt() local
223 ptt = &tt_index[udev->ttport - 1]; in drop_tt()
229 ptt = (struct mu3h_sch_tt **)&utt->hcpriv; in drop_tt()
232 tt = *ptt; in drop_tt()
236 *ptt = NULL; in drop_tt()
H A Dehci-sched.c104 struct ehci_tt *tt, **tt_index, **ptt; in find_tt() local
128 ptt = &tt_index[port]; in find_tt()
131 ptt = (struct ehci_tt **) &utt->hcpriv; in find_tt()
134 tt = *ptt; in find_tt()
151 *ptt = tt; in find_tt()
161 struct ehci_tt *tt, **tt_index, **ptt; in drop_tt() local
170 ptt = &tt_index[udev->ttport - 1]; in drop_tt()
177 ptt = (struct ehci_tt **) &utt->hcpriv; in drop_tt()
180 tt = *ptt; in drop_tt()
185 *ptt = NULL; in drop_tt()
/linux/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/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()
/linux/tools/perf/util/hisi-ptt-decoder/
H A DBuild1 perf-util-y += hisi-ptt-pkt-decoder.o
/linux/drivers/hwtracing/
H A DKconfig8 source "drivers/hwtracing/ptt/Kconfig"
/linux/tools/perf/arch/arm64/util/
H A DBuild7 perf-util-y += hisi-ptt.o
/linux/
H A DMAINTAINERS11567 F: Documentation/trace/hisi-ptt.rst
11568 F: drivers/hwtracing/ptt/
11569 F: tools/perf/arch/arm64/util/hisi-ptt.c
11570 F: tools/perf/util/hisi-ptt*
11571 F: tools/perf/util/hisi-ptt-decoder/*