Searched refs:ttype (Results 1 - 5 of 5) sorted by relevance

/drivers/hsi/controllers/
H A Domap_ssi_port.c226 if (msg->ttype == HSI_MSG_READ) {
292 if (msg->ttype == HSI_MSG_WRITE) {
300 msg->ttype ? "write" : "read");
338 if (msg->ttype == HSI_MSG_WRITE) {
381 if (msg->ttype) {
397 dev_dbg(&port->device, "msg status %d ttype %d ch %d\n",
398 msg->status, msg->ttype, msg->channel);
431 msg->ttype, msg->context);
523 if (msg->ttype == HSI_MSG_READ)
704 if (msg->ttype
[all...]
H A Domap_ssi.c217 if (msg->ttype == HSI_MSG_READ) {
229 dev_dbg(&port->device, "DMA completed ch %d ttype %d\n",
230 msg->channel, msg->ttype);
/drivers/staging/octeon-usb/
H A Docteon-hcd.c2032 enum cvmx_usb_transfer ttype; local
2100 for (ttype = CVMX_USB_TRANSFER_CONTROL;
2101 ttype <= CVMX_USB_TRANSFER_INTERRUPT; ttype++) {
2102 list_for_each_entry(pipe, &usb->active_pipes[ttype], node) {
/drivers/usb/serial/
H A Dio_ti.c635 __u16 ttype; local
677 ttype = rom_desc->Type & 0x0f;
678 if (ttype != I2C_DESC_TYPE_FIRMWARE_BASIC
679 && ttype != I2C_DESC_TYPE_FIRMWARE_AUTO) {
/drivers/media/pci/bt8xx/
H A Dbttv-cards.c2996 int tuner_type = UNSET, ttype; local
3014 ttype = (gpio & 0x0f0000) >> 16;
3015 switch (ttype) {

Completed in 8246 milliseconds