Home
last modified time | relevance | path

Searched refs:ven_req (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/media/video/cx231xx/
Dcx231xx-core.c162 struct VENDOR_REQUEST_IN ven_req; in cx231xx_send_usb_command() local
181 ven_req.wValue = in cx231xx_send_usb_command()
186 ven_req.wValue = in cx231xx_send_usb_command()
194 ven_req.bRequest = i2c_bus->nr + 4; in cx231xx_send_usb_command()
196 ven_req.bRequest = i2c_bus->nr; /* channel number, */ in cx231xx_send_usb_command()
201 ven_req.wIndex = 0; /* need check */ in cx231xx_send_usb_command()
204 ven_req.wIndex = (req_data->saddr_dat & 0xff); in cx231xx_send_usb_command()
207 ven_req.wIndex = req_data->saddr_dat; in cx231xx_send_usb_command()
212 ven_req.wLength = req_data->buf_size; in cx231xx_send_usb_command()
215 ven_req.bData = 0; in cx231xx_send_usb_command()
[all …]
Dcx231xx.h863 struct VENDOR_REQUEST_IN *ven_req);