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()
1428 u8 len, u8 request, u8 direction) in cx231xx_send_gpio_cmd() argument
1438 if (direction) in cx231xx_send_gpio_cmd()
1443 if (direction) in cx231xx_send_gpio_cmd()
1462 if (direction) { in cx231xx_send_gpio_cmd()
1463 ven_req.direction = USB_DIR_IN; in cx231xx_send_gpio_cmd()
1466 ven_req.direction = USB_DIR_OUT; in cx231xx_send_gpio_cmd()
1525 req_data.direction = I2C_M_RD; in cx231xx_read_i2c_master()
1576 req_data.direction = 0; in cx231xx_write_i2c_master()
1610 req_data.direction = I2C_M_RD; in cx231xx_read_i2c_data()
1651 req_data.direction = 0; in cx231xx_write_i2c_data()