Searched refs:serial (Results 1 - 25 of 25) sorted by relevance

/include/linux/usb/
H A Dserial.h18 #include <linux/serial.h>
28 /* USB serial flags */
33 * @serial: pointer back to the struct usb_serial owner of this port.
66 * @flags: usb serial port flags
71 * @dev: pointer to the serial device
73 * This structure is used by the usb-serial core and drivers for the specific
77 struct usb_serial *serial; member in struct:usb_serial_port
137 * usb_serial - structure used by the usb-serial core for a device
148 * usb-serial driver is required to manage this data, the usb-serial cor
174 usb_get_serial_data(struct usb_serial *serial) argument
179 usb_set_serial_data(struct usb_serial *serial, void *data) argument
316 usb_serial_console_disconnect(struct usb_serial *serial) argument
[all...]
H A Diowarrior.h21 /* the serial number of our chip (if a serial-number is not available
23 __u8 serial[9]; member in struct:iowarrior_info
37 Get some device-information (product-id , serial-number etc.)
/include/linux/
H A Dserial.h2 * include/linux/serial.h
13 #include <uapi/linux/serial.h>
27 * The size of the serial xmit buffer is 1 page, or 4096 bytes
H A Dpadata.h41 * @info: Used to pass information from the parallel to the serial function.
43 * @serial: Serial complete function.
51 void (*serial)(struct padata_priv *padata); member in struct:padata_priv
66 * struct padata_serial_queue - The percpu padata serial queue
68 * @serial: List to wait for serialization after reordering.
73 struct padata_list serial; member in struct:padata_serial_queue
83 * @serial: List to wait for serialization after reordering.
101 * struct padata_cpumask - The cpumasks for the parallel/serial workers
104 * @cbcpu: cpumask for the serial (callback) workers.
121 * @cpumask: The cpumasks in use for parallel and serial worker
[all...]
H A Dkernelcapi.h42 u16 capi20_get_serial(u32 contr, u8 serial[CAPI_SERIAL_LEN]);
H A Dkey.h30 /* key handle serial number */
134 key_serial_t serial; /* key serial number */ member in struct:key
309 return key ? key->serial : 0;
H A Dnvme.h95 char serial[20]; member in struct:nvme_dev
H A Daudit.h217 struct timespec *t, unsigned int *serial);
374 struct timespec *t, unsigned int *serial)
373 auditsc_get_stamp(struct audit_context *ctx, struct timespec *t, unsigned int *serial) argument
H A Dsctp.h639 __be32 serial; member in struct:sctp_addiphdr
H A Dpnp.h213 unsigned int serial; /* serial number */ member in struct:pnp_card
H A Dfb.h71 __u32 serial; /* Serial Number - Integer */ member in struct:fb_monspecs
H A Dusb.h492 * @serial: iSerialNumber string, if present (static)
567 char *serial; member in struct:usb_device
/include/rxrpc/
H A Dpacket.h16 typedef u32 rxrpc_serial_t; /* Rx message serial number */
18 typedef __be32 rxrpc_serial_net_t; /* on-the-wire Rx message serial number */
39 __be32 serial; /* serial number of pkt sent to network */ member in struct:rxrpc_header
78 * - new_serial = serial + 1
99 __be16 maxSkew; /* diff between serno being ACK'd and highest serial no
103 __be32 serial; /* serial no of packet that prompted this ACK */ member in struct:rxrpc_ackpacket
/include/linux/platform_data/
H A Datmel.h19 #include <linux/serial.h>
/include/media/
H A Dmedia-device.h40 * @serial: Device serial number (optional)
66 char serial[40]; member in struct:media_device
/include/net/irda/
H A Dircomm_tty.h32 #include <linux/serial.h>
/include/uapi/linux/
H A Dcapi.h113 __u8 serial[CAPI_SERIAL_LEN]; member in union:capi_ioctl_struct
H A Dserial_core.h23 #include <linux/serial.h>
26 * The type definitions. These are from Ted Ts'o's serial.h
62 * separate so any additions to the old serial.c that occur before
H A Dmedia.h35 char serial[40]; member in struct:media_device_info
/include/linux/isdn/
H A Dcapilli.h59 u8 serial[CAPI_SERIAL_LEN]; /* CAPI_GET_SERIAL */ member in struct:capi_ctr
/include/uapi/sound/
H A Dhdspm.h183 unsigned int serial; member in struct:hdspm_version
/include/drm/
H A Ddrm_edid.h135 u8 type; /* ff=serial, fe=string, fd=monitor range, fc=monitor name
215 u32 serial; /* FIXME: byte order */ member in struct:edid
/include/linux/mmc/
H A Dcard.h21 unsigned int serial; member in struct:mmc_cid
/include/net/sctp/
H A Dstructs.h1795 * A2) A serial number should be assigned to the Chunk. The
1796 * serial number SHOULD be a monotonically increasing
1797 * number. The serial number SHOULD be initialized at
1800 * it is incremented by one after assigning the serial number
1914 __be32 serial);
/include/sound/
H A Demu10k1.h1221 /* EMU32 = 32-bit serial channel between Alice2 (audigy) and Hana (FPGA) */
1703 unsigned int serial; /* serial number */ member in struct:snd_emu10k1

Completed in 425 milliseconds