Lines Matching defs:_generic_mpu401_module
51 typedef struct _generic_mpu401_module { struct
52 module_info minfo;
53 status_t (*create_device)(int port, void** _handle, uint32 workArounds,
55 status_t (*delete_device)(void* handle);
56 status_t (*open_hook)(void* storage, uint32 flags, void** _cookie);
57 status_t (*close_hook)(void* cookie);
58 status_t (*free_hook)(void* cookie);
59 status_t (*control_hook)(void* cookie, uint32 op, void* data,
61 status_t (*read_hook)(void* cookie, off_t pos, void* data,
63 status_t (*write_hook)(void* cookie, off_t pos, const void* data,
65 bool (*interrupt_hook)(void* cookie);
66 int _reserved_;