Searched defs:hw_device_t (Results 1 – 4 of 4) sorted by relevance
48 struct hw_device_t { struct57 int (*close)(hw_device_t* device); argument
168 typedef struct hw_device_t { struct170 uint32_t tag;201 int (*close)(struct hw_device_t* device); argument203 } hw_device_t; typedef
167 typedef struct hw_device_t { struct169 uint32_t tag;200 int (*close)(struct hw_device_t* device); argument202 } hw_device_t; typedef
698 int CloseDevice(struct hw_device_t *) in CloseDevice()