/Linux-v4.19/arch/x86/platform/ts5500/ |
D | ts5500.c | 120 static int __init ts5500_detect_config(struct ts5500_sbc *sbc) in ts5500_detect_config() argument 128 sbc->id = inb(TS5500_PRODUCT_CODE_ADDR); in ts5500_detect_config() 129 if (sbc->id == TS5500_PRODUCT_CODE) { in ts5500_detect_config() 130 sbc->name = "TS-5500"; in ts5500_detect_config() 131 } else if (sbc->id == TS5400_PRODUCT_CODE) { in ts5500_detect_config() 132 sbc->name = "TS-5400"; in ts5500_detect_config() 134 pr_err("ts5500: unknown product code 0x%x\n", sbc->id); in ts5500_detect_config() 140 sbc->sram = tmp & TS5500_SRAM; in ts5500_detect_config() 141 sbc->rs485 = tmp & TS5500_RS485; in ts5500_detect_config() 142 sbc->adc = tmp & TS5500_ADC; in ts5500_detect_config() [all …]
|
/Linux-v4.19/include/trace/events/ |
D | mmc.h | 56 __entry->sbc_opcode = mrq->sbc ? mrq->sbc->opcode : 0; 57 __entry->sbc_arg = mrq->sbc ? mrq->sbc->arg : 0; 58 __entry->sbc_flags = mrq->sbc ? mrq->sbc->flags : 0; 59 __entry->sbc_retries = mrq->sbc ? mrq->sbc->retries : 0; 143 __entry->sbc_opcode = mrq->sbc ? mrq->sbc->opcode : 0; 144 __entry->sbc_err = mrq->sbc ? mrq->sbc->error : 0; 145 __entry->sbc_resp[0] = mrq->sbc ? mrq->sbc->resp[0] : 0; 146 __entry->sbc_resp[1] = mrq->sbc ? mrq->sbc->resp[1] : 0; 147 __entry->sbc_resp[2] = mrq->sbc ? mrq->sbc->resp[2] : 0; 148 __entry->sbc_resp[3] = mrq->sbc ? mrq->sbc->resp[3] : 0; [all …]
|
/Linux-v4.19/arch/arm64/boot/dts/qcom/ |
D | apq8016-sbc.dts | 16 #include "apq8016-sbc.dtsi" 20 compatible = "qcom,apq8016-sbc", "qcom,apq8016", "qcom,sbc";
|
D | apq8016-sbc.dtsi | 16 #include "apq8016-sbc-soc-pins.dtsi" 17 #include "apq8016-sbc-pmic-pins.dtsi" 303 label = "apq8016-sbc:green:user1"; 310 label = "apq8016-sbc:green:user2"; 317 label = "apq8016-sbc:green:user3"; 324 label = "apq8016-sbc:green:user4"; 332 label = "apq8016-sbc:yellow:wlan"; 339 label = "apq8016-sbc:blue:bt"; 440 compatible = "qcom,apq8016-sbc-sndcard";
|
D | Makefile | 2 dtb-$(CONFIG_ARCH_QCOM) += apq8016-sbc.dtb
|
D | apq8096-db820c.dts | 20 compatible = "arrow,apq8096-db820c", "qcom,apq8096-sbc";
|
/Linux-v4.19/sound/soc/qcom/ |
D | Makefile | 15 snd-soc-apq8016-sbc-objs := apq8016_sbc.o 21 obj-$(CONFIG_SND_SOC_APQ8016_SBC) += snd-soc-apq8016-sbc.o
|
/Linux-v4.19/drivers/mmc/core/ |
D | core.c | 149 (err == -EILSEQ || (mrq->sbc && mrq->sbc->error == -EILSEQ) || in mmc_request_done() 181 if (mrq->sbc) { in mmc_request_done() 183 mmc_hostname(host), mrq->sbc->opcode, in mmc_request_done() 184 mrq->sbc->error, in mmc_request_done() 185 mrq->sbc->resp[0], mrq->sbc->resp[1], in mmc_request_done() 186 mrq->sbc->resp[2], mrq->sbc->resp[3]); in mmc_request_done() 269 if (mrq->sbc) { in mmc_mrq_pr_debug() 271 mmc_hostname(host), mrq->sbc->opcode, in mmc_mrq_pr_debug() 272 mrq->sbc->arg, mrq->sbc->flags); in mmc_mrq_pr_debug() 310 if (mrq->sbc) { in mmc_mrq_prep() [all …]
|
D | queue.h | 42 struct mmc_command sbc; member
|
D | mmc_test.c | 197 if (!mrq->sbc || !mmc_host_cmd23(card->host) || in mmc_test_prepare_sbc() 200 mrq->sbc = NULL; in mmc_test_prepare_sbc() 204 mrq->sbc->opcode = MMC_SET_BLOCK_COUNT; in mmc_test_prepare_sbc() 205 mrq->sbc->arg = blocks; in mmc_test_prepare_sbc() 206 mrq->sbc->flags = MMC_RSP_R1 | MMC_CMD_AC; in mmc_test_prepare_sbc() 718 if (mrq->sbc && mrq->sbc->error) in mmc_test_check_result() 719 ret = mrq->sbc->error; in mmc_test_check_result() 773 struct mmc_command sbc; member 2370 mrq->sbc = &rq->sbc; in mmc_test_ongoing_transfer() 2376 if (use_sbc && t->blocks > 1 && !mrq->sbc) { in mmc_test_ongoing_transfer() [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/sound/ |
D | qcom,apq8016-sbc.txt | 7 - compatible : "qcom,apq8016-sbc-sndcard" 52 compatible = "qcom,apq8016-sbc-sndcard";
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | qcom-apq8084-ifc6540.dts | 7 compatible = "qcom,apq8084-sbc", "qcom,apq8084";
|
D | omap3-sbc-t3530.dts | 11 compatible = "compulab,omap3-sbc-t3530", "compulab,omap3-cm-t3530", "ti,omap34xx", "ti,omap3";
|
D | omap3-sbc-t3730.dts | 11 compatible = "compulab,omap3-sbc-t3730", "compulab,omap3-cm-t3730", "ti,omap36xx", "ti,omap3";
|
D | omap5-sbc-t54.dts | 10 compatible = "compulab,omap5-sbc-t54", "compulab,omap5-cm-t54", "ti,omap5";
|
D | imx7d-sbc-imx7.dts | 17 compatible = "compulab,sbc-imx7", "compulab,cl-som-imx7", "fsl,imx7d";
|
D | omap3-sbc-t3517.dts | 11 compatible = "compulab,omap3-sbc-t3517", "compulab,omap3-cm-t3517", "ti,am3517", "ti,omap3";
|
D | am335x-sbc-t335.dts | 2 * am335x-sbc-t335.dts - Device Tree file for Compulab SBC-T335 15 compatible = "compulab,sbc-t335", "compulab,cm-t335", "ti,am33xx";
|
/Linux-v4.19/drivers/mmc/host/ |
D | mtk-sd.c | 850 if (mmc_card_mmc(host->mmc->card) && mrq->sbc && in msdc_cmd_prepare_raw_cmd() 851 !(mrq->sbc->arg & 0xFFFF0000)) in msdc_cmd_prepare_raw_cmd() 955 if (mrq->sbc && cmd == mrq->cmd && in msdc_cmd_done() 958 msdc_auto_cmd_done(host, events, mrq->sbc); in msdc_cmd_done() 960 sbc_error = mrq->sbc && mrq->sbc->error; in msdc_cmd_done() 1083 (mrq->sbc && mrq->sbc->error)) in msdc_cmd_next() 1085 else if (cmd == mrq->sbc) in msdc_cmd_next() 1108 if (mrq->sbc && (!mmc_card_mmc(mmc->card) || in msdc_ops_request() 1109 (mrq->sbc->arg & 0xFFFF0000))) in msdc_ops_request() 1110 msdc_start_command(host, mrq, mrq->sbc); in msdc_ops_request() [all …]
|
D | mxs-mmc.c | 156 if (cmd == mrq->sbc) { in mxs_mmc_request_done() 173 if (data->stop && (data->error || !mrq->sbc)) { in mxs_mmc_request_done() 503 if (mrq->sbc) in mxs_mmc_request() 504 mxs_mmc_start_cmd(host, mrq->sbc); in mxs_mmc_request()
|
D | tmio_mmc_core.c | 357 (cmd->opcode == SD_IO_RW_EXTENDED || host->mrq->sbc)) in tmio_mmc_start_command() 530 if (stop && !host->mrq->sbc) { in tmio_mmc_do_data_irq() 843 if (mrq->sbc && host->cmd != mrq->sbc) { in tmio_process_mrq() 844 cmd = mrq->sbc; in tmio_process_mrq() 909 if (host->cmd != mrq->sbc) { in tmio_mmc_finish_request()
|
D | mmci.c | 958 if (!data->stop || host->mrq->sbc) { in mmci_data_irq() 971 bool sbc; in mmci_cmd_irq() local 976 sbc = (cmd == host->mrq->sbc); in mmci_cmd_irq() 1055 if ((!sbc && !cmd->data) || cmd->error) { in mmci_cmd_irq() 1065 } else if (sbc) { in mmci_cmd_irq() 1334 if (mrq->sbc) in mmci_request() 1335 mmci_start_command(host, mrq->sbc, 0); in mmci_request()
|
D | omap_hsmmc.c | 879 host->mrq->sbc) { in omap_hsmmc_start_command() 881 OMAP_HSMMC_WRITE(host->base, SDMASA, host->mrq->sbc->arg); in omap_hsmmc_start_command() 951 if (data->stop && (data->error || !host->mrq->sbc)) in omap_hsmmc_xfer_done() 963 if (host->mrq->sbc && (host->cmd == host->mrq->sbc) && in omap_hsmmc_cmd_done() 964 !host->mrq->sbc->error && !(host->flags & AUTO_CMD23)) { in omap_hsmmc_cmd_done() 1133 if (!(ac12 & ACNE) && host->mrq->sbc) { in omap_hsmmc_do_irq() 1139 host->mrq->sbc->error = error; in omap_hsmmc_do_irq() 1589 if (req->sbc && !(host->flags & AUTO_CMD23)) { in omap_hsmmc_request() 1590 omap_hsmmc_start_command(host, req->sbc, NULL); in omap_hsmmc_request()
|
/Linux-v4.19/Documentation/devicetree/bindings/arm/ |
D | compulab-boards.txt | 25 - compatible = "compulab,sbc-imx7", "compulab,cl-som-imx7", "fsl,imx7d";
|
/Linux-v4.19/Documentation/devicetree/bindings/arm/omap/ |
D | omap.txt | 155 compatible = "compulab,sbc-t335", "compulab,cm-t335", "ti,am33xx" 170 compatible = "compulab,am437x-sbc-t43", "compulab,am437x-cm-t43", "ti,am4372", "ti,am43" 185 …compatible = "compulab,sbc-am57x", "compulab,cl-som-am57x", "ti,am5728", "ti,dra742", "ti,dra74", …
|