Searched refs:serial (Results 251 - 275 of 484) sorted by relevance

<<11121314151617181920

/linux-master/drivers/cxl/core/
H A Dpmem.c225 sprintf(cxl_nvd->dev_id, "%llx", cxlmd->cxlds->serial);
/linux-master/drivers/md/
H A Draid1.c64 struct serial_in_rdev *serial = &rdev->serial[idx]; local
66 spin_lock_irqsave(&serial->serial_lock, flags);
68 if (raid1_rb_iter_first(&serial->serial_rb, lo, hi))
73 raid1_rb_insert(si, &serial->serial_rb);
75 spin_unlock_irqrestore(&serial->serial_lock, flags);
85 struct serial_in_rdev *serial = &rdev->serial[idx]; local
90 wait_event(serial->serial_io_wait,
101 struct serial_in_rdev *serial local
[all...]
/linux-master/sound/pci/emu10k1/
H A Demu10k1.c170 "%s (rev.%d, serial:0x%x) at 0x%lx, irq %i",
171 card->shortname, emu->revision, emu->serial, emu->port, emu->irq);
/linux-master/drivers/nvme/target/
H A Dcore.c1571 char serial[NVMET_SN_MAX_SIZE / 2]; local
1579 /* generate a random serial number as our controllers are ephemeral: */
1580 get_random_bytes(&serial, sizeof(serial));
1581 bin2hex(subsys->serial, &serial, sizeof(serial));
/linux-master/arch/sh/kernel/cpu/sh4a/
H A Dsetup-sh7722.c10 #include <linux/serial.h>
25 #include <cpu/serial.h>
/linux-master/net/bluetooth/cmtp/
H A Dcapi.c286 memset(ctrl->serial, 0, CAPI_SERIAL_LEN);
287 strncpy(ctrl->serial,
/linux-master/arch/powerpc/kernel/
H A Dlegacy_serial.c3 #include <linux/serial.h>
14 #include <asm/serial.h>
153 printk(KERN_DEBUG "Found legacy serial port %d for %pOF\n",
235 * port later by the serial driver
387 * will try to build a list of all the available 8250-compatible serial ports
414 for_each_compatible_node(np, "serial", "ns16550") {
429 for_each_node_by_type(np, "serial") {
449 if (!of_node_name_eq(np, "serial") &&
450 !of_node_is_type(np, "serial")) {
577 * Before we register the platform serial device
[all...]
H A Dsetup_64.c26 #include <linux/serial.h>
55 #include <asm/serial.h>
H A Dsetup-common.c29 #include <linux/serial.h>
54 #include <asm/serial.h>
943 /* Discover standard serial ports. */
/linux-master/drivers/infiniband/hw/hfi1/
H A Dsysfs.c480 /* dd->serial is already newline terminated in chip.c */
481 return sysfs_emit(buf, "%s", dd->serial);
483 static DEVICE_ATTR_RO(serial);
/linux-master/drivers/tty/serial/
H A Damba-pl010.c3 * Driver for AMBA serial ports
5 * Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o.
10 * This is a generic driver for ARM AMBA-type serial ports. They
27 #include <linux/serial.h>
29 #include <linux/amba/serial.h>
803 MODULE_DESCRIPTION("ARM AMBA serial port driver");
H A Dmux.c4 ** serial driver for the Mux console found in some PA-RISC servers.
18 #include <linux/serial.h>
332 * @ser: Ptr to the serial information.
334 * Verify the new serial port information contained within serinfo is
499 * the serial port detection in the proper order. The idea is we always
/linux-master/drivers/parisc/
H A Dsuperio.c23 * works with serial. -- John Marvin <jsm@fc.hp.com>
39 * Two 16550A compatible serial controllers
65 #include <linux/serial.h>
397 /* serial port #1 */
407 /* serial port #2 */
/linux-master/arch/arm/mach-sa1100/
H A Djornada720.c17 #include <linux/platform_data/sa11x0-serial.h>
H A Dcollie.c24 #include <linux/platform_data/sa11x0-serial.h>
/linux-master/arch/sh/kernel/cpu/sh2a/
H A Dsetup-sh7206.c10 #include <linux/serial.h>
/linux-master/arch/sh/kernel/cpu/sh4/
H A Dsetup-sh7750.c10 #include <linux/serial.h>
H A Dsetup-sh7760.c9 #include <linux/serial.h>
202 * This is actually a SIM card module serial port, based on an SCI with
/linux-master/drivers/ssb/
H A Ddriver_mipscore.c16 #include <linux/serial.h>
233 dev_dbg(mcore->dev->dev, "Found serial flash\n");
316 /* Assign IRQs to all cores on the bus, start with irq line 2, because serial usually takes 1 */
/linux-master/fs/jfs/
H A Dresize.c498 /* record log's mount serial number */
499 j_sb->s_logserial = cpu_to_le32(log->serial);
/linux-master/drivers/bcma/
H A Ddriver_mips.c17 #include <linux/serial.h>
/linux-master/include/linux/
H A Dsctp.h669 __be32 serial; member in struct:sctp_addiphdr
/linux-master/net/sctp/
H A Dassociola.c194 * A2) a serial number should be assigned to the chunk. The serial
195 * number SHOULD be a monotonically increasing number. The serial
1686 if (ack->subh.addip_hdr->serial ==
1695 /* Find the ASCONF_ACK whose serial number matches ASCONF */
1698 __be32 serial)
1703 * ack chunk whose serial number matches that of the request.
1708 if (ack->subh.addip_hdr->serial == serial) {
1696 sctp_assoc_lookup_asconf_ack( const struct sctp_association *asoc, __be32 serial) argument
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Drtw8821c.h17 u8 serial[0x0b]; /* 0xf5 */ member in struct:rtw8821cu_efuse
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_engine.h228 engine->serial++; /* contexts lost */

Completed in 235 milliseconds

<<11121314151617181920