| /linux/arch/arm/mach-s3c/ |
| A D | mach-smdk2443.c | 71 .hwport = 0, 78 .hwport = 1, 86 .hwport = 2, 93 .hwport = 3,
|
| A D | mach-ncp.c | 48 .hwport = 0, 55 .hwport = 1, 62 .hwport = 2,
|
| A D | mach-smdk2410.c | 50 .hwport = 0, 57 .hwport = 1, 64 .hwport = 2,
|
| A D | mach-otom.c | 45 .hwport = 0, 52 .hwport = 1, 60 .hwport = 2,
|
| A D | mach-smdk2413.c | 52 .hwport = 0, 59 .hwport = 1, 67 .hwport = 2,
|
| A D | mach-vstms.c | 50 .hwport = 0, 57 .hwport = 1, 64 .hwport = 2,
|
| A D | mach-smdk2416.c | 90 .hwport = 0, 97 .hwport = 1, 105 .hwport = 2, 112 .hwport = 3,
|
| A D | mach-nexcoder.c | 55 .hwport = 0, 62 .hwport = 1, 69 .hwport = 2,
|
| A D | mach-tct_hammer.c | 83 .hwport = 0, 90 .hwport = 1, 97 .hwport = 2,
|
| A D | mach-real6410.c | 52 .hwport = 0, 59 .hwport = 1, 66 .hwport = 2, 73 .hwport = 3,
|
| A D | mach-smdk2440.c | 74 .hwport = 0, 81 .hwport = 1, 89 .hwport = 2,
|
| A D | mach-rx3715.c | 67 .hwport = 0, 75 .hwport = 1, 84 .hwport = 2,
|
| A D | mach-mini6410.c | 53 .hwport = 0, 60 .hwport = 1, 67 .hwport = 2, 74 .hwport = 3,
|
| A D | mach-amlm5900.c | 102 .hwport = 0, 109 .hwport = 1, 116 .hwport = 2,
|
| A D | mach-smdk6400.c | 41 .hwport = 0, 48 .hwport = 1,
|
| A D | mach-hmt.c | 50 .hwport = 0, 57 .hwport = 1, 64 .hwport = 2,
|
| A D | mach-qt2410.c | 59 .hwport = 0, 66 .hwport = 1, 73 .hwport = 2,
|
| A D | mach-vr1000.c | 107 .hwport = 0, 114 .hwport = 1, 122 .hwport = 2,
|
| A D | init.c | 117 platdev = s3c24xx_uart_src[cfgptr->hwport]; in s3c24xx_init_uartdevs() 119 resp = res + cfgptr->hwport; in s3c24xx_init_uartdevs()
|
| A D | mach-osiris.c | 99 .hwport = 0, 107 .hwport = 1, 115 .hwport = 2,
|
| A D | mach-smartq.c | 46 .hwport = 0, 53 .hwport = 1, 60 .hwport = 2,
|
| A D | mach-smdk6410.c | 79 .hwport = 0, 86 .hwport = 1, 93 .hwport = 2, 100 .hwport = 3,
|
| A D | mach-gta02.c | 106 .hwport = 0, 113 .hwport = 1, 120 .hwport = 2,
|
| /linux/sound/drivers/ |
| A D | mtpav.c | 115 u8 hwport; member 180 static int translate_hwport_to_subdevice(struct mtpav *chip, int hwport) in translate_hwport_to_subdevice() argument 183 if (hwport <= 0x00) /* all ports */ in translate_hwport_to_subdevice() 185 else if (hwport <= 0x08) { /* single port */ in translate_hwport_to_subdevice() 186 p = hwport - 1; in translate_hwport_to_subdevice() 190 } else if (hwport <= 0x10) { /* remote port */ in translate_hwport_to_subdevice() 191 p = hwport - 0x09 + chip->num_ports; in translate_hwport_to_subdevice() 195 } else if (hwport == 0x11) /* computer port */ in translate_hwport_to_subdevice() 283 if (portp->hwport != mtp_card->outmidihwport) { in snd_mtpav_output_port_write() 284 mtp_card->outmidihwport = portp->hwport; in snd_mtpav_output_port_write() [all …]
|
| /linux/sound/pci/riptide/ |
| A D | riptide.c | 834 hwport = cif->hwport; in sendcmd() 1184 SET_GRESET(cif->hwport); in try_to_load_firmware() 1190 if (IS_READY(cif->hwport) && !IS_GERR(cif->hwport)) in try_to_load_firmware() 1198 IS_READY(cif->hwport), IS_GERR(cif->hwport)); in try_to_load_firmware() 1204 IS_READY(cif->hwport), IS_GERR(cif->hwport)); in try_to_load_firmware() 1301 SET_AIACK(cif->hwport); in riptide_reset() 1302 SET_AIE(cif->hwport); in riptide_reset() 1303 SET_AIACK(cif->hwport); in riptide_reset() 1396 SET_AIE(cif->hwport); in snd_riptide_trigger() 1712 if (IS_EOBIRQ(cif->hwport) || IS_EOSIRQ(cif->hwport) || in snd_riptide_interrupt() [all …]
|