Searched refs:nos_device (Results 1 – 7 of 7) sorted by relevance
87 nos_device* Device();88 const nos_device* Device() const;97 nos_device device_;
74 struct nos_device { struct90 int nos_device_open(const char *name, struct nos_device *device); argument
95 nos_device* NuggetClient::Device() { in Device()99 const nos_device* NuggetClient::Device() const { in Device()
83 const struct nos_device *dev;95 static int nos_device_read(const struct nos_device *dev, uint32_t command, in nos_device_read()121 static int nos_device_write(const struct nos_device *dev, uint32_t command, in nos_device_write()452 uint32_t nos_call_application(const struct nos_device *dev, in nos_call_application()
28 uint32_t nos_call_application(const struct nos_device *dev,
226 int nos_device_open(const char *device_name, struct nos_device *dev) { in nos_device_open()
76 int nos_device_open(const char* device_name, struct nos_device* dev) { in nos_device_open()98 nos_device* dev() { return &dev_; } in dev()102 nos_device dev_;