Searched defs:go7007_hpi_ops (Results 1 – 1 of 1) sorted by relevance
104 struct go7007_hpi_ops { struct105 int (*interface_reset)(struct go7007 *go);106 int (*write_interrupt)(struct go7007 *go, int addr, int data);107 int (*read_interrupt)(struct go7007 *go);108 int (*stream_start)(struct go7007 *go);109 int (*stream_stop)(struct go7007 *go);110 int (*send_firmware)(struct go7007 *go, u8 *data, int len);111 int (*send_command)(struct go7007 *go, unsigned int cmd, void *arg);