Home
last modified time | relevance | path

Searched refs:sink (Results 1 – 25 of 189) sorted by relevance

12345678

/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Darm,coresight-dummy-sink.yaml4 $id: http://devicetree.org/schemas/arm/arm,coresight-dummy-sink.yaml#
7 title: ARM Coresight Dummy sink component
15 sink.
17 The Coresight dummy sink component is for the specific coresight sink devices
21 register it as Coresight sink device in kernel side, so that path can be
28 side for dummy sink component.
40 - arm,coresight-dummy-sink
48 dummy sink, such as Embedded USB debugger(EUD).
59 # Minimum dummy sink definition. Dummy sink connect to coresight replicator.
61 sink {
[all …]
H A Dqcom,coresight-tpda.yaml19 TPDM source to TMC sink. TPDM can directly connect to TPDA's inport or
23 Enable coresight sink first.
30 The test data will be collected in the coresight sink which is enabled.
31 If rwp register of the sink is keeping updating when do integration_test
33 to sink.
/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_null.pod5 BIO_s_null - null data sink
15 BIO_s_null() returns the null sink BIO method. Data written to
16 the null sink is discarded, reads return EOF.
20 A null sink BIO behaves in a similar manner to the Unix /dev/null
26 A null sink is useful if, for example, an application wishes to digest some
28 Since a BIO chain must normally include a source/sink BIO this can be achieved
29 by adding a null sink BIO to the end of the chain
33 BIO_s_null() returns the null sink BIO method.
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dadv748x.txt38 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 Dtvp5150.txt24 AIP1A sink 0
25 AIP1B sink 1
28 The device node must contain at least one sink port and the src port. Each input
/freebsd/sys/contrib/device-tree/Bindings/connector/
H A Dusb-connector.yaml76 - sink
85 - sink
121 sink-vdos:
133 sink-vdos-v1:
257 sink-vdos-v1: [ sink-vdos ]
258 sink-vdos: [ sink-vdos-v1 ]
280 sink-pdos:
292 op-sink-microwatt:
391 try-power-role = "sink";
393 sink-pdos = <PDO_FIXED(5000, 2000, PDO_FIXED_USB_COMM)
[all …]
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dfcs,fusb302.txt27 try-power-role = "sink";
29 sink-pdos = <PDO_FIXED(5000, 3000, PDO_FIXED_USB_COMM)
32 op-sink-microwatt = <10000000>;
H A Drichtek,rt1711h.txt26 try-power-role = "sink";
28 sink-pdos = <PDO_FIXED(5000, 2000, PDO_FIXED_USB_COMM)
30 op-sink-microwatt = <10000000>;
H A Dfcs,fusb302.yaml59 try-power-role = "sink";
61 sink-pdos = <PDO_FIXED(5000, 3000, PDO_FIXED_USB_COMM)
64 op-sink-microwatt = <10000000>;
H A Dtypec-tcpci.txt31 try-power-role = "sink";
33 sink-pdos = <PDO_FIXED(5000, 2000, PDO_FIXED_USB_COMM)
35 op-sink-microwatt = <10000000>;
H A Dnxp,ptn5110.yaml54 try-power-role = "sink";
56 sink-pdos = <PDO_FIXED(5000, 2000, PDO_FIXED_USB_COMM) PDO_VAR(5000, 12000, 2000)>;
57 op-sink-microwatt = <10000000>;
H A Dmaxim,max33359.yaml58 try-power-role = "sink";
60 op-sink-microwatt = <2600000>;
67 sink-pdos = <PDO_FIXED(5000, 3000,
H A Dmediatek,mt6360-tcpc.yaml68 try-power-role = "sink";
70 sink-pdos = <PDO_FIXED(5000, 2000, PDO_FIXED_DUAL_ROLE | PDO_FIXED_DATA_SWAP)>;
71 op-sink-microwatt = <10000000>;
H A Drichtek,rt1711h.yaml69 try-power-role = "sink";
71 sink-pdos = <PDO_FIXED(5000, 2000, PDO_FIXED_DUAL_ROLE | PDO_FIXED_DATA_SWAP)>;
72 op-sink-microwatt = <10000000>;
H A Drichtek,rt1719.yaml7 title: Richtek RT1719 sink-only Type-C PD controller
13 The RT1719 is a sink-only USB Type-C controller that complies with the latest
/freebsd/crypto/openssl/doc/man7/
H A Dbio.pod20 There are two types of BIO, a source/sink BIO and a filter BIO.
22 As its name implies a source/sink BIO is a source and/or sink of data,
34 with one component). A chain normally consists of one source/sink
36 first BIO then traverses the chain to the end (normally a source/sink
52 a source/sink BIO typically starts with I<BIO_s_> and
/freebsd/contrib/tcp_wrappers/
H A Dclean_exit.c32 if (request->sink) in clean_exit()
33 request->sink(request->fd); in clean_exit()
H A Dptx.c76 if (request->sink != 0) in tli_host()
77 request->sink = ptx_sink; in tli_host()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_taskdeps.cpp266 task_source->td_ident->psource, sink->dn.id, in __kmp_track_dependence()
345 if (!sink) in __kmp_depnode_link_successor()
354 if (__kmp_tdg_is_recording(tdg_status) && sink->dn.task) in __kmp_depnode_link_successor()
355 __kmp_track_dependence(gtid, sink, source, task); in __kmp_depnode_link_successor()
358 if (sink->dn.task) { in __kmp_depnode_link_successor()
360 KMP_ACQUIRE_DEPNODE(gtid, sink); in __kmp_depnode_link_successor()
361 if (sink->dn.task) { in __kmp_depnode_link_successor()
362 if (!sink->dn.successors || sink->dn.successors->node != source) { in __kmp_depnode_link_successor()
366 __kmp_track_dependence(gtid, sink, source, task); in __kmp_depnode_link_successor()
367 sink->dn.successors = __kmp_add_node(thread, sink->dn.successors, source); in __kmp_depnode_link_successor()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/panel/
H A Dpanel-simple-lvds-dual-ports.yaml54 description: The first sink port.
59 description: The first sink port for odd pixels.
67 description: The second sink port.
72 description: The second sink port for even pixels.
/freebsd/sys/contrib/device-tree/Bindings/iio/addac/
H A Dadi,ad74115.yaml137 adi,digital-input-sink-range-high:
145 adi,digital-input-sink-microamp:
196 either source or sink for VOUT and 4mA sink for IOUT.
197 When present, the limit is 16mA in either source or sink for VOUT,
198 1mA sink for IOUT.
327 - adi,digital-input-sink-range-high
330 adi,digital-input-sink-microamp:
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dname-prefix.txt5 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
/freebsd/contrib/sendmail/contrib/
H A Dmailprio118 X $sink = "main'STDOUT";
120 X $sink = $source = "FH";
140 X &output($sink, *list);
175 X local($sink, *list) = @_;
192 X print $sink join("\n", @list), "\n" if int(@list);
196 X print $sink '# ----- prioritized users', "\n" unless $qflag;
200 X print $sink 'RFD:' if $qflag;
201 X print $sink $useracct{$to}, "\n";
210 X print $sink 'RFD:' if $qflag;
211 X print $sink $list{$to}, "\n";
[all …]
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-message-test.cc50 friend void AbslStringify(Sink& sink, const AbslStringifiablePoint& p) { in AbslStringify() argument
51 absl::Format(&sink, "(%d, %d)", p.x, p.y); in AbslStringify()
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mq-hummingboard-pulse.dts57 try-power-role = "sink";
62 sink-pdos = <PDO_FIXED(5000, 2000,
70 op-sink-microwatt = <9000000>;

12345678