Home
last modified time | relevance | path

Searched refs:serial (Results 401 - 425 of 1622) sorted by relevance

1...<<11121314151617181920>>...65

/kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/
H A Dvnic_resource.h72 char serial[16]; /* card serial number */ member
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dimx_earlycon.c10 #include <linux/serial.h>
/kernel/linux/linux-6.6/drivers/net/ethernet/cisco/enic/
H A Dvnic_resource.h59 char serial[16]; /* card serial number */ member
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dimx_earlycon.c10 #include <linux/serial.h>
H A DMakefile3 # Makefile for the kernel serial device drivers.
59 obj-$(CONFIG_SERIAL_OMAP) += omap-serial.o
71 obj-$(CONFIG_SERIAL_TEGRA) += serial-tegra.o
/third_party/backends/backend/pixma/
H A Dpixma_bjnp.h85 SANE_String_Const serial,
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DCommandRecordingContext.h43 void TrackHeapUsage(Heap* heap, ExecutionSerial serial);
/third_party/python/PC/layout/support/
H A Dconstants.py25 serial = field4 & 0x0F
26 return f"{name}{serial}"
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh3/
H A Dsetup-sh770x.c16 #include <linux/serial.h>
20 #include <cpu/serial.h>
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh3/
H A Dsetup-sh770x.c16 #include <linux/serial.h>
20 #include <cpu/serial.h>
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H A D8250_early.c3 * Early serial console for 8250/16550 devices
8 * Based on the 8250.c serial driver, Copyright (C) 2001 Russell King,
11 * This is for use before the serial driver has initialized, in
32 #include <linux/serial.h>
35 #include <asm/serial.h>
/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_logmgr.h56 __le32 serial; /* 4: log open/mount counter */ member
360 int serial; /* 4: log mount serial number */ member
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_logmgr.h56 __le32 serial; /* 4: log open/mount counter */ member
360 int serial; /* 4: log mount serial number */ member
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-dbgcap.h35 __le64 serial; member
70 char serial[DBC_MAX_STRING_LENGTH]; member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dintel_engine_pm.c177 if (engine->wakeref_serial == engine->serial) in switch_to_kernel_context()
217 engine->wakeref_serial = engine->serial + 1; in switch_to_kernel_context()
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
H A Dfield.h65 void gf_serialize(uint8_t *serial, const gf x, int with_highbit);
66 mask_t gf_deserialize(gf x, const uint8_t serial[SER_BYTES], int with_hibit,
/third_party/openssl/crypto/ec/curve448/
H A Dfield.h65 void gf_serialize(uint8_t *serial, const gf x, int with_highbit);
66 mask_t gf_deserialize(gf x, const uint8_t serial[SER_BYTES], int with_hibit,
/vendor/ohemu/qemu_arm_linux_headless/
H A Dqemu_run.sh45 The default qemu device MAC address is [00:22:33:44:55:66], default serial number is [0023456789].
46 When running in multiple instances mode, the MAC address and serial number will increase with specified instance ID as follow:
/vendor/ohemu/qemu_arm_linux_min/
H A Dqemu_run.sh45 The default qemu device MAC address is [00:22:33:44:55:66], default serial number is [0023456789].
46 When running in multiple instances mode, the MAC address and serial number will increase with specified instance ID as follow:
/vendor/ohemu/qemu_arm64_linux_min/
H A Dqemu_run.sh45 The default qemu device MAC address is [00:22:33:44:55:66], default serial number is [0023456789].
46 When running in multiple instances mode, the MAC address and serial number will increase with specified instance ID as follow:
/vendor/ohemu/qemu_loongarch64_linux_min/
H A Dqemu_run.sh45 The default qemu device MAC address is [00:22:33:44:55:66], default serial number is [0023456789].
46 When running in multiple instances mode, the MAC address and serial number will increase with specified instance ID as follow:
167 qemu_option_add "-serial chardev:char0 -mon chardev=char0"
/vendor/ohemu/qemu_x86_64_linux_min/
H A Dqemu_run.sh45 The default qemu device MAC address is [00:22:33:44:55:66], default serial number is [0023456789].
46 When running in multiple instances mode, the MAC address and serial number will increase with specified instance ID as follow:
/kernel/linux/linux-5.10/security/tomoyo/
H A Dcommon.c978 (unsigned int serial);
1956 unsigned int serial; member
2114 entry.serial = tomoyo_serial++; in tomoyo_supervisor()
2156 * @serial: Query ID assigned by tomoyo_supervisor().
2161 (unsigned int serial) in tomoyo_find_domain_by_qid()
2168 if (ptr->serial != serial) in tomoyo_find_domain_by_qid()
2242 snprintf(buf, len + 31, "Q%u-%hu\n%s", ptr->serial, in tomoyo_read_query()
2267 unsigned int serial; in tomoyo_write_answer() local
2277 if (sscanf(data, "A%u=%u", &serial, in tomoyo_write_answer()
2160 tomoyo_find_domain_by_qid(unsigned int serial) tomoyo_find_domain_by_qid() argument
[all...]
/kernel/linux/linux-6.6/security/tomoyo/
H A Dcommon.c970 (unsigned int serial);
1948 unsigned int serial; member
2106 entry.serial = tomoyo_serial++; in tomoyo_supervisor()
2148 * @serial: Query ID assigned by tomoyo_supervisor().
2153 (unsigned int serial) in tomoyo_find_domain_by_qid()
2160 if (ptr->serial != serial) in tomoyo_find_domain_by_qid()
2234 snprintf(buf, len + 31, "Q%u-%hu\n%s", ptr->serial, in tomoyo_read_query()
2259 unsigned int serial; in tomoyo_write_answer() local
2269 if (sscanf(data, "A%u=%u", &serial, in tomoyo_write_answer()
2152 tomoyo_find_domain_by_qid(unsigned int serial) tomoyo_find_domain_by_qid() argument
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-iop32x/
H A Di2c.c15 #include <linux/serial.h>

Completed in 16 milliseconds

1...<<11121314151617181920>>...65