Home
last modified time | relevance | path

Searched refs:serial (Results 1 - 10 of 10) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Dx509_crt.h59 mbedtls_x509_buf serial; /**< Unique id for certificate issued by a specific CA. */ member
134 mbedtls_mpi serial; member
566 * \brief Set the serial number for a Certificate.
569 * \param serial serial number to set
573 int mbedtls_x509write_crt_set_serial( mbedtls_x509write_cert *ctx, const mbedtls_mpi *serial );
H A Dssl_cookie.h63 unsigned long serial; /*!< serial number for expiration */ member
H A Dx509.h65 #define MBEDTLS_ERR_X509_INVALID_SERIAL -0x2280 /**< The serial tag or value is invalid. */
232 * \brief Store the certificate serial in printable form into buf;
237 * \param serial The X509 serial to represent
242 int mbedtls_x509_serial_gets( char *buf, size_t size, const mbedtls_x509_buf *serial );
305 mbedtls_x509_buf *serial );
H A Dx509_crl.h50 * Contains the CA-specific serial numbers and revocation dates.
56 mbedtls_x509_buf serial; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
H A Ddrv_hdmi_edid.c191 hi_u8 serial[4]; member
323 /* 24, 16, is serial number 3 and 4 byte */ in edid_vendor_info()
324 vendor->serial_number = (fst_blk->serial[3] << 24) | (fst_blk->serial[2] << 16) | in edid_vendor_info()
325 (fst_blk->serial[1] << 8) | (fst_blk->serial[0]); /* 8, 0, is serial number 1 and 0 byte */ in edid_vendor_info()
331 edid_info(" %-20s : 0x%0.8l_x\n", "ID serial number", vendor->serial_number); in edid_vendor_info()
/device/soc/rockchip/common/sdk_linux/include/drm/
H A Ddrm_edid.h147 u8 type; /* ff=serial, fe=string, fd=monitor range, fc=monitor name
325 u32 serial; /* byte order */ member
/device/soc/rockchip/common/sdk_linux/drivers/media/usb/uvc/
H A Duvc_driver.c2387 if (udev->serial) { in uvc_probe()
2388 strscpy(dev->mdev.serial, udev->serial, sizeof(dev->mdev.serial)); in uvc_probe()
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/
H A D8250_core.c3 * Universal/legacy driver for 8250/16550-type serial ports
5 * Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o.
30 #include <linux/serial.h>
61 #include <asm/serial.h>
65 * serial ports via mechanisms like ACPI or PCI need not supply it.
72 SERIAL_PORT_DFNS /* defined in asm/serial.h */
97 * This is the serial driver's interrupt routine.
375 if (request_region(start, size, "serial-rsa")) { in serial8250_request_rsa_resource()
417 * @line: serial line number
420 * This struct *must* *not* be used to perform a 8250 or serial cor
[all...]
H A D8250_port.c3 * Base port operations for 8250/16550-type serial ports
5 * Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o.
26 #include <linux/serial.h>
1002 * serial driver update, but I'm not convinced this works. in autoconfig_has_efr()
1216 * This routine is called by rs_init() to initialize a specific serial
1217 * port. It determines what type of UART chip this serial port is
2470 * normal serial device to signalize that a transmission data was in serial8250_do_startup()
3129 if (!request_mem_region(port->mapbase, size, "serial")) { in serial8250_request_std_resource()
3145 if (!request_region(port->iobase, size, "serial")) { in serial8250_request_std_resource()
3487 * Restore serial consol
[all...]
/device/soc/hisilicon/hi3751v350/sdk_linux/
H A Dbase.mak1293 ifeq (${CFG_HI_DEMOD1_TS_MODE}, serial)

Completed in 19 milliseconds