Searched defs:DeviceDescr (Results 1 – 1 of 1) sorted by relevance
25 typedef struct DeviceDescr DeviceDescr; typedef41 struct DeviceDescr struct43 char *DeviceName;44 int (*DeviceOpen)(const char *name, const char *arg);45 int (*DeviceMatch)(const char *name, const char *arg);46 void (*DeviceClose)(void);47 int (*DeviceRead)(DriverCall *dc, bool block);48 int (*DeviceWrite)(DriverCall *dc);49 int (*DeviceIoctl)(const int opcode, void *args);50 void *SwitcherState; /* used by switcher interface */