Searched refs:serial (Results 126 - 150 of 484) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/boot/dts/
H A DkuroboxHG.dts84 serial0: serial@80004500 {
86 device_type = "serial";
95 serial1: serial@80004600 {
97 device_type = "serial";
/linux-master/drivers/usb/serial/
H A Dsafe_serial.c53 * turned of the module works as a simple serial device with NO
73 #include <linux/usb/serial.h>
259 static int safe_startup(struct usb_serial *serial) argument
263 if (serial->dev->descriptor.bDeviceClass != CDC_DEVICE_CLASS)
266 desc = &serial->interface->cur_altsetting->desc;
H A Dnavman.c18 #include <linux/usb/serial.h>
H A Dqcaux.c19 #include <linux/usb/serial.h>
H A Dusb_debug.c13 #include <linux/usb/serial.h>
47 /* This HW really does not support a serial break, so one will be
/linux-master/drivers/usb/gadget/legacy/
H A DMakefile13 g_serial-y := serial.o
/linux-master/drivers/net/usb/
H A Dlg-vl600.c39 __le32 serial; member in struct:vl600_frame_hdr
236 static uint32_t serial = 1; local
292 frame->serial = cpu_to_le32(serial++);
/linux-master/include/uapi/sound/
H A Dhdspm.h173 unsigned int serial; member in struct:hdspm_version
/linux-master/arch/arm/mach-omap1/
H A DMakefile8 serial.o devices.o dma.o omap-dma.o fb.o
/linux-master/net/rxrpc/
H A Dlocal_event.c60 whdr.serial = 0;
H A Drecvmsg.c110 rxrpc_serial_t serial; local
122 serial = sp->hdr.serial;
132 serial, call->rx_consumed);
200 sp->hdr.serial, seq);
H A Dar-internal.h184 u32 serial; /* serial number of pkt sent to network */ member in struct:rxrpc_host_header
526 rxrpc_serial_t tx_serial; /* Outgoing packet serial number counter */
527 unsigned int hi_serial; /* highest serial number received */
692 rxrpc_serial_t rx_serial; /* Highest serial received for this call */
737 rxrpc_serial_t acks_highest_serial; /* Highest serial number ACK'd */
801 rxrpc_serial_t serial; /* Last serial number transmitted with */ member in struct:rxrpc_txbuf
830 * Allocate the next serial number on a connection. 0 must be skipped.
834 rxrpc_serial_t serial; local
[all...]
H A Dio_thread.c138 sp->hdr.serial = ntohl(whdr.serial);
151 sp->ack.acked_serial = ntohl(ack.serial);
354 if (after(sp->hdr.serial, conn->hi_serial))
355 conn->hi_serial = sp->hdr.serial;
387 sp->hdr.serial,
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/tools/testing/selftests/bpf/
H A Dbpf_kfuncs.h72 extern struct bpf_key *bpf_lookup_user_key(__u32 serial, __u64 flags) __ksym;
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_engine_heartbeat.c134 GEM_BUG_ON(READ_ONCE(engine->serial) != engine->wakeref_serial);
228 engine->serial++; /* pretend we are not idle! */
311 engine->serial++;
324 engine->serial++;
/linux-master/tools/testing/selftests/wireguard/qemu/
H A DMakefile61 QEMU_VPORT_RESULT := virtio-serial-device
73 QEMU_VPORT_RESULT := virtio-serial-device
85 QEMU_VPORT_RESULT := virtio-serial-device
97 QEMU_VPORT_RESULT := virtio-serial-device
110 QEMU_VPORT_RESULT := virtio-serial-device
121 QEMU_VPORT_RESULT := virtio-serial-device
211 QEMU_VPORT_RESULT := virtio-serial-device
222 QEMU_VPORT_RESULT := virtio-serial-device
233 QEMU_VPORT_RESULT := virtio-serial-device
245 QEMU_VPORT_RESULT := virtio-serial
[all...]
/linux-master/drivers/s390/block/
H A Ddasd_alias.c51 && !strncmp(pos->uid.serial, uid->serial,
52 sizeof(uid->serial)))
105 memcpy(server->uid.serial, uid->serial, sizeof(uid->serial));
138 memcpy(lcu->uid.serial, uid->serial, sizeof(uid->serial));
330 memcpy(group->uid.serial, ui
[all...]
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_sysfs.c655 const u8 *end = memchr(dd->serial, 0, ARRAY_SIZE(dd->serial));
656 int size = end ? end - dd->serial : ARRAY_SIZE(dd->serial);
658 return sysfs_emit(buf, ".%*s\n", size, dd->serial);
660 static DEVICE_ATTR_RO(serial);
/linux-master/drivers/isdn/capi/
H A Dkcapi.c210 memset(ctr->serial, 0, sizeof(ctr->serial));
788 * @serial: result buffer (8 bytes).
790 * Retrieve the serial number of the specified ISDN controller
795 u16 capi20_get_serial(u32 contr, u8 serial[CAPI_SERIAL_LEN]) argument
801 strscpy(serial, driver_serial, CAPI_SERIAL_LEN);
809 strscpy(serial, ctr->serial, CAPI_SERIAL_LEN);
/linux-master/drivers/hid/
H A Dwacom_sys.c95 if (wacom_wac->serial[0] || !(features->quirks & WACOM_QUIRK_TOOLSERIAL))
98 /* Queue events which have invalid tool type or serial number */
126 wacom_wac->serial[0] = value;
130 wacom_wac->serial[0] |= ((__u64)value) << 32;
253 * report serial number information compared to their branded
1895 static int wacom_remote_create_attr_group(struct wacom *wacom, __u32 serial, argument
1903 "%d", serial);
2035 remote->remotes[i].serial = 0;
2571 u32 serial = remote->remotes[index].serial; local
2595 wacom_remote_create_one(struct wacom *wacom, u32 serial, unsigned int index) argument
[all...]
/linux-master/drivers/iio/imu/
H A Dadis16460.c77 u16 serial; local
81 &serial);
85 *val = serial;
/linux-master/drivers/usb/gadget/function/
H A Df_serial.c3 * f_serial.c - generic USB serial function driver
19 * This function packages a simple "generic serial" port with no real
184 /* serial function driver setup/binding */
338 struct f_gser *serial; local
340 serial = func_to_gser(f);
341 kfree(serial);
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_devlink.c248 sn = nfp_hwinfo_lookup(pf->hwinfo, "assembly.serial");
336 const u8 *serial; local
354 serial_len = nfp_cpp_serial(port->app->cpp, &serial);
355 memcpy(attrs.switch_id.id, serial, serial_len);
/linux-master/drivers/net/can/softing/
H A Dsofting.h69 uint16_t fw_version, hw_version, license, serial; member in struct:softing::__anon5300

Completed in 710 milliseconds

1234567891011>>