Home
last modified time | relevance | path

Searched refs:ttype (Results 1 – 8 of 8) sorted by relevance

/drivers/hsi/controllers/
Domap_ssi_port.c230 if (msg->ttype == HSI_MSG_READ) { in ssi_start_dma()
302 if (msg->ttype == HSI_MSG_WRITE) { in ssi_start_pio()
310 msg->ttype ? "write" : "read"); in ssi_start_pio()
348 if (msg->ttype == HSI_MSG_WRITE) { in ssi_async_break()
392 if (msg->ttype) { in ssi_async()
413 msg->status, msg->ttype, msg->channel); in ssi_async()
446 msg->ttype, msg->context); in ssi_flush_queue()
544 if (msg->ttype == HSI_MSG_READ) in ssi_flush()
747 if (msg->ttype == HSI_MSG_READ) { in ssi_cleanup_gdd()
827 if ((msg) && (msg->ttype == HSI_MSG_READ)) { in ssi_error()
[all …]
Domap_ssi_core.c183 if (msg->ttype == HSI_MSG_READ) { in ssi_gdd_complete()
196 msg->channel, msg->ttype); in ssi_gdd_complete()
/drivers/staging/vt6656/
DTODO10 - kill ttype.h -- done
/drivers/staging/vt6655/
DTODO10 - kill ttype.h
/drivers/hsi/clients/
Dcmt_speech.c227 if (msg->ttype == HSI_MSG_READ) in cs_cmd_destructor()
230 else if (msg->ttype == HSI_MSG_WRITE && in cs_cmd_destructor()
297 const char *dir = (msg->ttype == HSI_MSG_READ) ? "TX" : "RX"; in cs_hsi_data_destructor()
305 if (msg->ttype == HSI_MSG_READ) in cs_hsi_data_destructor()
/drivers/staging/octeon-usb/
Docteon-hcd.c1901 enum cvmx_usb_transfer ttype; in cvmx_usb_schedule() local
1941 for (ttype = CVMX_USB_TRANSFER_CONTROL; in cvmx_usb_schedule()
1942 ttype <= CVMX_USB_TRANSFER_INTERRUPT; ttype++) { in cvmx_usb_schedule()
1943 list_for_each_entry(pipe, &usb->active_pipes[ttype], node) { in cvmx_usb_schedule()
/drivers/usb/serial/
Dio_ti.c684 __u16 ttype; in check_i2c_image() local
726 ttype = rom_desc->Type & 0x0f; in check_i2c_image()
727 if (ttype != I2C_DESC_TYPE_FIRMWARE_BASIC in check_i2c_image()
728 && ttype != I2C_DESC_TYPE_FIRMWARE_AUTO) { in check_i2c_image()
/drivers/media/pci/bt8xx/
Dbttv-cards.c2987 int tuner_type = UNSET, ttype; in flyvideo_gpio() local
3005 ttype = (gpio & 0x0f0000) >> 16; in flyvideo_gpio()
3006 switch (ttype) { in flyvideo_gpio()