Searched refs:serial (Results 151 - 175 of 484) sorted by relevance

1234567891011>>

/linux-master/drivers/net/wireless/ath/ar5523/
H A Dar5523.h125 u8 serial[16]; member in struct:ar5523
/linux-master/drivers/zorro/
H A Dzorro-sysfs.c49 static DEVICE_ATTR_RO(serial);
/linux-master/arch/arm/include/debug/
H A Dsa1100.S23 @ We probe for the active serial port here, coherently with
/linux-master/drivers/virtio/
H A Dvirtio_input.c16 char serial[64]; member in struct:virtio_input
254 vi->serial, min(size, sizeof(vi->serial)));
259 vi->idev->uniq = vi->serial;
/linux-master/arch/mips/ath79/
H A Dearly_printk.c11 #include <linux/serial.h>
/linux-master/crypto/asymmetric_keys/
H A Dasymmetric_type.c531 key_serial_t serial; local
547 if (kstrtos32(key_text, 0, &serial) < 0)
550 if ((serial == 0) && allow_null_key) {
553 key = key_lookup(serial);
/linux-master/arch/arm/mach-lpc32xx/
H A Dserial.c3 * arch/arm/mach-lpc32xx/serial.c
12 #include <linux/serial.h>
/linux-master/drivers/cxl/
H A Dpmem.c43 return sysfs_emit(buf, "%lld\n", cxlds->serial);
303 u64 serial; member in struct:cxl_pmem_region_info
386 info[i].serial = cxlds->serial;
/linux-master/drivers/platform/surface/
H A Dsurface3_power.c84 char serial[SURFACE_3_STRLEN]; member in struct:bix
202 .serial = "",
236 * Get serial number, on some devices (with unofficial replacement
237 * battery?) reading any of the serial number range addresses gets
238 * nacked in this case just leave the serial number empty.
243 /* no serial number available */
245 dev_err(&client->dev, "Error reading serial no: %d\n", ret);
248 snprintf(bix->serial, ARRAY_SIZE(bix->serial), "%3pE%6pE", buf + 7, buf);
/linux-master/drivers/tty/serial/8250/
H A D8250_rt288x.c10 #include <linux/serial.h>
/linux-master/drivers/usb/serial/
H A Df81232.c3 * Fintek F81232 USB to serial adaptor driver
4 * Fintek F81532A/534A/535/536 USB to 2/4/8/12 serial adaptor driver
16 #include <linux/serial.h>
22 #include <linux/usb/serial.h>
139 struct usb_device *dev = port->serial->dev;
162 struct usb_device *dev = port->serial->dev;
865 * Enable all available serial ports, define as following:
867 * 0: maintain all serial port enabled state.
868 * 1: disable all serial port.
932 static int f81232_suspend(struct usb_serial *serial, pm_message_ argument
951 f81232_resume(struct usb_serial *serial) argument
[all...]
H A Dusb-serial-simple.c18 #include <linux/usb/serial.h>
/linux-master/drivers/s390/crypto/
H A Dzcrypt_ep11misc.h91 char serial[16]; /* serial number string (16 ascii, no 0x00 !) */ member in struct:ep11_card_info
/linux-master/arch/um/drivers/
H A Dubd_kern.c150 char *serial; member in struct:ubd
175 .serial = NULL, \
232 char *file, *backing_file, *serial; local
314 serial = strsep(&str, ",:");
315 if (serial && *serial == '\0')
316 serial = NULL;
326 ubd_dev->serial = serial;
347 "ubd<n><flags>=<filename>[(:|,)<filename2>][(:|,)<serial>]\
[all...]
/linux-master/arch/sh/kernel/cpu/sh4a/
H A DMakefile14 obj-$(CONFIG_CPU_SUBTYPE_SH7722) += setup-sh7722.o serial-sh7722.o
/linux-master/arch/sh/kernel/cpu/sh3/
H A Dsetup-sh7720.c15 #include <linux/serial.h>
23 #include <cpu/serial.h>
H A Dsetup-sh770x.c16 #include <linux/serial.h>
20 #include <cpu/serial.h>
H A Dsetup-sh7705.c11 #include <linux/serial.h>
16 #include <cpu/serial.h>
/linux-master/kernel/
H A Daudit.h110 unsigned int serial; /* serial number for record */ member in struct:audit_context
265 struct timespec64 *t, unsigned int *serial);
H A Dpadata.c165 * run on. If it's not in the serial cpumask of @pinst
319 spin_lock(&squeue->serial.lock);
320 list_add_tail(&padata->list, &squeue->serial.list);
321 spin_unlock(&squeue->serial.lock);
364 spin_lock(&squeue->serial.lock);
365 list_replace_init(&squeue->serial.list, &local_list);
366 spin_unlock(&squeue->serial.lock);
378 padata->serial(padata);
549 /* Initialize all percpu queues used by serial workers */
558 __padata_list_init(&squeue->serial);
[all...]
/linux-master/drivers/tty/serial/
H A DMakefile3 # Makefile for the kernel serial device drivers.
64 obj-$(CONFIG_SERIAL_OMAP) += omap-serial.o
85 obj-$(CONFIG_SERIAL_TEGRA) += serial-tegra.o
/linux-master/drivers/media/i2c/
H A Dst-mipid02.c206 static __u32 serial_to_parallel_code(__u32 serial) argument
208 if (serial == MEDIA_BUS_FMT_RGB565_1X16)
210 if (serial == MEDIA_BUS_FMT_YUYV8_1X16)
212 if (serial == MEDIA_BUS_FMT_YVYU8_1X16)
214 if (serial == MEDIA_BUS_FMT_UYVY8_1X16)
216 if (serial == MEDIA_BUS_FMT_VYUY8_1X16)
218 if (serial == MEDIA_BUS_FMT_BGR888_1X24)
221 return serial;
/linux-master/fs/jfs/
H A Djfs_logmgr.h56 __le32 serial; /* 4: log open/mount counter */ member in struct:logsuper
360 int serial; /* 4: log mount serial number */ member in struct:jfs_log
/linux-master/drivers/usb/host/
H A Dxhci-dbgcap.h35 __le64 serial; member in struct:dbc_info_context
70 char serial[DBC_MAX_STRING_LENGTH]; member in struct:dbc_str_descs
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_engine_pm.c178 if (engine->wakeref_serial == engine->serial)
218 engine->wakeref_serial = engine->serial + 1;

Completed in 229 milliseconds

1234567891011>>