| /f-stack/dpdk/examples/pipeline/examples/ |
| H A D | vxlan_pcap.cli | 13 pipeline PIPELINE0 port out 0 sink none 14 pipeline PIPELINE0 port out 1 sink none 15 pipeline PIPELINE0 port out 2 sink none 16 pipeline PIPELINE0 port out 3 sink none 17 pipeline PIPELINE0 port out 4 sink none
|
| H A D | l2fwd_pcap.cli | 13 pipeline PIPELINE0 port out 0 sink none 14 pipeline PIPELINE0 port out 1 sink none 15 pipeline PIPELINE0 port out 2 sink none 16 pipeline PIPELINE0 port out 3 sink none
|
| H A D | l2fwd_macswp_pcap.cli | 13 pipeline PIPELINE0 port out 0 sink none 14 pipeline PIPELINE0 port out 1 sink none 15 pipeline PIPELINE0 port out 2 sink none 16 pipeline PIPELINE0 port out 3 sink none
|
| H A D | vxlan.cli | 22 pipeline PIPELINE0 port out 4 sink none
|
| /f-stack/freebsd/contrib/device-tree/Bindings/media/i2c/ |
| H A D | adv748x.txt | 38 AIN0 sink 0 39 AIN1 sink 1 40 AIN2 sink 2 41 AIN3 sink 3 42 AIN4 sink 4 43 AIN5 sink 5 44 AIN6 sink 6 45 AIN7 sink 7 46 HDMI sink 8 47 TTL sink 9
|
| H A D | tvp5150.txt | 24 AIP1A sink 0 25 AIP1B sink 1 28 The device node must contain at least one sink port and the src port. Each input
|
| H A D | dongwoon,dw9807-vcm.txt | 3 DW9807 is a 10-bit DAC with current sink capability. It is intended for
|
| H A D | dongwoon,dw9714.txt | 3 DW9174 is a 10-bit DAC with current sink capability. It is intended
|
| /f-stack/freebsd/contrib/device-tree/Bindings/connector/ |
| H A D | usb-connector.yaml | 69 - sink 78 - sink 105 sink-pdos: 106 description: An array of u32 with each entry providing supported power sink 110 PD spec chapter 6.4.1. Required for power sink and power dual role. User 111 can specify the sink PDO array via PDO_FIXED/BATT/VAR/PPS_APDO() defined 117 op-sink-microwatt: 119 offer the power, Capability Mismatch is set. Required for power sink and 216 try-power-role = "sink"; 218 sink-pdos = <PDO_FIXED(5000, 2000, PDO_FIXED_USB_COMM) [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/usb/ |
| H A D | fcs,fusb302.txt | 27 try-power-role = "sink"; 29 sink-pdos = <PDO_FIXED(5000, 3000, PDO_FIXED_USB_COMM) 32 op-sink-microwatt = <10000000>;
|
| H A D | richtek,rt1711h.txt | 26 try-power-role = "sink"; 28 sink-pdos = <PDO_FIXED(5000, 2000, PDO_FIXED_USB_COMM) 30 op-sink-microwatt = <10000000>;
|
| H A D | typec-tcpci.txt | 31 try-power-role = "sink"; 33 sink-pdos = <PDO_FIXED(5000, 2000, PDO_FIXED_USB_COMM) 35 op-sink-microwatt = <10000000>;
|
| /f-stack/dpdk/lib/librte_port/ |
| H A D | rte_swx_port_source_sink.c | 218 struct sink { struct 230 struct sink *p = port; in sink_free() argument 248 struct sink *p; in sink_create() 251 p = calloc(1, sizeof(struct sink)); in sink_create() 282 struct sink *p = port; in sink_pkt_tx() 318 struct sink *p = port; in sink_stats_read()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | name-prefix.txt | 5 sink/source names may use the name prefix property to prepend the 9 - sound-name-prefix : string using as prefix for the sink/source names of
|
| H A D | atmel-sam9x5-wm8731-audio.txt | 9 Each entry is a pair of strings, the first being the connection's sink,
|
| H A D | mxs-audio-sgtl5000.txt | 10 connection's sink, the second being the connection's
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/freescale/ |
| H A D | imx8mq-hummingboard-pulse.dts | 57 try-power-role = "sink"; 62 sink-pdos = <PDO_FIXED(5000, 2000, 70 op-sink-microwatt = <9000000>;
|
| H A D | imx8mn-evk.dtsi | 95 try-power-role = "sink"; 97 sink-pdos = <PDO_FIXED(5000, 3000, PDO_FIXED_USB_COMM) 99 op-sink-microwatt = <15000000>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/panel/ |
| H A D | advantech,idk-2121wr.yaml | 44 description: The sink for odd pixels. 57 description: The sink for even pixels.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/media/ |
| H A D | imx.txt | 44 connecting to the source and sink devices according to 48 bus sink endpoint nodes and correspond to the four
|
| H A D | imx7-mipi-csi2.txt | 42 related to the sink port and port 1 shall be the source 50 shall only be applied to port 0 (sink port), the array's
|
| /f-stack/freebsd/contrib/device-tree/Bindings/input/ |
| H A D | ilitek,ili2xxx.txt | 12 - interrupts: The sink for the touchscreen's IRQ output
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_pipeline.c | 461 struct rte_port_sink_params sink; in softnic_pipeline_port_out_create() member 591 pp.sink.file_name = params->sink.file_name; in softnic_pipeline_port_out_create() 592 pp.sink.max_n_pkts = params->sink.max_n_pkts; in softnic_pipeline_port_out_create() 595 p.arg_create = &pp.sink; in softnic_pipeline_port_out_create()
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | pipeline.c | 410 struct rte_port_sink_params sink; in pipeline_port_out_create() member 569 pp.sink.file_name = params->sink.file_name; in pipeline_port_out_create() 570 pp.sink.max_n_pkts = params->sink.max_n_pkts; in pipeline_port_out_create() 573 p.arg_create = &pp.sink; in pipeline_port_out_create()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/mediatek/ |
| H A D | mediatek,dpi.txt | 4 The Mediatek DPI function block is a sink of the display subsystem and
|