/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | gitannex.py | 2 BitBake 'Fetch' git annex implementation 25 ud.shallow_extra_refs += ['refs/heads/git-annex', 'refs/heads/synced/*'] 30 runfetchcmd("%s rev-list git-annex" % (ud.basecmd), d, quiet=True, workdir=wd) 39 runfetchcmd("%s annex get --all" % (ud.basecmd), d, quiet=True, workdir=wd) 42 runfetchcmd("chmod u+w -R %s/annex" % (ud.clonedir), d, quiet=True, workdir=wd) 57 runfetchcmd("%s annex init" % ud.basecmd, d, workdir=dest) 62 runfetchcmd("%s annex get" % ud.basecmd, d, workdir=dest) 63 runfetchcmd("chmod u+w -R %s/.git/annex" % (dest), d, quiet=True, workdir=dest) 69 runfetchcmd("%s annex init" % (ud.basecmd), d, workdir=ud.destdir) 73 annex = self.uses_annex(ud, d, ud.destdir) [all …]
|
/openbmc/linux/Documentation/userspace-api/media/dvb/ |
H A D | frontend-property-cable-systems.rst | 15 The DVB-C Annex-A is the widely used cable standard. Transmission uses 18 The DVB-C Annex-C is optimized for 6MHz, and is used in Japan. It 19 supports a subset of the Annex A modulation types, and a roll-off of 22 The following parameters are valid for DVB-C Annex A/C: 48 .. _dvbc-annex-b-params: 50 DVB-C Annex B delivery system 53 The DVB-C Annex-B is only used on a few Countries like the United 56 The following parameters are valid for DVB-C Annex B:
|
H A D | frontend.rst | 16 - Cable systems: DVB-C Annex A/C, ClearQAM (DVB-C Annex B)
|
H A D | fe-type-t.rst | 47 - For DVB-C annex A standard 67 - For ATSC standard (terrestrial) or for DVB-C Annex B (cable) used
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libsombok3/ |
H A D | libsombok3_2.4.0.bb | 3 Unicode Standard Annex #14 (UAX #14). East_Asian_Width informative \ 4 properties defined by Annex #11 (UAX #11) may be concerned to determin \ 6 Cluster segmentation described in Annex #29 (UAX #29)."
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libunicode/ |
H A D | libunicode-linebreak-perl_2019.001.bb | 3 Standard Annex #14 [UAX #14]. East_Asian_Width informative property \ 4 defined by Annex #11 [UAX #11] will be concerned to determine breaking \
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | stv0367_priv.h | 166 FE_CAB_FEC_A = 1, /* J83 Annex A */ 167 FE_CAB_FEC_B = (1 << 1),/* J83 Annex B */ 168 FE_CAB_FEC_C = (1 << 2) /* J83 Annex C */
|
H A D | drxk_hard.h | 278 bool m_itut_annex_c; /* If true, uses ITU-T DVB-C Annex C, instead of Annex A */
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt-compressed.rst | 141 * .. _V4L2-PIX-FMT-VC1-ANNEX-G: 145 - VC1, SMPTE 421M Annex G compliant stream. 146 * .. _V4L2-PIX-FMT-VC1-ANNEX-L: 150 - VC1, SMPTE 421M Annex L compliant stream.
|
H A D | ext-ctrls-fm-rx.rst | 33 programme service identification and selection. In Annex E of 48 also fully described in Annex E of :ref:`iec62106`. The length of
|
H A D | ext-ctrls-fm-tx.rst | 40 Annex E of :ref:`iec62106`, the RDS specification, there is a full 54 The encoding for Radio Text strings is also fully described in Annex
|
/openbmc/linux/include/linux/dsa/ |
H A D | sja1105.h | 21 /* IEEE 802.3 Annex 57A: Slow Protocols PDUs (01:80:C2:xx:xx:xx) */ 24 /* IEEE 1588 Annex F: Transport of PTP over Ethernet (01:1B:19:xx:xx:xx) */
|
/openbmc/linux/include/uapi/linux/hdlc/ |
H A D | ioctl.h | 34 #define LMI_ANSI 2 /* ANSI Annex D */ 35 #define LMI_CCITT 3 /* ITU-T Annex A */
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | ti,k3-am654-cpsw-nuss.yaml | 28 Support for IEEE 1588 Clock Synchronization (2008 Annex D, Annex E and Annex F)
|
/openbmc/linux/drivers/usb/atm/ |
H A D | ueagle-atm.c | 110 int annex; member 246 ((x)->annex & ANNEXB) 531 static int annex[NB_MODEM]; variable 543 module_param_array(annex, uint, NULL, 0644); 544 MODULE_PARM_DESC(annex, 545 "manually set annex a/b (0=auto, 1=annex a, 2=annex b)"); 2530 if (annex[sc->modem_index] == 1) in uea_bind() 2531 sc->annex = ANNEXA; in uea_bind() 2532 else if (annex[sc->modem_index] == 2) in uea_bind() 2533 sc->annex = ANNEXB; in uea_bind() [all …]
|
H A D | cxacru.c | 1324 { /* V = Zyxel P = 630-C1 aka OMNI ADSL USB (Annex A) */ 1327 { /* V = Zyxel P = 630-C3 aka OMNI ADSL USB (Annex B) */ 1336 { /* V = Netopia P = Cayman 3341(Annex A)/3351(Annex B) */ 1339 { /* V = Netopia P = Cayman 3342(Annex A)/3352(Annex B) */
|
/openbmc/linux/include/scsi/ |
H A D | iser.h | 49 * struct iser_cm_hdr - iSER CM header (from iSER Annex A12)
|
/openbmc/linux/drivers/rapidio/ |
H A D | Kconfig | 78 mechanism similar to one described in RapidIO specification Annex 1.
|
/openbmc/linux/net/sched/ |
H A D | sch_cbs.c | 15 * Section 8.6.8.2, and explained in more detail in the Annex L of the 42 * 802.1Q-2014 Annex L, Equation L-3): 48 * this qdisc (IEEE 802.1Q-2014 Annex L, Equation L-2):
|
/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/ |
H A D | pei_data.h | 112 * DDR refresh rate config. JEDEC Standard No.21-C Annex K allows
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | sysfs-bus-firewire | 123 in SAM-2...SAM-4 annex A. They are persistent and world-wide
|
/openbmc/linux/drivers/staging/vc04_services/vchiq-mmal/ |
H A D | mmal-encodings.h | 89 /** ISO 14496-10 Annex B byte stream format */
|
/openbmc/linux/include/uapi/rdma/ |
H A D | rdma_user_cm.h | 73 /* See IBTA Annex A11, servies ID bytes 4 & 5 */
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | cpsw_priv.h | 226 #define TS_ANNEX_F_EN BIT(6) /* Time Sync Annex F enable */ 227 #define TS_ANNEX_D_EN BIT(4) /* Time Sync Annex D enable */
|
/openbmc/linux/include/uapi/linux/dvb/ |
H A D | frontend.h | 638 * Cable TV: DVB-C following ITU-T J.83 Annex A spec 640 * Cable TV: DVB-C following ITU-T J.83 Annex B spec (ClearQAM) 642 * Cable TV: DVB-C following ITU-T J.83 Annex C spec
|