Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/yaffs2/
H A Dyaffs_packedtags2.c41 const struct yaffs_packed_tags2_tags_only *ptt) in yaffs_dump_packed_tags2_tags_only() argument
45 ptt->obj_id, ptt->chunk_id, ptt->n_bytes, ptt->seq_number); in yaffs_dump_packed_tags2_tags_only()
75 void yaffs_pack_tags2_tags_only(struct yaffs_packed_tags2_tags_only *ptt, in yaffs_pack_tags2_tags_only() argument
78 ptt->chunk_id = t->chunk_id; in yaffs_pack_tags2_tags_only()
79 ptt->seq_number = t->seq_number; in yaffs_pack_tags2_tags_only()
80 ptt->n_bytes = t->n_bytes; in yaffs_pack_tags2_tags_only()
81 ptt->obj_id = t->obj_id; in yaffs_pack_tags2_tags_only()
90 ptt->chunk_id = EXTRA_HEADER_INFO_FLAG | t->extra_parent_id; in yaffs_pack_tags2_tags_only()
92 ptt->chunk_id |= EXTRA_SHRINK_FLAG; in yaffs_pack_tags2_tags_only()
94 ptt->chunk_id |= EXTRA_SHADOWS_FLAG; in yaffs_pack_tags2_tags_only()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_main.c415 struct qed_ptt *ptt; in qed_fill_dev_info() local
465 ptt = qed_ptt_acquire(QED_LEADING_HWFN(cdev)); in qed_fill_dev_info()
466 if (ptt) { in qed_fill_dev_info()
467 qed_mcp_get_mfw_ver(QED_LEADING_HWFN(cdev), ptt, in qed_fill_dev_info()
470 qed_mcp_get_mbi_ver(QED_LEADING_HWFN(cdev), ptt, in qed_fill_dev_info()
473 qed_mcp_get_flash_size(QED_LEADING_HWFN(cdev), ptt, in qed_fill_dev_info()
476 qed_ptt_release(QED_LEADING_HWFN(cdev), ptt); in qed_fill_dev_info()
1208 struct qed_ptt *ptt = qed_ptt_acquire(hwfn); in qed_slowpath_task() local
1210 if (!ptt) { in qed_slowpath_task()
1220 qed_mfw_process_tlv_req(hwfn, ptt); in qed_slowpath_task()
[all …]
H A Dqed_dcbx.c1328 struct qed_ptt *ptt; in qed_dcbnl_setstate() local
1340 ptt = qed_ptt_acquire(hwfn); in qed_dcbnl_setstate()
1341 if (!ptt) in qed_dcbnl_setstate()
1344 rc = qed_dcbx_config_params(hwfn, ptt, &dcbx_set, 0); in qed_dcbnl_setstate()
1346 qed_ptt_release(hwfn, ptt); in qed_dcbnl_setstate()
1432 struct qed_ptt *ptt; in qed_dcbnl_setpfccfg() local
1450 ptt = qed_ptt_acquire(hwfn); in qed_dcbnl_setpfccfg()
1451 if (!ptt) in qed_dcbnl_setpfccfg()
1454 rc = qed_dcbx_config_params(hwfn, ptt, &dcbx_set, 0); in qed_dcbnl_setpfccfg()
1456 qed_ptt_release(hwfn, ptt); in qed_dcbnl_setpfccfg()
[all …]
H A Dqed_sriov.c4084 static int qed_iov_copy_vf_msg(struct qed_hwfn *p_hwfn, struct qed_ptt *ptt, in qed_iov_copy_vf_msg() argument
4099 if (qed_dmae_host2host(p_hwfn, ptt, in qed_iov_copy_vf_msg()
4449 struct qed_ptt *ptt = qed_ptt_acquire(hwfn); in qed_sriov_disable() local
4454 if (!ptt) { in qed_sriov_disable()
4460 qed_clean_wfq_db(hwfn, ptt); in qed_sriov_disable()
4478 ptt, j); in qed_sriov_disable()
4484 qed_ptt_release(hwfn, ptt); in qed_sriov_disable()
4515 struct qed_ptt *ptt; in qed_sriov_enable() local
4529 ptt = qed_ptt_acquire(hwfn); in qed_sriov_enable()
4536 if (!ptt) { in qed_sriov_enable()
[all …]
H A Dqed.h979 void qed_link_update(struct qed_hwfn *hwfn, struct qed_ptt *ptt);
980 void qed_bw_update(struct qed_hwfn *hwfn, struct qed_ptt *ptt);
H A Dqed_init_fw_funcs.c990 #define ARR_REG_WR(dev, ptt, addr, arr, arr_size) \ argument
995 qed_wr(dev, ptt, \
H A Dqed_debug.c351 #define ARR_REG_WR(dev, ptt, addr, arr, arr_size) \ argument
354 qed_wr(dev, ptt, addr, (arr)[i]); \
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mtk-sch.c160 struct mu3h_sch_tt *tt, **tt_index, **ptt; in find_tt() local
182 ptt = &tt_index[udev->ttport - 1]; in find_tt()
184 ptt = (struct mu3h_sch_tt **) &utt->hcpriv; in find_tt()
187 tt = *ptt; in find_tt()
198 *ptt = tt; in find_tt()
208 struct mu3h_sch_tt *tt, **tt_index, **ptt; in drop_tt() local
217 ptt = &tt_index[udev->ttport - 1]; in drop_tt()
223 ptt = (struct mu3h_sch_tt **)&utt->hcpriv; in drop_tt()
226 tt = *ptt; in drop_tt()
230 *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()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dhdlcdrv.h36 int ptt; member
42 int ptt; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dhdlcdrv.h36 int ptt; member
42 int ptt; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dhdlcdrv.h36 int ptt; member
42 int ptt; member
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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.c358 s->hdlctx.ptt = 1; in start_tx()
366 if (!s || s->magic != HDLCDRV_MAGIC || s->hdlctx.ptt || !s->skb) in hdlcdrv_arbitrate()
453 s->hdlctx.ptt = 0; in hdlcdrv_open()
547 bi.data.cs.ptt = hdlcdrv_ptt(s); in hdlcdrv_ioctl()
557 bi.data.ocs.ptt = hdlcdrv_ptt(s); in hdlcdrv_ioctl()
651 s->hdlctx.ptt = 0; in hdlcdrv_setup()
H A Dbaycom_epp.c1060 hi.data.cs.ptt = !!(bc->stat & EPP_PTTBIT); in baycom_ioctl()
1070 hi.data.ocs.ptt = !!(bc->stat & EPP_PTTBIT); in baycom_ioctl()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgdb.info9323 shows that a variable 'ptt' points at another variable 't', defined in
9327 (gdb) p/a ptt
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgdb.info9323 shows that a variable 'ptt' points at another variable 't', defined in
9327 (gdb) p/a ptt
/OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/
H A Dyuv420_p352x288.yuv6713 …�����������������œ����������ѽ���ȿ������������������������������������������ptt`�������������������…
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...