Searched refs:mscm (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-imx/ |
H A D | mach-vf610.c | 25 void __iomem *mscm; in vf610_detect_cpu() local 27 np = of_find_compatible_node(NULL, NULL, "fsl,vf610-mscm-cpucfg"); in vf610_detect_cpu() 31 mscm = of_iomap(np, 0); in vf610_detect_cpu() 34 if (WARN_ON(!mscm)) in vf610_detect_cpu() 37 cpxcount = readl_relaxed(mscm + MSCM_CPxCOUNT); in vf610_detect_cpu() 38 cpxcfg1 = readl_relaxed(mscm + MSCM_CPxCFG1); in vf610_detect_cpu() 40 iounmap(mscm); in vf610_detect_cpu()
|
/kernel/linux/linux-6.6/arch/arm/mach-imx/ |
H A D | mach-vf610.c | 25 void __iomem *mscm; in vf610_detect_cpu() local 27 np = of_find_compatible_node(NULL, NULL, "fsl,vf610-mscm-cpucfg"); in vf610_detect_cpu() 31 mscm = of_iomap(np, 0); in vf610_detect_cpu() 34 if (WARN_ON(!mscm)) in vf610_detect_cpu() 37 cpxcount = readl_relaxed(mscm + MSCM_CPxCOUNT); in vf610_detect_cpu() 38 cpxcfg1 = readl_relaxed(mscm + MSCM_CPxCFG1); in vf610_detect_cpu() 40 iounmap(mscm); in vf610_detect_cpu()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_conntrack_h323_main.c | 541 MultimediaSystemControlMessage *mscm) in process_h245() 543 switch (mscm->choice) { in process_h245() 545 if (mscm->request.choice == in process_h245() 549 &mscm->request.openLogicalChannel); in process_h245() 552 mscm->request.choice); in process_h245() 555 if (mscm->response.choice == in process_h245() 559 &mscm->response. in process_h245() 563 mscm->response.choice); in process_h245() 566 pr_debug("nf_ct_h323: H.245 signal %d\n", mscm->choice); in process_h245() 576 static MultimediaSystemControlMessage mscm; in h245_help() local 538 process_h245(struct sk_buff *skb, struct nf_conn *ct, enum ip_conntrack_info ctinfo, unsigned int protoff, unsigned char **data, int dataoff, MultimediaSystemControlMessage *mscm) process_h245() argument [all...] |
H A D | nf_conntrack_h323_asn1.c | 855 mscm) in DecodeMultimediaSystemControlMessage() 868 (char *) mscm, 0); in DecodeMultimediaSystemControlMessage() 853 DecodeMultimediaSystemControlMessage(unsigned char *buf, size_t sz, MultimediaSystemControlMessage * mscm) DecodeMultimediaSystemControlMessage() argument
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_h323_main.c | 493 MultimediaSystemControlMessage *mscm) in process_h245() 495 switch (mscm->choice) { in process_h245() 497 if (mscm->request.choice == in process_h245() 501 &mscm->request.openLogicalChannel); in process_h245() 504 mscm->request.choice); in process_h245() 507 if (mscm->response.choice == in process_h245() 511 &mscm->response. in process_h245() 515 mscm->response.choice); in process_h245() 518 pr_debug("nf_ct_h323: H.245 signal %d\n", mscm->choice); in process_h245() 528 static MultimediaSystemControlMessage mscm; in h245_help() local 490 process_h245(struct sk_buff *skb, struct nf_conn *ct, enum ip_conntrack_info ctinfo, unsigned int protoff, unsigned char **data, int dataoff, MultimediaSystemControlMessage *mscm) process_h245() argument [all...] |
H A D | nf_conntrack_h323_asn1.c | 859 mscm) in DecodeMultimediaSystemControlMessage() 872 (char *) mscm, 0); in DecodeMultimediaSystemControlMessage() 857 DecodeMultimediaSystemControlMessage(unsigned char *buf, size_t sz, MultimediaSystemControlMessage * mscm) DecodeMultimediaSystemControlMessage() argument
|
/kernel/linux/linux-5.10/include/linux/netfilter/ |
H A D | nf_conntrack_h323_asn1.h | 95 mscm);
|
/kernel/linux/linux-6.6/include/linux/netfilter/ |
H A D | nf_conntrack_h323_asn1.h | 95 mscm);
|
Completed in 7 milliseconds