Searched refs:ven_req (Results 1 – 2 of 2) sorted by relevance
149 struct VENDOR_REQUEST_IN ven_req; in cx231xx_send_usb_command() local167 ven_req.wValue = (req_data->dev_addr << 9 | _i2c_period << 4 | in cx231xx_send_usb_command()174 ven_req.bRequest = i2c_bus->nr + 4; in cx231xx_send_usb_command()176 ven_req.bRequest = i2c_bus->nr; /* channel number, */ in cx231xx_send_usb_command()181 ven_req.wIndex = 0; /* need check */ in cx231xx_send_usb_command()184 ven_req.wIndex = (req_data->saddr_dat & 0xff); in cx231xx_send_usb_command()187 ven_req.wIndex = req_data->saddr_dat; in cx231xx_send_usb_command()192 ven_req.wLength = req_data->buf_size; in cx231xx_send_usb_command()195 ven_req.bData = 0; in cx231xx_send_usb_command()199 ven_req.direction = USB_DIR_IN; in cx231xx_send_usb_command()[all …]
845 struct VENDOR_REQUEST_IN *ven_req);