Home
last modified time | relevance | path

Searched full:aal (Results 1 – 25 of 52) sorted by relevance

123

/linux/Documentation/devicetree/bindings/display/mediatek/
H A Dmediatek,aal.yaml4 $id: http://devicetree.org/schemas/display/mediatek/mediatek,aal.yaml#
14 Mediatek display adaptive ambient light processor, namely AAL,
16 AAL device node must be siblings to the central MMSYS_CONFIG node.
25 - mediatek,mt8173-disp-aal
26 - mediatek,mt8183-disp-aal
27 - mediatek,mt8195-mdp3-aal
30 - mediatek,mt8188-mdp3-aal
31 - const: mediatek,mt8195-mdp3-aal
34 - mediatek,mt2712-disp-aal
35 - mediatek,mt6795-disp-aal
[all...]
H A Dmediatek,od.yaml50 description: OD input port, usually from an AAL block
H A Dmediatek,ccorr.yaml75 display pipeline, usually only one of the available AAL blocks.
H A Dmediatek,gamma.yaml74 description: GAMMA input, usually from one of the AAL blocks.
H A Dmediatek,color.yaml87 display pipeline, for example one of the available CCORR or AAL
/linux/fs/udf/
H A Dmisc.c85 uint32_t aal = in udf_add_extendedattr() local
87 memmove(&ea[offset - aal + size], in udf_add_extendedattr()
88 &ea[aal], offset - aal); in udf_add_extendedattr()
89 offset -= aal; in udf_add_extendedattr()
91 cpu_to_le32(aal + size); in udf_add_extendedattr()
106 uint32_t aal = in udf_add_extendedattr() local
108 memmove(&ea[offset - aal + size], in udf_add_extendedattr()
109 &ea[aal], offset - aal); in udf_add_extendedattr()
[all...]
/linux/net/atm/
H A Dcommon.c285 static int adjust_tp(struct atm_trafprm *tp, unsigned char aal) in adjust_tp() argument
291 switch (aal) { in adjust_tp()
299 pr_warn("AAL problems ... (%d)\n", aal); in adjust_tp()
408 switch (vcc->qos.aal) { in __vcc_connect()
419 vcc->qos.aal = ATM_AAL5; in __vcc_connect()
429 error = adjust_tp(&vcc->qos.txtp, vcc->qos.aal); in __vcc_connect()
431 error = adjust_tp(&vcc->qos.rxtp, vcc->qos.aal); in __vcc_connect()
434 pr_debug("VCC %d.%d, AAL %d\n", vpi, vci, vcc->qos.aal); in __vcc_connect()
[all...]
H A Dproc.c44 static void add_stats(struct seq_file *seq, const char *aal, in add_stats() argument
47 seq_printf(seq, "%s ( %d %d %d %d %d )", aal, in add_stats()
153 vcc->qos.aal >= ARRAY_SIZE(aal_name) ? "err" : in pvc_info()
154 aal_name[vcc->qos.aal], vcc->qos.rxtp.min_pcr, in pvc_info()
228 "AAL(TX,err,RX,err,drop) ... [refcnt]\n"; in atm_dev_seq_show()
250 "Itf VPI VCI AAL RX(PCR,Class) TX(PCR,Class)\n"; in pvc_seq_show()
/linux/include/uapi/linux/
H A Datmdev.h87 /* get AAL layer statistics */
89 /* get AAL layer statistics and zero */
H A Datm.h43 #define ATM_NO_AAL 0 /* AAL not specified */
164 unsigned char aal __ATM_API_ALIGN;
/linux/drivers/soc/mediatek/
H A Dmt8173-mmsys.h47 0 /* SOUT to AAL */),
/linux/drivers/atm/
H A Dlanai.c696 if (lvcc->rx.atmvcc->qos.aal == ATM_AAL5) { in host_vcc_start_rx()
1510 if (qos->aal == ATM_AAL0) { in lanai_setup_tx_vci()
1652 if (unlikely(lvcc->rx.atmvcc->qos.aal != ATM_AAL5)) { in handle_service()
1972 if (qos->txtp.traffic_class == ATM_CBR || qos->aal == ATM_AAL0) in vci0_is_ok()
2004 if (qos->aal == ATM_AAL0 && lanai->naal0 == 0 && in vci_is_ok()
2283 if (atmvcc->qos.aal == ATM_AAL0) { in lanai_close()
2325 if (atmvcc->qos.aal != ATM_AAL0 && atmvcc->qos.aal != ATM_AAL5) in lanai_open()
2340 if (atmvcc->qos.aal == ATM_AAL0) { in lanai_open()
2354 if (atmvcc->qos.aal in lanai_open()
[all...]
H A Dnicstar.c614 /* Initialize RCT. AAL type is set on opening the VC. */ in ns_init_card()
1247 if (vcc->qos.aal != ATM_AAL5 && vcc->qos.aal != ATM_AAL0) { in ns_open()
1248 PRINTK("nicstar%d: unsupported AAL.\n", card->index); in ns_open()
1390 if (vcc->qos.aal == ATM_AAL5) in ns_open()
1392 else /* vcc->qos.aal == ATM_AAL0 */ in ns_open()
1649 if (vcc->qos.aal != ATM_AAL5 && vcc->qos.aal != ATM_AAL0) { in _ns_send()
1669 if (vcc->qos.aal == ATM_AAL5) { in _ns_send()
1679 } else { /* (vcc->qos.aal in _ns_send()
[all...]
H A Dhe.c1736 switch (vcc->qos.aal) { in he_service_rbrq()
2160 switch (vcc->qos.aal) { in he_open()
2266 unsigned aal; in he_open() local
2271 switch (vcc->qos.aal) { in he_open()
2273 aal = RSR0_AAL5; in he_open()
2276 aal = RSR0_RAWCELL; in he_open()
2309 rsr0 | RSR0_START_PDU | RSR0_OPEN_CONN | aal, cid); in he_open()
2501 ((vcc->qos.aal == ATM_AAL0) && (skb->len != ATM_AAL0_SDU))) { in he_send()
2535 if (vcc->qos.aal == ATM_AAL5) in he_send()
/linux/drivers/gpu/drm/mediatek/
H A Dmtk_drm_drv.c506 * OVL0 -> COLOR0 -> AAL -> OD -> RDMA0 -> UFOE -> DSI0 ... in mtk_drm_kms_init()
723 { .compatible = "mediatek,mt8167-disp-aal",
725 { .compatible = "mediatek,mt8173-disp-aal",
727 { .compatible = "mediatek,mt8183-disp-aal",
729 { .compatible = "mediatek,mt8192-disp-aal",
1178 * Currently only the AAL, CCORR, COLOR, GAMMA, MERGE, OVL, RDMA, DSI, and DPI in mtk_drm_probe()
/linux/Documentation/devicetree/bindings/net/
H A Dsophgo,cv1800b-dwmac.yaml86 snps,aal;
H A Dsophgo,sg2044-dwmac.yaml94 snps,aal;
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-dwc-qos-eth.c111 /* dwc-qos needs GMAC4, AAL, TSO and PMT */ in dwc_eth_dwmac_config_dt()
113 plat_dat->dma_cfg->aal = 1; in dwc_eth_dwmac_config_dt()
H A Ddwmac-visconti.c249 plat_dat->dma_cfg->aal = 1; in visconti_eth_dwmac_probe()
/linux/include/linux/
H A Datmdev.h99 unsigned long aal_options; /* AAL layer options */
111 struct k_atm_aal_stats *stats; /* pointer to AAL stats group */
/linux/drivers/media/platform/mediatek/mdp3/
H A Dmdp_sm_mt8195.h263 struct mdp_aal_data_8195 aal; member
/linux/arch/arm/boot/dts/qcom/
H A Dqcom-ipq8064.dtsi1299 snps,aal;
1323 snps,aal;
1347 snps,aal;
1371 snps,aal;
/linux/drivers/usb/atm/
H A Dusbatm.c659 if (vcc->qos.aal != ATM_AAL5) { in usbatm_atm_send()
660 atm_rldbg(instance, "%s: unsupported ATM type %d!\n", __func__, vcc->qos.aal); in usbatm_atm_send()
782 if ((vcc->qos.aal != ATM_AAL5)) { in usbatm_atm_open()
783 atm_warn(instance, "%s: unsupported ATM type %d!\n", __func__, vcc->qos.aal); in usbatm_atm_open()
/linux/Documentation/networking/device_drivers/atm/
H A Diphase.rst84 Itf Type ESI/"MAC"addr AAL(TX,err,RX,err,drop) ...
/linux/arch/arm64/boot/dts/mediatek/
H A Dmt6795.dtsi820 aal@14015000 {
821 compatible = "mediatek,mt6795-disp-aal", "mediatek,mt8173-disp-aal";

123