Searched defs:ttype (Results 1 - 3 of 3) sorted by relevance

/drivers/media/pci/bt8xx/
H A Dbttv-cards.c2996 int tuner_type = UNSET, ttype; local
3014 ttype = (gpio & 0x0f0000) >> 16;
3015 switch (ttype) {
/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/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) {

Completed in 165 milliseconds