Lines Matching +full:cable +full:- +full:modem
1 /* SPDX-License-Identifier: GPL-2.0+ */
9 * Greg Kroah-Hartman ([email protected])
11 * See Documentation/usb/usb-serial.rst for more information on using this
90 __le32 baud; /* any value 7 - 460800, firmware calculates
131 * Type DATA: 0x00 - 0xff
132 * Type IDATA: 0x80 - 0xff
133 * Type BDATA: 0x20 - 0x2f
134 * Type XDATA: 0x0000 - 0xffff
140 * NOTE: 0x80 - 0xff (local space) are the Special Function Registers
141 * of the 8051, and some have on-read side-effects.
184 #define WHITEHEAT_TEST_MODEM_FT 0x08 /* modem signals, requires a
185 loopback cable/connector */
205 #define WHITEHEAT_EVENT_MODEM 0x01 /* modem field is valid */
225 __u8 modem; /* modem signal status (copy of uart's member
230 __u8 connect; /* 0 means not connected, non-zero means
277 __u8 info; /* see whiteheat_status_info.modem, .error,
294 __u8 results[32]; /* test-dependent results */