/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | samsung,s5p-mfc.yaml | 4 $id: http://devicetree.org/schemas/media/samsung,s5p-mfc.yaml# 7 title: Samsung Exynos Multi Format Codec (MFC) 14 Multi Format Codec (MFC) is the IP present in Samsung SoCs which 21 - samsung,exynos5433-mfc # Exynos5433 22 - samsung,mfc-v5 # Exynos4 23 - samsung,mfc-v6 # Exynos5 24 - samsung,mfc-v7 # Exynos5420 25 - samsung,mfc-v8 # Exynos5800 26 - samsung,mfc-v10 # Exynos7880 27 - tesla,fsd-mfc # Tesl [all...] |
/freebsd/sys/netinet/ |
H A D | ip_mroute.c | 178 VNET_DEFINE_STATIC(LIST_HEAD(mfchashhdr, mfc)*, mfchashtbl); 320 static void expire_mfc(struct mfc *); 326 static int ip_mdq(struct mbuf *, struct ifnet *, struct mfc *, vifi_t); 328 static __inline struct mfc * 334 struct mbuf *, struct mfc *); 336 struct mbuf *, struct mfc *); 338 struct mbuf *, struct mfc *); 367 static __inline struct mfc * 370 struct mfc *rt; in mfc_find() 389 static __inline struct mfc * [all …]
|
H A D | ip_mroute.h | 86 struct mfc; 275 struct mfc { struct 276 LIST_ENTRY(mfc) mfc_hash; 292 struct buf_ring *mfc_stall_ring; /* ring of awaiting mfc */ argument 304 #define IGMPMSG_NOCACHE 1 /* no MFC in the kernel */ 332 struct bw_meter *bm_mfc_next; /* next bw meter (same mfc) */ 334 struct mfc *bm_mfc; /* the corresponding mfc */
|
/freebsd/usr.bin/netstat/ |
H A D | mroute6.c | 104 struct mf6c mfc; in mroute6pr() local 171 kread((u_long)mfcp, (char *)&mfc, sizeof(mfc)); in mroute6pr() 186 routename(sin6tosa(&mfc.mf6c_origin), in mroute6pr() 189 routename(sin6tosa(&mfc.mf6c_mcastgrp), in mroute6pr() 192 (uintmax_t)mfc.mf6c_pkt_cnt); in mroute6pr() 194 for (waitings = 0, rtep = mfc.mf6c_stall; rtep; ) { in mroute6pr() 202 if (mfc.mf6c_parent == MF6C_INCOMPLETE_PARENT) in mroute6pr() 205 xo_emit(" {:parent/%3d} ", mfc.mf6c_parent); in mroute6pr() 208 if (IF_ISSET(mifi, &mfc.mf6c_ifset)) in mroute6pr() 214 mfcp = mfc.mf6c_next; in mroute6pr()
|
H A D | mroute.c | 75 static void print_mfc(struct mfc *, int, int *); 166 print_mfc(struct mfc *m, int maxvif, int *banner_printed) in print_mfc() 240 struct mfc *m; in mroutepr() 327 * The MFC table will move into the AF_INET radix trie in future. in mroutepr() 336 struct mfc *mfctable; in mroutepr() 369 LIST_HEAD(, mfc) *mfchashtbl; in mroutepr() 371 struct mfc mfc; in mroutepr() local 391 kread((u_long)m, (char *)&mfc, sizeof(mfc)); in mroutepr()
|
/freebsd/sys/contrib/device-tree/src/arm/samsung/ |
H A D | exynos-mfc-reserved-memory.dtsi | 3 * Samsung's Exynos SoC MFC (Video Codec) reserved memory common definition. 14 mfc_left: region-mfc-left { 21 mfc_right: region-mfc-right { 30 &mfc {
|
H A D | exynos5800.dtsi | 155 &mfc { 156 compatible = "samsung,mfc-v8";
|
H A D | exynos3250.dtsi | 159 bus_mfc: bus-mfc { 372 label = "MFC"; 659 mfc: codec@13400000 { label 660 compatible = "samsung,exynos3250-mfc", "samsung,mfc-v7"; 663 clock-names = "mfc", "sclk_mfc";
|
/freebsd/tools/tools/git/ |
H A D | mfc-candidates.lua | 6 -- MFC candidate search utility. Identify hashes that exist only in the 7 -- "MFC from" branch and do not have a corresponding "cherry picked from" 8 -- commit in the "MFC to" branch. 22 -- Return a table of cherry-pick (MFC) candidates. 33 print("Obtaining MFC-from commits using command:") 46 -- cherry-picked (MFC'd). 54 print("Obtaining MFC-to commits using command:")
|
H A D | mfc-candidates.sh | 33 /usr/libexec/flua $(dirname $0)/mfc-candidates.lua "$@"
|
/freebsd/sys/contrib/device-tree/Bindings/interconnect/ |
H A D | samsung,exynos-bus.yaml | 53 |--- MFC 79 | | |MFC | | | || | 96 |--- MFC(L) 102 |--- MFC(R) 114 |--- MFC(L) 120 |--- MFC(R) 139 |--- MFC 151 |--- MFC
|
/freebsd/share/misc/ |
H A D | usb_vendors | 5946 0104 MFC-8300J 5947 0105 MFC-9600J 5948 0106 MFC-7300C 5949 0107 MFC-7400C 5950 0108 MFC-9200C 5951 0109 MFC-830 5952 010a MFC-840 5953 010b MFC-860 5954 010c MFC-7400J 5955 010d MFC-9200J [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/devfreq/ |
H A D | exynos-bus.txt | 73 |--- MFC 87 |--- MFC(L) 93 |--- MFC(R) 105 |--- MFC(L) 111 |--- MFC(R) 130 |--- MFC 142 |--- MFC 162 |--- MFC 187 | | |MFC | | | || |
|
/freebsd/sys/contrib/device-tree/Bindings/iommu/ |
H A D | samsung,sysmmu.yaml | 15 devices like MFC, FIMC, FIMD, GScaler, FIMC-IS and so forth. 29 MFC in all Exynos SoCs and FIMD, M2M Scalers and G2D in Exynos5420 has 2 System 31 * MFC has one System MMU on its left and right bus.
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | exynos5260-clock.txt | 58 7) "samsung,exynos5260-clock-mfc" 115 Input clocks for mfc clock controller: 172 compatible = "samsung,exynos5260-clock-mfc";
|
H A D | exynos5433-clock.txt | 10 which generates clocks for IMEM/FSYS/G3D/GSCL/HEVC/MSCL/G2D/MFC/PERIC/PERIS 42 - "samsung,exynos5433-cmu-mfc" - clock controller compatible for CMU_MFC 43 which generates clocks for MFC(Multi-Format Codec) IP. 145 Input clocks for mfc clock controller: 409 compatible = "samsung,exynos5433-cmu-mfc";
|
H A D | tesla,fsd-clock.yaml | 29 - tesla,fsd-clock-mfc 147 const: tesla,fsd-clock-mfc
|
H A D | samsung,exynos5433-clock.yaml | 27 # IMEM/FSYS/G3D/GSCL/HEVC/MSCL/G2D/MFC/PERIC/PERIS domains and bus 57 - samsung,exynos5433-cmu-mfc 385 const: samsung,exynos5433-cmu-mfc
|
H A D | samsung,exynos5260-clock.yaml | 56 - samsung,exynos5260-clock-mfc 208 const: samsung,exynos5260-clock-mfc
|
/freebsd/share/man/man4/ |
H A D | multicast.4 | 302 Cache (MFC) entry in the kernel. 304 An MFC entry is added by: 350 An MFC entry is deleted by: 371 installed MFC entry in the kernel (e.g., the number of forwarded 530 .\" #define MRT_MFC_GROUP_SPECIFIC (1 << 10) /* allow (*,G) MFC entries */ 533 .\" to allow (*,G) MFC entries (i.e., group-specific entries) in the kernel. 535 .\" (*,G) MFC support is the preferred solution instead of something more generic 601 that MFC entry will NOT trigger a WRONGVIF signal. 683 For example, the multicast routing process may want to timeout idle MFC
|
/freebsd/sys/netinet6/ |
H A D | ip6_mroute.c | 805 * Add an mfc entry 976 * Delete an mfc entry 1308 struct mf6c *mfc, **nptr; in expire_upcalls() local 1317 while ((mfc = *nptr) != NULL) { in expire_upcalls() 1318 rte = mfc->mf6c_stall; in expire_upcalls() 1325 mfc->mf6c_expire != 0 && in expire_upcalls() 1326 --mfc->mf6c_expire == 0) { in expire_upcalls() 1328 ip6_sprintf(ip6bufo, &mfc->mf6c_origin.sin6_addr), in expire_upcalls() 1329 ip6_sprintf(ip6bufg, &mfc->mf6c_mcastgrp.sin6_addr)); in expire_upcalls() 1343 *nptr = mfc->mf6c_next; in expire_upcalls() [all …]
|
/freebsd/.github/PULL_REQUEST_TEMPLATE/ |
H A D | pull_request_template.md | 11 MFC after: <N [day[s]|week[s]|month[s]]. Request a reminder email>
|
/freebsd/sys/contrib/device-tree/Bindings/power/ |
H A D | pd-samsung.yaml | 67 label = "MFC";
|
/freebsd/share/dict/ |
H A D | freebsd | 106 MFC
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/ |
H A D | fsd-clk.h | 131 /* MFC */
|