/linux-6.14.4/arch/x86/platform/ts5500/ |
D | ts5500.c | 9 * (SBC) and its devices, and exposes information to userspace such as jumpers' 114 static int __init ts5500_detect_config(struct ts5500_sbc *sbc) in ts5500_detect_config() argument 122 sbc->id = inb(TS5500_PRODUCT_CODE_ADDR); in ts5500_detect_config() 123 if (sbc->id == TS5500_PRODUCT_CODE) { in ts5500_detect_config() 124 sbc->name = "TS-5500"; in ts5500_detect_config() 125 } else if (sbc->id == TS5400_PRODUCT_CODE) { in ts5500_detect_config() 126 sbc->name = "TS-5400"; in ts5500_detect_config() 128 pr_err("ts5500: unknown product code 0x%x\n", sbc->id); in ts5500_detect_config() 134 sbc->sram = tmp & TS5500_SRAM; in ts5500_detect_config() 135 sbc->rs485 = tmp & TS5500_RS485; in ts5500_detect_config() [all …]
|
/linux-6.14.4/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-6.14.4/drivers/mtd/maps/ |
D | sbc_gxx.c | 2 /* sbc_gxx.c -- MTD map driver for Arcom Control Systems SBC-MediaGX, 3 SBC-GXm and SBC-GX1 series boards. 8 The SBC-MediaGX / SBC-GXx has up to 16 MiB of 79 { .name = "SBC-GXx flash boot partition", 82 { .name = "SBC-GXx flash data partition", 85 { .name = "SBC-GXx flash application partition", 155 .name = "SBC-GXx flash", 190 if (!request_region( PAGE_IO, PAGE_IO_SIZE, "SBC-GXx flash")) { in init_sbc_gxx() 224 MODULE_DESCRIPTION("MTD map driver for SBC-GXm and SBC-GX1 series boards");
|
/linux-6.14.4/Documentation/devicetree/bindings/arm/aspeed/ |
D | aspeed,sbc.yaml | 5 $id: http://devicetree.org/schemas/arm/aspeed/aspeed,sbc.yaml# 21 - const: aspeed,ast2600-sbc 34 sbc: secure-boot-controller@1e6f2000 { 35 compatible = "aspeed,ast2600-sbc";
|
/linux-6.14.4/arch/arm/boot/dts/ti/omap/ |
D | Makefile | 64 omap3-sbc-t3517.dtb \ 65 omap3-sbc-t3530.dtb \ 66 omap3-sbc-t3730.dtb \ 119 am335x-sbc-t335.dtb \ 128 am437x-sbc-t43.dtb \ 152 am57xx-sbc-am57x.dtb \ 168 omap5-sbc-t54.dtb \
|
D | omap3-sbc-t3517.dts | 3 * Suppport for CompuLab SBC-T3517 with CM-T3517 10 model = "CompuLab SBC-T3517 with CM-T3517"; 11 compatible = "compulab,omap3-sbc-t3517", "compulab,omap3-cm-t3517", "ti,am3517", "ti,omap3"; 18 /* Only one GPMC smsc9220 on SBC-T3517, CM-T3517 uses am35x Ethernet */
|
D | omap3-sbc-t3730.dts | 3 * Suppport for CompuLab SBC-T3730 with CM-T3730 10 model = "CompuLab SBC-T3730 with CM-T3730"; 11 compatible = "compulab,omap3-sbc-t3730", "compulab,omap3-cm-t3730", "ti,omap3630", "ti,omap3";
|
D | omap3-sbc-t3530.dts | 3 * Suppport for CompuLab SBC-T3530 with CM-T3530 10 model = "CompuLab SBC-T3530 with CM-T3530"; 11 …compatible = "compulab,omap3-sbc-t3530", "compulab,omap3-cm-t3530", "ti,omap3430", "ti,omap34xx", …
|
D | omap3-sb-t35.dtsi | 3 * Common support for CompuLab SB-T35 used on SBC-T3530, SBC-T3517 and SBC-T3730
|
D | am335x-sbc-t335.dts | 3 * am335x-sbc-t335.dts - Device Tree file for Compulab SBC-T335 12 compatible = "compulab,sbc-t335", "compulab,cm-t335", "ti,am33xx";
|
/linux-6.14.4/arch/arm/boot/dts/st/ |
D | stih418-b2264.dts | 25 /* u-boot puts hpen in SBC dmem at 0xb8 offset */ 30 /* u-boot puts hpen in SBC dmem at 0xb8 offset */ 35 /* u-boot puts hpen in SBC dmem at 0xb8 offset */ 40 /* u-boot puts hpen in SBC dmem at 0xb8 offset */ 85 pin-controller-sbc@961f080 {
|
D | stih407-family.dtsi | 41 /* u-boot puts hpen in SBC dmem at 0xa4 offset */ 62 /* u-boot puts hpen in SBC dmem at 0xa4 offset */ 254 syscfg_sbc: sbc-syscfg@9620000 { 255 compatible = "st,stih407-sbc-syscfg", "syscon"; 275 compatible = "st,stih407-sbc-reg-syscfg", "syscon"; 455 /* SSCs on SBC */ 556 /* SBC SSC */ 756 /* SBC PWM Module */
|
/linux-6.14.4/arch/arm/boot/dts/nxp/imx/ |
D | imx7d-sbc-imx7.dts | 2 * Support for CompuLab SBC-iMX7 Single Board Computer 16 model = "CompuLab SBC-iMX7"; 17 compatible = "compulab,sbc-imx7", "compulab,cl-som-imx7", "fsl,imx7d";
|
/linux-6.14.4/Documentation/devicetree/bindings/soc/sti/ |
D | st,sti-syscon.yaml | 26 - st,stih407-sbc-reg-syscfg 27 - st,stih407-sbc-syscfg 51 compatible = "st,stih407-sbc-syscfg", "syscon";
|
/linux-6.14.4/Documentation/devicetree/bindings/arm/omap/ |
D | omap.txt | 89 - AM437x SBC-T43 90 compatible = "compulab,am437x-sbc-t43", "compulab,am437x-cm-t43", "ti,am4372", "ti,am43" 104 - AM57XX SBC-AM57x 105 …compatible = "compulab,sbc-am57x", "compulab,cl-som-am57x", "ti,am5728", "ti,dra742", "ti,dra74", …
|
/linux-6.14.4/drivers/watchdog/ |
D | sbc_epx_c3.c | 3 * SBC EPX C3 0.1 A Hardware Watchdog Device for the Winsystems EPX-C3 194 pr_info("Hardware Watchdog Timer for Winsystems EPX-C3 SBC: 0.1\n"); in watchdog_init() 214 MODULE_DESCRIPTION("Hardware Watchdog Device for Winsystems EPX-C3 SBC. " 217 "SBC system from Winsystems! It writes to IO ports 0x1ee and 0x1ef!");
|
D | sbc_fitpc2_wdt.c | 3 * Watchdog driver for SBC-FITPC2 board 41 #define WATCHDOG_NAME "SBC-FITPC2 Watchdog" 204 if (!brd_name || !strstr(brd_name, "SBC-FITPC2")) in fitpc2_wdt_init() 255 MODULE_DESCRIPTION("SBC-FITPC2 Watchdog");
|
/linux-6.14.4/arch/arm/boot/dts/marvell/ |
D | dove-sbc-a510.dts | 2 * Device Tree file for Compulab SBC-A510 Single Board Computer 46 * SBC-A510 comprises a PCA9555 I2C GPIO expander its GPIO lines connected to 72 model = "Compulab SBC-A510"; 73 compatible = "compulab,sbc-a510", "compulab,cm-a510", "marvell,dove";
|
/linux-6.14.4/drivers/mmc/host/ |
D | litex_mmc.c | 343 struct mmc_command *sbc = mrq->sbc; in litex_mmc_request() local 360 if (sbc) { in litex_mmc_request() 361 sbc->error = litex_mmc_send_cmd(host, sbc->opcode, sbc->arg, in litex_mmc_request() 362 litex_mmc_response_len(sbc), in litex_mmc_request() 364 if (sbc->error) { in litex_mmc_request() 410 if (stop && (cmd->error || !sbc)) { in litex_mmc_request()
|
/linux-6.14.4/arch/arm64/boot/dts/qcom/ |
D | apq8016-sbc.dts | 17 model = "Qualcomm Technologies, Inc. APQ 8016 SBC"; 18 compatible = "qcom,apq8016-sbc", "qcom,apq8016"; 95 label = "apq8016-sbc:green:user1"; 104 label = "apq8016-sbc:green:user2"; 113 label = "apq8016-sbc:green:user3"; 122 label = "apq8016-sbc:green:user4"; 131 label = "apq8016-sbc:yellow:wlan"; 140 label = "apq8016-sbc:blue:bt";
|
/linux-6.14.4/drivers/media/rc/keymaps/ |
D | rc-khadas.c | 6 * Keytable for the Khadas VIM/EDGE SBC remote control 55 MODULE_DESCRIPTION("Khadas VIM/EDGE SBC remote controller keytable");
|
/linux-6.14.4/Documentation/devicetree/bindings/arm/ti/ |
D | omap.yaml | 97 - compulab,omap3-sbc-t3517 # CompuLab SBC-T3517 with CM-T3517 118 - compulab,sbc-t335
|
/linux-6.14.4/Documentation/devicetree/bindings/sound/ |
D | qcom,apq8016-sbc-sndcard.yaml | 4 $id: http://devicetree.org/schemas/sound/qcom,apq8016-sbc-sndcard.yaml# 16 - qcom,apq8016-sbc-sndcard 115 compatible = "qcom,apq8016-sbc-sndcard";
|
/linux-6.14.4/sound/soc/qcom/ |
D | Makefile | 23 snd-soc-apq8016-sbc-y := apq8016_sbc.o 35 obj-$(CONFIG_SND_SOC_APQ8016_SBC) += snd-soc-apq8016-sbc.o
|
/linux-6.14.4/drivers/mmc/core/ |
D | block.c | 452 #define MMC_BLK_IOC_SBC BIT(1) /* use mrq.sbc */ 521 struct mmc_command cmd = {}, sbc = {}; in __mmc_blk_ioctl_cmd() local 595 sbc.opcode = MMC_SET_BLOCK_COUNT; in __mmc_blk_ioctl_cmd() 601 sbc.arg = data.blocks | (idata->ic.write_flag & BIT(31)); in __mmc_blk_ioctl_cmd() 603 sbc.arg = prev_idata->ic.arg; in __mmc_blk_ioctl_cmd() 604 sbc.flags = MMC_RSP_R1 | MMC_CMD_AC; in __mmc_blk_ioctl_cmd() 605 mrq.sbc = &sbc; in __mmc_blk_ioctl_cmd() 622 memcpy(&prev_idata->ic.response, sbc.resp, sizeof(sbc.resp)); in __mmc_blk_ioctl_cmd() 623 if (sbc.error) { in __mmc_blk_ioctl_cmd() 624 dev_err(mmc_dev(card->host), "%s: sbc error %d\n", in __mmc_blk_ioctl_cmd() [all …]
|