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