Home
last modified time | relevance | path

Searched refs:serial (Results 1 – 25 of 29) sorted by relevance

12

/drivers/serial/
A DKconfig9 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 DMakefile7 obj-y += serial-uclass.o
9 obj-y += serial.o
A Dserial_coreboot.c99 struct cb_serial *cb_info = lib_sysinfo.serial; in coreboot_of_to_plat()
A Dserial-uclass.c608 UCLASS_DRIVER(serial) = {
/drivers/ata/
A Dlibata.c78 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 Dsata_sil.c607 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 Ddwc_ahsata.c760 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 Dfsl_sata.c763 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 Dsata_mv.c975 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 DKconfig16 Attachment), a serial bus standard for connecting to hard drives and
/drivers/sysinfo/
A Diot2050.c22 char serial[16 + 1]; member
63 strlcpy(val, priv->info->serial, size); in sysinfo_iot2050_get_str()
/drivers/misc/
A Dusb251xb.c137 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 DKconfig5 I3C is a serial protocol standardized by the MIPI alliance.
/drivers/soc/samsung/
A DKconfig28 following serial protocols: UART, SPI or High Speed I2C.
/drivers/mtd/spi/
A DKconfig45 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 DKconfig173 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 DKconfig25 Tegra SoC. It is a MIPI standard serial bitstream, intended to
/drivers/usb/
A DKconfig5 Universal Serial Bus (USB) is a specification for a serial bus
7 traditional PC serial port. The bus supplies power to peripherals
/drivers/
A DKconfig121 source "drivers/serial/Kconfig"
A DMakefile34 obj-$(CONFIG_$(PHASE_)SERIAL) += serial/
/drivers/nvme/
A Dnvme.c639 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 Dnvme.h613 char serial[20]; member
/drivers/ddr/fsl/
A DKconfig297 bool "Do not have a TLB entry to cover common DDR init with serial presence detect (SPD)"
/drivers/sound/
A DKconfig19 I2S is a serial bus often used to transmit audio data from the
/drivers/rtc/
A DKconfig260 It is a serial (I2C) real-time clock (RTC) with alarm.

Completed in 71 milliseconds

12