/linux-2.6.39/arch/arm/mach-s5p64x0/ |
D | mach-smdk6450.c | 65 .hwport = 0, 72 .hwport = 1, 79 .hwport = 2, 86 .hwport = 3, 94 .hwport = 4, 103 .hwport = 5,
|
D | mach-smdk6440.c | 65 .hwport = 0, 72 .hwport = 1, 79 .hwport = 2, 86 .hwport = 3,
|
/linux-2.6.39/arch/arm/mach-s3c2443/ |
D | mach-smdk2443.c | 82 .hwport = 0, 89 .hwport = 1, 97 .hwport = 2, 104 .hwport = 3,
|
/linux-2.6.39/arch/arm/mach-s5pv210/ |
D | mach-torbreck.c | 48 .hwport = 0, 55 .hwport = 1, 62 .hwport = 2, 69 .hwport = 3,
|
D | mach-smdkc110.c | 51 .hwport = 0, 58 .hwport = 1, 65 .hwport = 2, 72 .hwport = 3,
|
/linux-2.6.39/arch/arm/mach-s3c64xx/ |
D | mach-ncp.c | 55 .hwport = 0, 62 .hwport = 1, 69 .hwport = 2,
|
D | mach-real6410.c | 55 .hwport = 0, 62 .hwport = 1, 69 .hwport = 2, 76 .hwport = 3,
|
/linux-2.6.39/arch/arm/mach-s3c2410/ |
D | mach-smdk2410.c | 67 .hwport = 0, 74 .hwport = 1, 81 .hwport = 2,
|
D | mach-otom.c | 52 .hwport = 0, 59 .hwport = 1, 67 .hwport = 2,
|
D | mach-tct_hammer.c | 105 .hwport = 0, 112 .hwport = 1, 119 .hwport = 2,
|
D | mach-amlm5900.c | 127 .hwport = 0, 134 .hwport = 1, 141 .hwport = 2,
|
/linux-2.6.39/arch/arm/mach-s5p6442/ |
D | mach-smdk6442.c | 47 .hwport = 0, 54 .hwport = 1, 61 .hwport = 2,
|
/linux-2.6.39/arch/arm/mach-s3c2416/ |
D | mach-smdk2416.c | 94 .hwport = 0, 101 .hwport = 1, 109 .hwport = 2, 116 .hwport = 3,
|
/linux-2.6.39/arch/arm/mach-exynos4/ |
D | mach-armlex4210.c | 47 .hwport = 0, 54 .hwport = 1, 61 .hwport = 2, 68 .hwport = 3,
|
D | mach-smdkc210.c | 49 .hwport = 0, 56 .hwport = 1, 63 .hwport = 2, 70 .hwport = 3,
|
D | mach-smdkv310.c | 51 .hwport = 0, 58 .hwport = 1, 65 .hwport = 2, 72 .hwport = 3,
|
D | mach-nuri.c | 56 .hwport = 0, 62 .hwport = 1, 68 .hwport = 2, 74 .hwport = 3,
|
/linux-2.6.39/sound/drivers/ |
D | mtpav.c | 131 u8 hwport; member 196 static int translate_hwport_to_subdevice(struct mtpav *chip, int hwport) in translate_hwport_to_subdevice() argument 199 if (hwport <= 0x00) /* all ports */ in translate_hwport_to_subdevice() 201 else if (hwport <= 0x08) { /* single port */ in translate_hwport_to_subdevice() 202 p = hwport - 1; in translate_hwport_to_subdevice() 206 } else if (hwport <= 0x10) { /* remote port */ in translate_hwport_to_subdevice() 207 p = hwport - 0x09 + chip->num_ports; in translate_hwport_to_subdevice() 211 } else if (hwport == 0x11) /* computer port */ in translate_hwport_to_subdevice() 299 if (portp->hwport != mtp_card->outmidihwport) { in snd_mtpav_output_port_write() 300 mtp_card->outmidihwport = portp->hwport; in snd_mtpav_output_port_write() [all …]
|
/linux-2.6.39/arch/arm/mach-s3c2412/ |
D | mach-smdk2413.c | 58 .hwport = 0, 65 .hwport = 1, 73 .hwport = 2,
|
D | mach-vstms.c | 57 .hwport = 0, 64 .hwport = 1, 71 .hwport = 2,
|
/linux-2.6.39/arch/arm/mach-s3c2440/ |
D | mach-nexcoder.c | 60 .hwport = 0, 67 .hwport = 1, 74 .hwport = 2,
|
D | mach-smdk2440.c | 82 .hwport = 0, 89 .hwport = 1, 97 .hwport = 2,
|
D | mach-rx3715.c | 82 .hwport = 0, 91 .hwport = 1, 101 .hwport = 2,
|
/linux-2.6.39/arch/arm/mach-s5pc100/ |
D | mach-smdkc100.c | 71 .hwport = 0, 78 .hwport = 1, 85 .hwport = 2, 92 .hwport = 3,
|
/linux-2.6.39/sound/pci/riptide/ |
D | riptide.c | 397 struct riptideport *hwport; member 843 struct riptideport *hwport; in sendcmd() local 849 hwport = cif->hwport; in sendcmd() 868 while (i++ < CMDIF_TIMEOUT && !IS_READY(cif->hwport)) in sendcmd() 877 cmdport = &(hwport->port[j % 2]); in sendcmd() 930 cif->cmdcnt, (int)((void *)&(cmdport->stat) - (void *)hwport), in sendcmd() 1135 READ_AUDIO_STATUS(cif->hwport), in riptide_handleirq() 1196 WRITE_PORT_ULONG(cif->hwport->port[i].data1, 0); in try_to_load_firmware() 1197 WRITE_PORT_ULONG(cif->hwport->port[i].data2, 0); in try_to_load_firmware() 1199 SET_GRESET(cif->hwport); in try_to_load_firmware() [all …]
|