Home
last modified time | relevance | path

Searched full:encoders (Results 1 – 25 of 84) sorted by relevance

1234

/freebsd/sys/contrib/device-tree/Bindings/display/bridge/
H A Drenesas,lvds.txt10 - "renesas,r8a7743-lvds" for R8A7743 (RZ/G1M) compatible LVDS encoders
11 - "renesas,r8a7744-lvds" for R8A7744 (RZ/G1N) compatible LVDS encoders
12 - "renesas,r8a774a1-lvds" for R8A774A1 (RZ/G2M) compatible LVDS encoders
13 - "renesas,r8a774b1-lvds" for R8A774B1 (RZ/G2N) compatible LVDS encoders
14 - "renesas,r8a774c0-lvds" for R8A774C0 (RZ/G2E) compatible LVDS encoders
15 - "renesas,r8a7790-lvds" for R8A7790 (R-Car H2) compatible LVDS encoders
16 - "renesas,r8a7791-lvds" for R8A7791 (R-Car M2-W) compatible LVDS encoders
17 - "renesas,r8a7793-lvds" for R8A7793 (R-Car M2-N) compatible LVDS encoders
18 - "renesas,r8a7795-lvds" for R8A7795 (R-Car H3) compatible LVDS encoders
19 - "renesas,r8a7796-lvds" for R8A7796 (R-Car M3-W) compatible LVDS encoders
[all …]
H A Drenesas,lvds.yaml19 - renesas,r8a7742-lvds # for RZ/G1H compatible LVDS encoders
20 - renesas,r8a7743-lvds # for RZ/G1M compatible LVDS encoders
21 - renesas,r8a7744-lvds # for RZ/G1N compatible LVDS encoders
22 - renesas,r8a774a1-lvds # for RZ/G2M compatible LVDS encoders
23 - renesas,r8a774b1-lvds # for RZ/G2N compatible LVDS encoders
24 - renesas,r8a774c0-lvds # for RZ/G2E compatible LVDS encoders
25 - renesas,r8a774e1-lvds # for RZ/G2H compatible LVDS encoders
26 - renesas,r8a7790-lvds # for R-Car H2 compatible LVDS encoders
27 - renesas,r8a7791-lvds # for R-Car M2-W compatible LVDS encoders
28 - renesas,r8a7793-lvds # for R-Car M2-N compatible LVDS encoders
[all …]
H A Dlvds-codec.yaml7 title: Transparent LVDS encoders and decoders
13 This binding supports transparent LVDS encoders and decoders that don't
57 For LVDS encoders, port 0 is the parallel input
78 For LVDS encoders, port 1 is the LVDS output
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_ENCODER_CTX.pod77 data about these encoders. This allows having generic format encoders such
78 as DER to PEM, as well as more specialized encoders like RSA to DER.
80 The final output type must be given, and a chain of encoders must end with
110 OSSL_ENCODER_CTX_add_extra() finds encoders that further encodes output
111 from already added encoders, and adds them as well. This is used to build
122 OSSL_ENCODER_CTX_get_num_encoders() gets the number of encoders currently
187 OSSL_ENCODER_CTX_get_num_encoders() returns the current number of encoders.
H A DOSSL_ENCODER_to_bio.pod73 /* error: no suitable potential encoders found */
100 /* error: no suitable potential encoders found */
/freebsd/secure/lib/libcrypto/man/man3/
H A DOSSL_ENCODER_CTX.3136 data about these encoders. This allows having generic format encoders such
137 as DER to PEM, as well as more specialized encoders like RSA to DER.
139 The final output type must be given, and a chain of encoders must end with
168 \&\fBOSSL_ENCODER_CTX_add_extra()\fR finds encoders that further encodes output
169 from already added encoders, and adds them as well. This is used to build
180 \&\fBOSSL_ENCODER_CTX_get_num_encoders()\fR gets the number of encoders currently
237 \&\fBOSSL_ENCODER_CTX_get_num_encoders()\fR returns the current number of encoders.
H A DOSSL_ENCODER_to_bio.3124 \& /* error: no suitable potential encoders found */
153 \& /* error: no suitable potential encoders found */
/freebsd/crypto/openssl/crypto/encode_decode/
H A Dencoder_pkey.c99 * collect_encoder() is called in two passes, one where the encoders in collect_encoder()
101 * the other encoders are looked up. |data->flag_find_same_provider| in collect_encoder()
262 * First, collect the keymgmt names, then the encoders that match. in ossl_encoder_ctx_setup_for_pkey()
288 * and can use them for encoders with the same provider as the keymgmt. in ossl_encoder_ctx_setup_for_pkey()
305 * Place the encoders with the a different provider as the keymgmt in ossl_encoder_ctx_setup_for_pkey()
312 * Place the encoders with the same provider as the keymgmt first in ossl_encoder_ctx_setup_for_pkey()
380 "(ctx %p) Looking for %s encoders with selection %d\n", in OSSL_ENCODER_CTX_new_for_pkey()
401 BIO_printf(trc_out, "(ctx %p) Got %d encoders\n", in OSSL_ENCODER_CTX_new_for_pkey()
/freebsd/contrib/libxo/doc/
H A Dencoders.rst3 Encoders title
6 This section gives an overview of encoders, details on the encoders
8 encoders.
20 "pluggable" extension mechanism for dynamically loading new encoders.
23 Use the "encoder=XXX" option to access encoders. The following
28 Encoders can support specific options that can be accessed by
/freebsd/secure/usr.bin/openssl/man/
H A Dopenssl-list.183 [\fB\-encoders\fR]
139 .IP Encoders 4
140 .IX Item "Encoders"
199 .IP \fB\-encoders\fR 4
200 .IX Item "-encoders"
201 Display a list of encoders.
/freebsd/sys/contrib/device-tree/Bindings/display/ti/
H A Dti,omap-dss.txt19 a RGB pixel stream to encoders.
27 The DSS Core and the encoders have video port outputs. The structure of the
33 panels or external encoders.
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Damlogic,meson-vpu.yaml20 D | vd2 | VIU | | Video Post | | Video Encoders |<---|-----VCLK |
46 VENC: Video Encoders
49 The VENC is composed of the multiple pixel encoders
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-list.pod.in30 -}[B<-encoders>]
94 =item Encoders
160 =item B<-encoders>
162 Display a list of encoders.
/freebsd/secure/lib/libcrypto/man/man7/
H A Dossl-guide-libcrypto-introduction.7413 encoders and decoders to perform this task.
415 Encoders and decoders are just algorithm implementations in the same way as
417 providers. The OpenSSL encoders and decoders are available in the default
420 For information about encoders see \fBOSSL_ENCODER_CTX_new_for_pkey\fR\|(3). For
423 As well as using encoders/decoders directly there are also some helper functions
H A Dfips_module.7448 .SS "Using Encoders and Decoders with the FIPS module"
449 .IX Subsection "Using Encoders and Decoders with the FIPS module"
450 Encoders and decoders are used to read and write keys or parameters from or to
458 the key or parameter object. The built-in OpenSSL encoders and decoders are
462 therefore these encoders/decoders have the \f(CW\*(C`fips=yes\*(C'\fR property against them.
501 \& * as well as encoders from the default provider that are allowed
/freebsd/crypto/openssl/doc/man7/
H A Dossl-guide-libcrypto-introduction.pod367 encoders and decoders to perform this task.
369 Encoders and decoders are just algorithm implementations in the same way as
371 providers. The OpenSSL encoders and decoders are available in the default
374 For information about encoders see L<OSSL_ENCODER_CTX_new_for_pkey(3)>. For
377 As well as using encoders/decoders directly there are also some helper functions
H A Dfips_module.pod399 =head2 Using Encoders and Decoders with the FIPS module
401 Encoders and decoders are used to read and write keys or parameters from or to
409 the key or parameter object. The built-in OpenSSL encoders and decoders are
413 therefore these encoders/decoders have the C<fips=yes> property against them.
450 * as well as encoders from the default provider that are allowed
/freebsd/sys/dev/drm2/
H A Ddrm_crtc_helper.c213 * Walk @encoders's DRM device's mode_config and see if it's in use.
352 /* Disable unused encoders */ in drm_crtc_prepare_encoders()
355 /* Disable encoders whose CRTC is about to change */ in drm_crtc_prepare_encoders()
440 /* Prepare the encoders and CRTCs before setting the mode. */ in drm_crtc_helper_set_mode()
446 /* Disable the encoders as the first thing we do. */ in drm_crtc_helper_set_mode()
454 /* Set up the DPLL and any encoders state that needs to adjust or depend in drm_crtc_helper_set_mode()
517 /* Decouple all encoders and their attached connectors from this crtc */ in drm_crtc_helper_disable()
667 /* a) traverse passed in connector list and get encoders for them */ in drm_crtc_helper_set_config()
850 * state for all encoders and crtcs in the output mesh and calls the ->dpms()
H A Ddrm_crtc_helper.h81 * drm_encoder_helper_funcs - helper operations for encoders
101 /* detect for DAC style encoders */
H A Ddrm_crtc.h398 /* Programmed mode in hw, after adjustments for encoders,
464 * Encoders sit between CRTCs and connectors.
482 * @possible_clones: bitmask of potential sibling encoders for cloning
487 * CRTCs drive pixels to encoders, which convert them into signals
545 * @encoder_ids: valid encoders for this connector
749 * @num_encoder: number of encoders on this device
763 * Core mode resource tracking structure. All CRTC, encoders, and connectors
/freebsd/crypto/krb5/src/lib/krb5/asn.1/
H A DTODO.asn135 * Some kind of "module" system for exporting and importing encoders,
41 them use the encoders in the code. Only a subset of types would be
/freebsd/contrib/libxo/libxo/
H A Dlibxo-csv.747 "pluggable" extension mechanism for dynamically loading new encoders.
51 Use the "encoder=XXX" option to access encoders. The following
57 Encoders can support specific options that can be accessed by
H A Dxo_encoder.c13 * external encoders are need to deal with new encoders. Rather
355 * First we look on the list of known (registered) encoders. in xo_encoder_init()
/freebsd/crypto/openssl/apps/
H A Dlist.c508 * Encoders
530 STACK_OF(OSSL_ENCODER) *encoders; in list_encoders()
533 encoders = sk_OSSL_ENCODER_new(encoder_cmp); in list_encoders()
534 if (encoders == NULL) { in list_encoders()
538 BIO_printf(bio_out, "Provided ENCODERs:\n"); in list_encoders()
540 encoders); in list_encoders()
541 sk_OSSL_ENCODER_sort(encoders); in list_encoders()
543 for (i = 0; i < sk_OSSL_ENCODER_num(encoders); i++) { in list_encoders()
544 OSSL_ENCODER *k = sk_OSSL_ENCODER_value(encoders, i); in list_encoders()
570 sk_OSSL_ENCODER_pop_free(encoders, OSSL_ENCODER_free); in list_encoders()
[all …]
/freebsd/lib/libcbor/
H A DMakefile23 SRCS+= cbor/internal/encoders.c

1234