Searched defs:go7007_hpi_ops (Results 1 – 1 of 1) sorted by relevance
123 struct go7007_hpi_ops { struct124 int (*interface_reset)(struct go7007 *go);125 int (*write_interrupt)(struct go7007 *go, int addr, int data);126 int (*read_interrupt)(struct go7007 *go);127 int (*stream_start)(struct go7007 *go);128 int (*stream_stop)(struct go7007 *go);129 int (*send_firmware)(struct go7007 *go, u8 *data, int len);130 int (*send_command)(struct go7007 *go, unsigned int cmd, void *arg);131 void (*release)(struct go7007 *go);