Searched defs:go7007_hpi_ops (Results 1 – 1 of 1) sorted by relevance
115 struct go7007_hpi_ops { struct116 int (*interface_reset)(struct go7007 *go);117 int (*write_interrupt)(struct go7007 *go, int addr, int data);118 int (*read_interrupt)(struct go7007 *go);119 int (*stream_start)(struct go7007 *go);120 int (*stream_stop)(struct go7007 *go);121 int (*send_firmware)(struct go7007 *go, u8 *data, int len);122 int (*send_command)(struct go7007 *go, unsigned int cmd, void *arg);123 void (*release)(struct go7007 *go);