Home
last modified time | relevance | path

Searched refs:hpi_ops (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/media/go7007/
Dgo7007-priv.h241 struct go7007_hpi_ops *hpi_ops; member
256 ((go)->hpi_ops->interface_reset(go))
258 ((go)->hpi_ops->write_interrupt)((go), (x), (y))
260 ((go)->hpi_ops->stream_start(go))
262 ((go)->hpi_ops->stream_stop(go))
264 ((go)->hpi_ops->send_firmware)((go), (x), (y))
266 ((go)->hpi_ops->write_interrupt)((go), (x)|0x8000, (y))
Dgo7007-driver.c48 go->hpi_ops->read_interrupt(go); in go7007_read_interrupt()
242 if (go->hpi_ops->release) in go7007_remove()
243 go->hpi_ops->release(go); in go7007_remove()
Dgo7007-usb.c1162 go->hpi_ops = &go7007_usb_ezusb_hpi_ops; in go7007_usb_probe()
1164 go->hpi_ops = &go7007_usb_onboard_hpi_ops; in go7007_usb_probe()
Dsaa7134-go7007.c470 go->hpi_ops = &saa7134_go7007_hpi_ops; in saa7134_go7007_init()