| /drivers/serial/ |
| A D | Kconfig | 9 Enable support for serial drivers. This allows use of a serial UART 45 # non-dm serial code 116 drivers/serial/serial.c with the serial uclass, which 152 The serial subsystem only searches for a single serial device 164 The serial subsystem only probes for a single serial device, 181 drivers/serial/serial.c with the serial uclass, which 191 drivers/serial/serial.c with the serial uclass, which 201 drivers/serial/serial.c with the serial uclass, which 397 serial is running. 406 serial is running. [all …]
|
| A D | Makefile | 7 obj-y += serial-uclass.o 9 obj-y += serial.o
|
| A D | serial_coreboot.c | 99 struct cb_serial *cb_info = lib_sysinfo.serial; in coreboot_of_to_plat()
|
| A D | serial-uclass.c | 608 UCLASS_DRIVER(serial) = {
|
| /drivers/ata/ |
| A D | libata.c | 78 unsigned char serial[ATA_ID_SERNO_LEN + 1]; in ata_dump_id() local 84 ata_id_c_string(id, serial, ATA_ID_SERNO, sizeof(serial)); in ata_dump_id() 85 printf("S/N: %s\n\r", serial); in ata_dump_id()
|
| A D | sata_sil.c | 607 unsigned char serial[ATA_ID_SERNO_LEN + 1]; in scan_sata() local 622 ata_id_c_string(id, serial, ATA_ID_SERNO, sizeof(serial)); in scan_sata() 630 memcpy(desc->product, serial, sizeof(serial)); in scan_sata()
|
| A D | dwc_ahsata.c | 760 u8 serial[ATA_ID_SERNO_LEN + 1] = { 0 }; in dwc_ahsata_scan_common() local 770 ata_id_c_string(id, serial, ATA_ID_SERNO, sizeof(serial)); in dwc_ahsata_scan_common() 771 memcpy(pdev->product, serial, sizeof(serial)); in dwc_ahsata_scan_common()
|
| A D | fsl_sata.c | 763 unsigned char serial[ATA_ID_SERNO_LEN + 1]; in scan_sata() local 783 ata_id_c_string(id, serial, ATA_ID_SERNO, sizeof(serial)); in scan_sata() 803 memcpy(desc->product, serial, sizeof(serial)); in scan_sata()
|
| A D | sata_mv.c | 975 unsigned char serial[ATA_ID_SERNO_LEN + 1]; in sata_mv_scan_sata() local 997 ata_id_c_string(id, serial, ATA_ID_SERNO, sizeof(serial)); in sata_mv_scan_sata() 998 memcpy(desc->product, serial, sizeof(serial)); in sata_mv_scan_sata()
|
| A D | Kconfig | 16 Attachment), a serial bus standard for connecting to hard drives and
|
| /drivers/sysinfo/ |
| A D | iot2050.c | 22 char serial[16 + 1]; member 63 strlcpy(val, priv->info->serial, size); in sysinfo_iot2050_get_str()
|
| /drivers/misc/ |
| A D | usb251xb.c | 137 s16 serial[USB251XB_STRING_BUFSIZE]; member 287 memcpy(&i2c_wb[USB251XB_ADDR_SERIAL_STRING], hub->serial, in usb251xb_connect() 540 memset(hub->serial, 0, USB251XB_STRING_BUFSIZE); in usb251xb_of_to_plat() 542 len = utf8_to_utf16le(str, hub->serial, len); in usb251xb_of_to_plat()
|
| /drivers/i3c/ |
| A D | Kconfig | 5 I3C is a serial protocol standardized by the MIPI alliance.
|
| /drivers/soc/samsung/ |
| A D | Kconfig | 28 following serial protocols: UART, SPI or High Speed I2C.
|
| /drivers/mtd/spi/ |
| A D | Kconfig | 45 to handle the common case when only a single serial 54 to handle the common case when only a single serial 63 to handle the common case when only a single serial 75 to handle the common case when only a single serial
|
| /drivers/gpio/ |
| A D | Kconfig | 173 Say yes here to support the Aspeed serial GPIO driver. The controller 175 provides access to generate serial GPIO signal. 292 Support for the VCoreIII SoC serial GPIO device. By using a 293 serial interface, the SIO controller significantly extends 336 Nuvoton NPCM SGPIO module is combine serial to parallel IC (HC595) 337 and parallel to serial IC (HC165). 517 bool "74x164 serial-in/parallel-out 8-bits shift register" 520 Driver for 74x164 compatible serial-in/parallel-out 8-outputs
|
| /drivers/video/tegra/ |
| A D | Kconfig | 25 Tegra SoC. It is a MIPI standard serial bitstream, intended to
|
| /drivers/usb/ |
| A D | Kconfig | 5 Universal Serial Bus (USB) is a specification for a serial bus 7 traditional PC serial port. The bus supplies power to peripherals
|
| /drivers/ |
| A D | Kconfig | 121 source "drivers/serial/Kconfig"
|
| A D | Makefile | 34 obj-$(CONFIG_$(PHASE_)SERIAL) += serial/
|
| /drivers/nvme/ |
| A D | nvme.c | 639 memcpy(dev->serial, ctrl->sn, sizeof(ctrl->sn)); in nvme_get_info_from_identify() 737 memcpy(desc->product, ndev->serial, sizeof(ndev->serial)); in nvme_blk_probe()
|
| A D | nvme.h | 613 char serial[20]; member
|
| /drivers/ddr/fsl/ |
| A D | Kconfig | 297 bool "Do not have a TLB entry to cover common DDR init with serial presence detect (SPD)"
|
| /drivers/sound/ |
| A D | Kconfig | 19 I2S is a serial bus often used to transmit audio data from the
|
| /drivers/rtc/ |
| A D | Kconfig | 260 It is a serial (I2C) real-time clock (RTC) with alarm.
|