Home
last modified time | relevance | path

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

/drivers/hsi/controllers/
Domap_ssi_port.c226 if (msg->ttype == HSI_MSG_READ) { in ssi_start_dma()
292 if (msg->ttype == HSI_MSG_WRITE) { in ssi_start_pio()
300 msg->ttype ? "write" : "read"); in ssi_start_pio()
338 if (msg->ttype == HSI_MSG_WRITE) { in ssi_async_break()
381 if (msg->ttype) { in ssi_async()
398 msg->status, msg->ttype, msg->channel); in ssi_async()
431 msg->ttype, msg->context); in ssi_flush_queue()
523 if (msg->ttype == HSI_MSG_READ) in ssi_flush()
704 if (msg->ttype == HSI_MSG_READ) in ssi_cleanup_gdd()
784 if ((msg) && (msg->ttype == HSI_MSG_READ)) { in ssi_error()
[all …]
Domap_ssi.c217 if (msg->ttype == HSI_MSG_READ) { in ssi_gdd_complete()
230 msg->channel, msg->ttype); in ssi_gdd_complete()
/drivers/staging/vt6656/
DTODO10 - kill ttype.h -- done
/drivers/staging/vt6655/
DTODO10 - kill ttype.h
/drivers/staging/octeon-usb/
Docteon-hcd.c2032 enum cvmx_usb_transfer ttype; in __cvmx_usb_schedule() local
2100 for (ttype = CVMX_USB_TRANSFER_CONTROL; in __cvmx_usb_schedule()
2101 ttype <= CVMX_USB_TRANSFER_INTERRUPT; ttype++) { in __cvmx_usb_schedule()
2102 list_for_each_entry(pipe, &usb->active_pipes[ttype], node) { in __cvmx_usb_schedule()
/drivers/usb/serial/
Dio_ti.c635 __u16 ttype; in check_i2c_image() local
677 ttype = rom_desc->Type & 0x0f; in check_i2c_image()
678 if (ttype != I2C_DESC_TYPE_FIRMWARE_BASIC in check_i2c_image()
679 && ttype != I2C_DESC_TYPE_FIRMWARE_AUTO) { in check_i2c_image()
/drivers/media/pci/bt8xx/
Dbttv-cards.c2996 int tuner_type = UNSET, ttype; in flyvideo_gpio() local
3014 ttype = (gpio & 0x0f0000) >> 16; in flyvideo_gpio()
3015 switch (ttype) { in flyvideo_gpio()