sys/dev/smbus/smb.c
176
smbcopyincmd32(struct smbcmd32 *uaddr, struct smbcmd *kaddr)
sys/dev/smbus/smb.c
196
struct smbcmd32 *s32 = (struct smbcmd32 *)data;
sys/dev/smbus/smb.c
68
#define SMB_QUICK_WRITE32 _IOW('i', 1, struct smbcmd32)
sys/dev/smbus/smb.c
69
#define SMB_QUICK_READ32 _IOW('i', 2, struct smbcmd32)
sys/dev/smbus/smb.c
70
#define SMB_SENDB32 _IOW('i', 3, struct smbcmd32)
sys/dev/smbus/smb.c
71
#define SMB_RECVB32 _IOWR('i', 4, struct smbcmd32)
sys/dev/smbus/smb.c
72
#define SMB_WRITEB32 _IOW('i', 5, struct smbcmd32)
sys/dev/smbus/smb.c
73
#define SMB_WRITEW32 _IOW('i', 6, struct smbcmd32)
sys/dev/smbus/smb.c
74
#define SMB_READB32 _IOWR('i', 7, struct smbcmd32)
sys/dev/smbus/smb.c
75
#define SMB_READW32 _IOWR('i', 8, struct smbcmd32)
sys/dev/smbus/smb.c
76
#define SMB_PCALL32 _IOWR('i', 9, struct smbcmd32)
sys/dev/smbus/smb.c
77
#define SMB_BWRITE32 _IOW('i', 10, struct smbcmd32)
sys/dev/smbus/smb.c
78
#define SMB_BREAD32 _IOWR('i', 11, struct smbcmd32)
sys/dev/smbus/smb.c
79
#define SMB_OLD_READB32 _IOW('i', 7, struct smbcmd32)
sys/dev/smbus/smb.c
80
#define SMB_OLD_READW32 _IOW('i', 8, struct smbcmd32)
sys/dev/smbus/smb.c
81
#define SMB_OLD_PCALL32 _IOW('i', 9, struct smbcmd32)