Lines Matching refs:direction
184 if (req_data->direction & I2C_M_RD) { in cx231xx_send_usb_command()
210 if (req_data->direction) { in cx231xx_send_usb_command()
211 ven_req.direction = USB_DIR_IN; in cx231xx_send_usb_command()
214 ven_req.direction = USB_DIR_OUT; in cx231xx_send_usb_command()
348 if (ven_req->direction) in cx231xx_send_vendor_cmd()
370 ven_req->direction | USB_TYPE_VENDOR | USB_RECIP_DEVICE, in cx231xx_send_vendor_cmd()
381 ven_req->direction | USB_TYPE_VENDOR | USB_RECIP_DEVICE, in cx231xx_send_vendor_cmd()
391 ven_req->direction | USB_TYPE_VENDOR | USB_RECIP_DEVICE, in cx231xx_send_vendor_cmd()
396 ven_req->direction | USB_TYPE_VENDOR | USB_RECIP_DEVICE, in cx231xx_send_vendor_cmd()
1430 u8 len, u8 request, u8 direction) in cx231xx_send_gpio_cmd() argument
1440 if (direction) in cx231xx_send_gpio_cmd()
1445 if (direction) in cx231xx_send_gpio_cmd()
1464 if (direction) { in cx231xx_send_gpio_cmd()
1465 ven_req.direction = USB_DIR_IN; in cx231xx_send_gpio_cmd()
1468 ven_req.direction = USB_DIR_OUT; in cx231xx_send_gpio_cmd()
1527 req_data.direction = I2C_M_RD; in cx231xx_read_i2c_master()
1578 req_data.direction = 0; in cx231xx_write_i2c_master()
1612 req_data.direction = I2C_M_RD; in cx231xx_read_i2c_data()
1653 req_data.direction = 0; in cx231xx_write_i2c_data()