#include <linux/ioctl.h>
Include dependency graph for lpmodem.h:

Data Structures | |
| struct | lpmodem_statistics |
| lpmodem driver statistics. More... | |
| struct | lpmodem_params |
| lpmodem KISS parameters. More... | |
Defines | |
| #define | LPMODEM_MAXFLEN 400 |
| Maximum packet length, excluding CRC. | |
Enumerations | |
| enum | KISS_CHARS { KISS_FEND = 0xc0, KISS_FESC = 0xdb, KISS_TFEND = 0xdc, KISS_TFESC = 0xdd } |
| KISS protocol special characters. More... | |
| enum | KISS_CMD { KISS_CMD_DATA = 0, KISS_CMD_TXDELAY = 1, KISS_CMD_PPERSIST = 2, KISS_CMD_SLOTTIME = 3, KISS_CMD_TXTAIL = 4, KISS_CMD_FULLDUP = 5, KISS_CMD_SETHW = 6 } |
| KISS protocol commands. More... | |
| enum | LPMODEM_CTL { LPMODEM_GET_DCD = _IOR('L',0,unsigned char), LPMODEM_GET_PTT = _IOR('L',1,unsigned char), LPMODEM_SET_TXDELAY = _IOW('L',2,unsigned char), LPMODEM_SET_PPERSIST = _IOW('L',3,unsigned char), LPMODEM_SET_SLOTTIME = _IOW('L',4,unsigned char), LPMODEM_SET_TXTAIL = _IOW('L',5,unsigned char), LPMODEM_SET_FULLDUP = _IOW('L',6,unsigned char), LPMODEM_GET_STAT = _IOR('L',7,struct lpmodem_statistics), LPMODEM_GET_PARAMS = _IOR('L',8,struct lpmodem_params), LPMODEM_SET_PARAMS = _IOR('L',9,struct lpmodem_params), LPMODEM_GET_MSR = _IOR('L',20,plcMSR), LPMODEM_GET_REG = _IOR('L',21,st7538reg), LPMODEM_SET_REG = _IOR('L',22,st7538reg) } |
| lpmodem ioctl commands. More... | |
|
|
KISS protocol special characters.
|
|
|
|
lpmodem ioctl commands.
|
1.3.7