Searched refs:smbcmd32 (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/dev/smbus/ |
| H A D | smb.c | 47 struct smbcmd32 { struct 68 #define SMB_QUICK_WRITE32 _IOW('i', 1, struct smbcmd32) argument 69 #define SMB_QUICK_READ32 _IOW('i', 2, struct smbcmd32) 70 #define SMB_SENDB32 _IOW('i', 3, struct smbcmd32) 71 #define SMB_RECVB32 _IOWR('i', 4, struct smbcmd32) 72 #define SMB_WRITEB32 _IOW('i', 5, struct smbcmd32) 73 #define SMB_WRITEW32 _IOW('i', 6, struct smbcmd32) 74 #define SMB_READB32 _IOWR('i', 7, struct smbcmd32) 75 #define SMB_READW32 _IOWR('i', 8, struct smbcmd32) 76 #define SMB_PCALL32 _IOWR('i', 9, struct smbcmd32) [all …]
|