| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | atc.c | 334 int pdp = profile->pdp; in requestSetupDataCall() local 354 if (cid != pdp) in requestSetupDataCall() 363 asprintf(&cmd, "AT+CGACT=1,%d", pdp); in requestSetupDataCall() 372 asprintf(&cmd, "AT+QNETDEVCTL=1,%d,%d", pdp, 1); in requestSetupDataCall() 374 asprintf(&cmd, "AT+QNETDEVCTL=%d,1,%d", pdp, 0); in requestSetupDataCall() 384 asprintf(&cmd, "AT+QNETDEVSTATUS=%d", pdp); in requestSetupDataCall() 408 static int at_netdevstatus(int pdp, unsigned int *pV4Addr) { in at_netdevstatus() argument 417 asprintf(&cmd, "AT+QNETDEVSTATUS=%d", pdp); in at_netdevstatus() 450 int pdp = 1; in requestQueryDataCall() local 460 err = at_netdevstatus(pdp, &v4Addr); in requestQueryDataCall() [all …]
|
| H A D | qmap_bridge_mode.c | 185 int offset_id = (profile->muxid == 0)? profile->pdp - 1 : profile->muxid - 0x81; in ql_qmi_qmap_mode_detect() 229 profile->muxid = profile->pdp + 0x80; //muxis is 0x8X for PDN-X in ql_qmi_qmap_mode_detect() 239 snprintf(pl->filename, sizeof(pl->filename), "/sys/class/net/qmimux%d", profile->pdp - 1); in ql_qmi_qmap_mode_detect() 288 … profile->muxid = (buf[5*(profile->pdp - 1) + 2] - '0')*16 + (buf[5*(profile->pdp - 1) + 3] - '0'); in ql_qmi_qmap_mode_detect() 289 …snprintf(profile->qmapnet_adapter, sizeof(profile->qmapnet_adapter), "qmimux%d", profile->pdp - 1); in ql_qmi_qmap_mode_detect() 333 snprintf(tmp, sizeof(tmp), "/sys/class/net/%s.%d", profile->usbnet_adapter, profile->pdp); in ql_mbim_usb_vlan_mode_detect() 336 profile->muxid = profile->pdp; in ql_mbim_usb_vlan_mode_detect() 351 int offset_id = profile->pdp - 1; in ql_mbim_mhi_qmap_mode_detect()
|
| H A D | main.c | 209 static int kill_data_call_pdp(int pdp, char *self) { in kill_data_call_pdp() argument 220 pid = getpid_by_pdp(pdp, p); in kill_data_call_pdp() 653 profile.pdp = CONFIG_DEFAULT_PDP; in main() 717 profile.pdp = argv[opt++][0] - '0'; in main()
|
| H A D | util.c | 299 pid_t getpid_by_pdp(int pdp, const char* program_name) in getpid_by_pdp() argument 306 snprintf(filter, sizeof(filter), "-n %d", pdp); in getpid_by_pdp()
|
| H A D | QMIThread.c | 250 if (profile->pdp && !s_is_cdma) { //cdma only support one pdp, so no need to set profile index in WdsStartNwInterfaceReq() 254 pProfileIndex->ProfileIndex = profile->pdp; in WdsStartNwInterfaceReq() 479 pMUXMsg->GetProfileSettingsReq.ProfileIndex = profile->pdp; in WdsGetProfileSettingsReqSend() 493 pMUXMsg->ModifyProfileSettingsReq.ProfileIndex = profile->pdp; in WdsModifyProfileSettingsReq() 1962 if (!profile->pdp) in requestSetProfile() 1965 …dbg_time("%s[%d] %s/%s/%s/%d", __func__, profile->pdp, profile->apn, profile->user, profile->passw… in requestSetProfile() 1988 if (!profile->pdp) in requestGetProfile() 2019 dbg_time("%s[%d] %s/%s/%s/%d", __func__, profile->pdp, apn, user, password, auth); in requestGetProfile()
|
| H A D | udhcpc_netlink.c | 68 new_state = (link_state ? 0x00 : 0x80) + profile->pdp; in ql_set_driver_link_state()
|
| H A D | QMIThread.h | 189 int pdp; member
|
| H A D | mbim-cm.c | 1442 mbim_sessionID = profile->pdp; in mbim_read_thread()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/ |
| H A D | gen8_ppgtt.c | 71 vgtif_reg(pdp[0].lo), lower_32_bits(daddr)); in gen8_ppgtt_notify_vgt() 73 vgtif_reg(pdp[0].hi), upper_32_bits(daddr)); in gen8_ppgtt_notify_vgt() 83 vgtif_reg(pdp[i].lo), in gen8_ppgtt_notify_vgt() 86 vgtif_reg(pdp[i].hi), in gen8_ppgtt_notify_vgt() 359 struct i915_page_directory *pdp, in gen8_ppgtt_insert_pte() argument 369 pd = i915_pd_entry(pdp, gen8_pd_index(idx, 2)); in gen8_ppgtt_insert_pte() 393 pd = pdp->entry[gen8_pd_index(idx, 2)]; in gen8_ppgtt_insert_pte() 419 struct i915_page_directory * const pdp = in gen8_ppgtt_insert_huge() local 422 i915_pd_entry(pdp, __gen8_pte_index(start, 2)); in gen8_ppgtt_insert_huge() 542 struct i915_page_directory * const pdp = in gen8_ppgtt_insert() local [all …]
|
| H A D | intel_gtt.h | 469 i915_pd_entry(const struct i915_page_directory * const pdp, in i915_pd_entry() argument 472 return pdp->entry[n]; in i915_pd_entry()
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | gtp.c | 108 struct pdp_ctx *pdp; in gtp0_pdp_find() local 112 hlist_for_each_entry_rcu(pdp, head, hlist_tid) { in gtp0_pdp_find() 113 if (pdp->gtp_version == GTP_V0 && in gtp0_pdp_find() 114 pdp->u.v0.tid == tid) in gtp0_pdp_find() 115 return pdp; in gtp0_pdp_find() 124 struct pdp_ctx *pdp; in gtp1_pdp_find() local 128 hlist_for_each_entry_rcu(pdp, head, hlist_tid) { in gtp1_pdp_find() 129 if (pdp->gtp_version == GTP_V1 && in gtp1_pdp_find() 130 pdp->u.v1.i_tei == tid) in gtp1_pdp_find() 131 return pdp; in gtp1_pdp_find() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/strongswan/ |
| H A D | strongswan_5.9.6.bb | 78 PACKAGECONFIG[tnc-pdp] = "--enable-tnc-pdp,--disable-tnc-pdp,, ${PN}-plugin-tnc-pdp"
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_pvinfo.h | 107 } pdp[4]; member
|
| H A D | i915_gpu_error.h | 109 u64 pdp[4]; member
|
| H A D | i915_gpu_error.c | 567 i, ee->vm_info.pdp[i]); in error_print_engine() 1215 ee->vm_info.pdp[i] = in engine_record_registers() 1218 ee->vm_info.pdp[i] <<= 32; in engine_record_registers() 1219 ee->vm_info.pdp[i] |= in engine_record_registers()
|
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_dir2.c | 216 xfs_inode_t *pdp) in xfs_dir_init() argument 222 error = xfs_dir_ino_validate(tp->t_mountp, pdp->i_ino); in xfs_dir_init() 233 error = xfs_dir2_sf_create(args, pdp->i_ino); in xfs_dir_init()
|
| H A D | xfs_dir2.h | 40 struct xfs_inode *pdp);
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/ |
| H A D | scheduler.c | 51 u32 pdp[8]) in set_context_pdp_root_pointer() 56 ring_context->pdps[i].val = pdp[7 - i]; in set_context_pdp_root_pointer() 857 u64 ring_context_gpa, u32 pdp[8]) in update_guest_pdps() 866 gpa + i * 8, &pdp[7 - i], 4); in update_guest_pdps() 1523 u64 ring_context_gpa, u32 pdp[8]) in read_guest_pdps() 1532 gpa + i * 8, &pdp[7 - i], 4); in read_guest_pdps()
|
| H A D | handlers.c | 1224 pdps = (u64 *)&vgpu_vreg64_t(vgpu, vgtif_reg(pdp[0])); in handle_g2v_notification() 1278 case _vgtif_reg(pdp[0].lo): in pvinfo_mmio_write() 1279 case _vgtif_reg(pdp[0].hi): in pvinfo_mmio_write() 1280 case _vgtif_reg(pdp[1].lo): in pvinfo_mmio_write() 1281 case _vgtif_reg(pdp[1].hi): in pvinfo_mmio_write() 1282 case _vgtif_reg(pdp[2].lo): in pvinfo_mmio_write() 1283 case _vgtif_reg(pdp[2].hi): in pvinfo_mmio_write() 1284 case _vgtif_reg(pdp[3].lo): in pvinfo_mmio_write() 1285 case _vgtif_reg(pdp[3].hi): in pvinfo_mmio_write()
|
| /OK3568_Linux_fs/kernel/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 2088 return int(round((x - self.subrange.x.lo) * self.scale.x, self.pdp.x)) 2091 return int(round((y - self.subrange.y.lo) * self.scale.y, self.pdp.y)) 2101 if self.pdp.x == 0: 2109 if self.pdp.y == 0: 2134 self.pdp = XY(x, y) # pixel decimal places
|
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/ |
| H A D | yuv420_p352x288.yuv | 2412 ��s}}~������}{pdp�����wv���������yt{}rQ5_�xx|~�����~~~}zwtrolgc^R\] "!''*.38…
|