/external/arm-trusted-firmware/drivers/renesas/rcar/qos/ |
D | qos.mk | 9 BL2_SOURCES += drivers/renesas/rcar/qos/H3/qos_init_h3_v10.c 10 BL2_SOURCES += drivers/renesas/rcar/qos/H3/qos_init_h3_v11.c 11 BL2_SOURCES += drivers/renesas/rcar/qos/H3/qos_init_h3_v20.c 12 BL2_SOURCES += drivers/renesas/rcar/qos/H3/qos_init_h3_v30.c 13 BL2_SOURCES += drivers/renesas/rcar/qos/M3/qos_init_m3_v10.c 14 BL2_SOURCES += drivers/renesas/rcar/qos/M3/qos_init_m3_v11.c 15 BL2_SOURCES += drivers/renesas/rcar/qos/M3/qos_init_m3_v30.c 16 BL2_SOURCES += drivers/renesas/rcar/qos/M3N/qos_init_m3n_v10.c 17 BL2_SOURCES += drivers/renesas/rcar/qos/V3M/qos_init_v3m.c 20 BL2_SOURCES += drivers/renesas/rcar/qos/H3/qos_init_h3_v10.c [all …]
|
D | qos_init.c | 379 void rcar_qos_dbsc_setting(struct rcar_gen3_dbsc_qos_settings *qos, in rcar_qos_dbsc_setting() argument 389 io_write_32(qos[i].reg, qos[i].val); in rcar_qos_dbsc_setting()
|
/external/ppp/pppd/plugins/pppoatm/ |
D | text2qos.c | 125 int text2qos(const char *text,struct atm_qos *qos,int flags) in text2qos() argument 153 if (qos && !(flags & T2Q_DEFAULTS)) memset(qos,0,sizeof(*qos)); in text2qos() 154 if (qos) qos->txtp.traffic_class = qos->rxtp.traffic_class = traffic_class; in text2qos() 155 if (qos && aal) qos->aal = aal; in text2qos() 157 if (params(&text,qos ? &qos->txtp : NULL,qos ? &qos->rxtp : NULL)) in text2qos() 163 if (qos) qos->txtp.traffic_class = ATM_NONE; in text2qos() 167 if (params(&text,qos ? &qos->txtp : NULL,NULL)) return -1; in text2qos() 177 if (!fetch(&text,":none",NULL) && qos) qos->rxtp.traffic_class = ATM_NONE; in text2qos() 178 else if (params(&text,qos ? &qos->rxtp : NULL,NULL)) return -1; in text2qos()
|
D | pppoatm.c | 134 struct atm_qos qos; in connect_pppoatm() local 141 memset(&qos, 0, sizeof qos); in connect_pppoatm() 142 qos.txtp.traffic_class = qos.rxtp.traffic_class = ATM_UBR; in connect_pppoatm() 145 if (text2qos(qosstr, &qos, 0)) in connect_pppoatm() 147 qos.txtp.max_sdu = lcp_allowoptions[0].mru + pppoatm_overhead(); in connect_pppoatm() 148 qos.rxtp.max_sdu = lcp_wantoptions[0].mru + pppoatm_overhead(); in connect_pppoatm() 149 qos.aal = ATM_AAL5; in connect_pppoatm() 150 if (setsockopt(fd, SOL_ATM, SO_ATMQOS, &qos, sizeof(qos)) < 0) in connect_pppoatm()
|
D | atm.h | 97 int text2qos(const char *text,struct atm_qos *qos,int flags); 98 int qos2text(char *buffer,int length,const struct atm_qos *qos,int flags);
|
/external/autotest/client/common_lib/cros/network/ |
D | ping_runner.py | 71 if ping_config.qos is not None: 72 if ping_config.qos == 'be': 74 elif ping_config.qos == 'bk': 76 elif ping_config.qos == 'vi': 78 elif ping_config.qos == 'vo': 81 raise error.TestFail('Unknown QoS value: %s' % ping_config.qos) 159 if ping_config.qos is not None: 160 if ping_config.qos == 'be': 162 elif ping_config.qos == 'bk': 164 elif ping_config.qos == 'vi': [all …]
|
/external/autotest/server/site_tests/network_WiFi_WMM/ |
D | network_WiFi_WMM.py | 26 for qos in ('BE', 'BK', 'VI', 'VO'): 28 self.context.get_wifi_addr(), qos=qos) 30 self.context.client.wifi_ip, qos=qos)
|
/external/fastrpc/src/ |
D | fastrpc_apps_user.c | 210 struct fastrpc_latency qos; member 282 int fastrpc_latency_init(int dev, struct fastrpc_latency *qos) { in fastrpc_latency_init() argument 285 VERIFY(qos && dev != -1); in fastrpc_latency_init() 287 qos->dev = dev; in fastrpc_latency_init() 288 qos->state = FASTRPC_LATENCY_STOP; in fastrpc_latency_init() 289 qos->thread = 0; in fastrpc_latency_init() 290 qos->wait_time = FASTRPC_LATENCY_WAIT_TIME; in fastrpc_latency_init() 291 pthread_mutex_init(&qos->mut, 0); in fastrpc_latency_init() 292 pthread_mutex_init(&qos->wmut, 0); in fastrpc_latency_init() 293 pthread_cond_init(&qos->cond, NULL); in fastrpc_latency_init() [all …]
|
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/cal10n_dummy/ |
D | Production.java | 27 import ch.qos.cal10n.LocaleData; 28 import ch.qos.cal10n.Locale; 29 import ch.qos.cal10n.BaseName;
|
D | Months.java | 27 import ch.qos.cal10n.BaseName; 28 import ch.qos.cal10n.Locale; 29 import ch.qos.cal10n.LocaleData;
|
D | MyApplication.java | 32 import ch.qos.cal10n.IMessageConveyor; 33 import ch.qos.cal10n.MessageConveyor;
|
D | LocLoggerTest.java | 36 import ch.qos.cal10n.IMessageConveyor; 37 import ch.qos.cal10n.MessageConveyor;
|
/external/u-boot/doc/device-tree-bindings/net/ |
D | snps,dwc-qos-ethernet.txt | 11 - "axis,artpec6-eqos", "snps,dwc-qos-ethernet-4.10" 13 - "nvidia,tegra186-eqos", "snps,dwc-qos-ethernet-4.10" 15 - "snps,dwc-qos-ethernet-4.10" 17 "axis,artpec6-eqos", "snps,dwc-qos-ethernet-4.10". It is supported to be 69 - "nvidia,tegra186-eqos", "snps,dwc-qos-ethernet-4.10": 75 - "axis,artpec6-eqos", "snps,dwc-qos-ethernet-4.10": 80 - "snps,dwc-qos-ethernet-4.10" (deprecated): 96 - "nvidia,tegra186-eqos", "snps,dwc-qos-ethernet-4.10": 98 - "axis,artpec6-eqos", "snps,dwc-qos-ethernet-4.10": 100 - "snps,dwc-qos-ethernet-4.10" (deprecated): [all …]
|
/external/iproute2/tc/ |
D | q_atm.c | 51 struct atm_qos qos; in atm_parse_class_opt() local 61 (void) text2qos("aal5,ubr:sdu=9180,rx:none", &qos, 0); in atm_parse_class_opt() 80 if (text2qos(*argv, &qos, 0) < 0) { in atm_parse_class_opt() 145 if (setsockopt(s, SOL_ATM, SO_ATMQOS, &qos, sizeof(qos)) < 0) { in atm_parse_class_opt()
|
/external/slf4j/log4j-over-slf4j/compatibility/src/main/java/test/ |
D | LoggerTest.java | 7 import ch.qos.logback.classic.LoggerContext; 8 import ch.qos.logback.classic.spi.LoggingEvent; 9 import ch.qos.logback.core.read.ListAppender; 24 ch.qos.logback.classic.Logger logbackLogger; 34 ch.qos.logback.classic.Logger lbLogger = context in setUp()
|
/external/kotlinx.coroutines/integration/kotlinx-coroutines-slf4j/ |
D | build.gradle | 4 testRuntime 'ch.qos.logback:logback-classic:1.2.3' 5 testRuntime 'ch.qos.logback:logback-core:1.2.3'
|
D | README.md | 3 Integration with SLF4J [MDC](https://logback.qos.ch/manual/mdc.html). 19 Integration with SLF4J [MDC](https://logback.qos.ch/manual/mdc.html).
|
/external/slf4j/ |
D | README.md | 5 [![Build Status](https://travis-ci.org/qos-ch/slf4j.png)](https://travis-ci.org/qos-ch/slf4j) 11 2. Fork qos-ch/slf4j. Ideally, create a new branch from your fork for your contribution to make it …
|
/external/libnl/lib/route/link/ |
D | vlan.c | 287 struct nlattr *qos; in vlan_put_attrs() local 290 if (!(qos = nla_nest_start(msg, IFLA_VLAN_INGRESS_QOS))) in vlan_put_attrs() 302 nla_nest_end(msg, qos); in vlan_put_attrs() 307 struct nlattr *qos; in vlan_put_attrs() local 310 if (!(qos = nla_nest_start(msg, IFLA_VLAN_EGRESS_QOS))) in vlan_put_attrs() 320 nla_nest_end(msg, qos); in vlan_put_attrs()
|
/external/u-boot/arch/arm/dts/ |
D | px30.dtsi | 938 qos_gmac: qos@ff518000 { 943 qos_gpu: qos@ff520000 { 948 qos_sdmmc: qos@ff52c000 { 953 qos_emmc: qos@ff538000 { 958 qos_nand: qos@ff538080 { 963 qos_sdio: qos@ff538100 { 968 qos_sfc: qos@ff538180 { 973 qos_usb_host: qos@ff540000 { 978 qos_usb_otg: qos@ff540080 { 983 qos_isp_128: qos@ff548000 { [all …]
|
D | rk3399.dtsi | 793 qos_emmc: qos@ffa58000 { 798 qos_gmac: qos@ffa5c000 { 803 qos_pcie: qos@ffa60080 { 808 qos_usb_host0: qos@ffa60100 { 813 qos_usb_host1: qos@ffa60180 { 818 qos_usb_otg0: qos@ffa70000 { 823 qos_usb_otg1: qos@ffa70080 { 828 qos_sd: qos@ffa74000 { 833 qos_sdioaudio: qos@ffa76000 { 838 qos_hdcp: qos@ffa90000 { [all …]
|
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/cal10n/ |
D | LocLogger.java | 33 import ch.qos.cal10n.IMessageConveyor; 34 import ch.qos.cal10n.MessageParameterObj;
|
/external/arm-trusted-firmware/plat/xilinx/versal/pm_service/ |
D | pm_api_sys.h | 32 uint32_t qos, uint32_t ack); 35 uint32_t latency, uint32_t qos);
|
/external/u-boot/board/renesas/blanche/ |
D | Makefile | 9 obj-y := blanche.o qos.o
|
/external/u-boot/board/renesas/porter/ |
D | Makefile | 13 obj-y := porter.o qos.o
|