Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/usb/cx231xx/
Dcx231xx-core.c145 struct VENDOR_REQUEST_IN ven_req; in cx231xx_send_usb_command() local
163 ven_req.wValue = (req_data->dev_addr << 9 | _i2c_period << 4 | in cx231xx_send_usb_command()
170 ven_req.bRequest = i2c_bus->nr + 4; in cx231xx_send_usb_command()
172 ven_req.bRequest = i2c_bus->nr; /* channel number, */ in cx231xx_send_usb_command()
177 ven_req.wIndex = 0; /* need check */ in cx231xx_send_usb_command()
180 ven_req.wIndex = (req_data->saddr_dat & 0xff); in cx231xx_send_usb_command()
183 ven_req.wIndex = req_data->saddr_dat; in cx231xx_send_usb_command()
188 ven_req.wLength = req_data->buf_size; in cx231xx_send_usb_command()
191 ven_req.bData = 0; in cx231xx_send_usb_command()
195 ven_req.direction = USB_DIR_IN; in cx231xx_send_usb_command()
[all …]
Dcx231xx.h831 struct VENDOR_REQUEST_IN *ven_req);