Searched refs:serial (Results 1 - 25 of 484) sorted by last modified time

1234567891011>>

/linux-master/sound/pci/emu10k1/
H A Demu10k1_main.c494 #define EC_SERIALNUM_ADDR 0x30 /* First word of serial number. The
1571 /* read revision & serial */
1573 pci_read_config_dword(pci, PCI_SUBSYSTEM_VENDOR_ID, &emu->serial);
1577 pci->vendor, pci->device, emu->serial, emu->model);
1587 if (c->subsystem && (c->subsystem != emu->serial))
1606 pci->vendor, pci->device, emu->serial, c->subsystem);
1611 emu->serial);
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/net/rxrpc/
H A Dtxbuf.c58 txb->serial = 0;
131 txb->serial = 0;
H A Drxkad.c633 u32 serial; local
669 serial = rxrpc_get_next_serial(conn);
670 whdr.serial = htonl(serial);
674 trace_rxrpc_tx_fail(conn->debug_id, serial, ret,
698 u32 serial; local
726 serial = rxrpc_get_next_serial(conn);
727 whdr.serial = htonl(serial);
732 trace_rxrpc_tx_fail(conn->debug_id, serial, re
[all...]
/linux-master/include/sound/
H A Demu10k1.h951 // transmitted via proprietary EMU32 serial links. On first-generation
1703 unsigned int serial; /* serial number */ member in struct:snd_emu10k1
/linux-master/drivers/s390/crypto/
H A Dzcrypt_ep11misc.c692 u8 serial[16]; member in struct:ep11_module_query_info
726 memcpy(info->serial, pmqi->serial, sizeof(info->serial));
H A Dzcrypt_ccamisc.c1686 memcpy(ci->serial, rarray, 8);
/linux-master/drivers/nvme/target/
H A Dnvmet.h269 char serial[NVMET_SN_MAX_SIZE]; member in struct:nvmet_subsys
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));
H A Dconfigfs.c1251 NVMET_SN_MAX_SIZE, subsys->serial);
1261 pr_err("Can't set serial number. %s is already assigned\n",
1262 subsys->serial);
1279 memcpy_and_pad(subsys->serial, NVMET_SN_MAX_SIZE, page, len, ' ');
/linux-master/drivers/nvme/host/
H A Dnvme.h420 char serial[20]; member in struct:nvme_subsystem
H A Dcore.c2877 memcpy(subsys->serial, id->sn, sizeof(subsys->serial));
/linux-master/arch/xtensa/platforms/iss/
H A Dconsole.c21 #include <linux/serial.h>
132 pr_err("Couldn't register serial driver\n");
/linux-master/drivers/usb/serial/
H A Doption.c13 This driver exists because the "normal" serial driver doesn't work too well
40 #include <linux/usb/serial.h>
44 static int option_probe(struct usb_serial *serial,
46 static int option_attach(struct usb_serial *serial);
47 static void option_release(struct usb_serial *serial);
2335 /* The card has three separate interfaces, which the serial driver
2381 static int option_probe(struct usb_serial *serial, argument
2385 &serial->interface->cur_altsetting->desc;
2394 * the same class/subclass/protocol as the serial interfaces. Look at
2408 usb_set_serial_data(serial, (voi
2421 option_attach(struct usb_serial *serial) argument
2449 option_release(struct usb_serial *serial) argument
[all...]
/linux-master/drivers/tty/serial/
H A Dstm32-usart.c30 #include <linux/serial.h>
1198 /* Stop serial port and reset value */
1673 id = of_alias_get_id(np, "serial");
2239 MODULE_DESCRIPTION("STMicroelectronics STM32 serial port driver");
H A Dserial_core.c3 * Driver core for serial ports
5 * Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o.
24 #include <linux/serial.h> /* for serial_state and serial_icounter_struct */
38 * This is used to lock changes in serial line configuration.
349 * This routine will shutdown a serial port; interrupts are disabled, and
924 * We need to shutdown the serial port at the old
1278 * Get counter of input serial line interrupts (DCD,RI,DSR,CTS)
2015 * Start up the serial port.
2140 * uart_console_write - write a console message to a serial port
2249 * uart_parse_options - Parse serial por
[all...]
H A Dpmac_zilog.c9 * and drivers/serial/sunzilog.c by David S. Miller
61 #include <linux/serial.h>
67 MODULE_DESCRIPTION("Driver for the Mac and PowerMac serial ports.");
85 * For the sake of early serial console, we can do a pre-probe
256 /* A real serial line, record the character and status. */
343 * It can occur because of how we do serial console writes. It would
952 /* Shared by TTY driver and serial console setup. The port lock is held
1263 * happens at early serial probe time.
1406 printk(KERN_INFO "pmac_zilog: serial modem detected\n");
1494 * we don't expect one of those serial port
[all...]
H A Dmxs-auart.c26 #include <linux/serial.h>
1595 ret = of_alias_get_id(np, "serial");
1607 dev_err(&pdev->dev, "serial%d out of range\n", s->port.line);
/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/drivers/ata/
H A Dlibata-core.c3880 unsigned char serial[2][ATA_ID_SERNO_LEN + 1]; local
3890 ata_id_c_string(old_id, serial[0], ATA_ID_SERNO, sizeof(serial[0]));
3891 ata_id_c_string(new_id, serial[1], ATA_ID_SERNO, sizeof(serial[1]));
3899 if (strcmp(serial[0], serial[1])) {
3900 ata_dev_info(dev, "serial number mismatch '%s' != '%s'\n",
3901 serial[0], serial[
[all...]
/linux-master/drivers/net/hyperv/
H A Dnetvsc.c1565 net_device_ctx->vf_serial = nvmsg->msg.v4_msg.vf_assoc.serial;
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c4455 e->serial++;
4916 * issue the TLB invalidation command using the serial slot at a
/linux-master/drivers/cxl/
H A Dcxlmem.h425 * @serial: PCIe Device Serial Number
439 u64 serial; member in struct:cxl_dev_state
/linux-master/kernel/trace/
H A Dbpf_trace.c1262 * bpf_lookup_user_key - lookup a key by its serial
1263 * @serial: key handle serial number
1266 * Search a key with a given *serial* and the provided *flags*.
1286 __bpf_kfunc struct bpf_key *bpf_lookup_user_key(u32 serial, u64 flags) argument
1298 key_ref = lookup_user_key(serial, flags, KEY_DEFER_PERM_CHECK);
/linux-master/fs/jfs/
H A Djfs_logmgr.c17 * per log serial pageout of logpage
595 * buffer to wqueue to ensure correct serial order
1380 log->serial = le32_to_cpu(logsuper->serial) + 1;
1381 logsuper->serial = cpu_to_le32(log->serial);
1701 * serial - pointer to returned log serial number
1774 * log pageout occurs in serial order by fifo write queue and
1779 * maintains log page in pageout ot waiting for pageout in serial pageou
[all...]

Completed in 463 milliseconds

1234567891011>>