Home
last modified time | relevance | path

Searched refs:soc4 (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/devicetree/bindings/
H A Dexample-schema.yaml52 - vendor,soc4-ip
243 compatible = "vendor,soc4-ip", "vendor,soc1-ip";
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/devicetree/bindings/
H A Dexample-schema.yaml52 - vendor,soc4-ip
243 compatible = "vendor,soc4-ip", "vendor,soc1-ip";
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/devicetree/bindings/
H A Dexample-schema.yaml52 - vendor,soc4-ip
243 compatible = "vendor,soc4-ip", "vendor,soc1-ip";
/dports/net/sflowtool/sflowtool-5.06/src/
H A Dsflowtool.c6206 int32_t soc4=-1,soc6=-1; in main() local
6244 soc4 = openInputUDPSocket(sfConfig.sFlowInputPort); in main()
6246 if(soc4 == -1 && soc6 == -1) { in main()
6276 if(soc4 != -1) FD_SET(soc4, &readfds); in main()
6279 nfds = select((soc4 > soc6 ? soc4 : soc6) + 1, in main()
6304 if(soc4 != -1 && FD_ISSET(soc4, &readfds)) readPacket(soc4); in main()