/linux-3.4.99/arch/arm/mach-s5p64x0/ |
D | mach-smdk6450.c | 75 .hwport = 0, 82 .hwport = 1, 89 .hwport = 2, 96 .hwport = 3, 104 .hwport = 4, 113 .hwport = 5,
|
D | mach-smdk6440.c | 75 .hwport = 0, 82 .hwport = 1, 89 .hwport = 2, 96 .hwport = 3,
|
/linux-3.4.99/arch/arm/mach-s3c24xx/ |
D | mach-smdk2443.c | 82 .hwport = 0, 89 .hwport = 1, 97 .hwport = 2, 104 .hwport = 3,
|
D | mach-smdk2410.c | 69 .hwport = 0, 76 .hwport = 1, 83 .hwport = 2,
|
D | mach-otom.c | 54 .hwport = 0, 61 .hwport = 1, 69 .hwport = 2,
|
D | mach-tct_hammer.c | 103 .hwport = 0, 110 .hwport = 1, 117 .hwport = 2,
|
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,
|
D | mach-nexcoder.c | 62 .hwport = 0, 69 .hwport = 1, 76 .hwport = 2,
|
D | mach-smdk2416.c | 98 .hwport = 0, 105 .hwport = 1, 113 .hwport = 2, 120 .hwport = 3,
|
D | mach-smdk2440.c | 84 .hwport = 0, 91 .hwport = 1, 99 .hwport = 2,
|
D | mach-rx3715.c | 74 .hwport = 0, 82 .hwport = 1, 91 .hwport = 2,
|
D | mach-amlm5900.c | 126 .hwport = 0, 133 .hwport = 1, 140 .hwport = 2,
|
/linux-3.4.99/arch/arm/mach-s5pv210/ |
D | mach-torbreck.c | 50 .hwport = 0, 57 .hwport = 1, 64 .hwport = 2, 71 .hwport = 3,
|
D | mach-smdkc110.c | 54 .hwport = 0, 61 .hwport = 1, 68 .hwport = 2, 75 .hwport = 3,
|
D | mach-smdkv210.c | 69 .hwport = 0, 76 .hwport = 1, 83 .hwport = 2, 90 .hwport = 3,
|
/linux-3.4.99/arch/arm/mach-s3c64xx/ |
D | mach-ncp.c | 57 .hwport = 0, 64 .hwport = 1, 71 .hwport = 2,
|
D | mach-real6410.c | 57 .hwport = 0, 64 .hwport = 1, 71 .hwport = 2, 78 .hwport = 3,
|
D | mach-smdk6400.c | 48 .hwport = 0, 55 .hwport = 1,
|
D | mach-mini6410.c | 56 .hwport = 0, 63 .hwport = 1, 70 .hwport = 2, 77 .hwport = 3,
|
/linux-3.4.99/arch/arm/mach-exynos/ |
D | mach-armlex4210.c | 49 .hwport = 0, 56 .hwport = 1, 63 .hwport = 2, 70 .hwport = 3,
|
D | mach-smdk4x12.c | 57 .hwport = 0, 64 .hwport = 1, 71 .hwport = 2, 78 .hwport = 3,
|
/linux-3.4.99/sound/drivers/ |
D | mtpav.c | 132 u8 hwport; member 197 static int translate_hwport_to_subdevice(struct mtpav *chip, int hwport) in translate_hwport_to_subdevice() argument 200 if (hwport <= 0x00) /* all ports */ in translate_hwport_to_subdevice() 202 else if (hwport <= 0x08) { /* single port */ in translate_hwport_to_subdevice() 203 p = hwport - 1; in translate_hwport_to_subdevice() 207 } else if (hwport <= 0x10) { /* remote port */ in translate_hwport_to_subdevice() 208 p = hwport - 0x09 + chip->num_ports; in translate_hwport_to_subdevice() 212 } else if (hwport == 0x11) /* computer port */ in translate_hwport_to_subdevice() 300 if (portp->hwport != mtp_card->outmidihwport) { in snd_mtpav_output_port_write() 301 mtp_card->outmidihwport = portp->hwport; in snd_mtpav_output_port_write() [all …]
|
/linux-3.4.99/arch/arm/mach-s5pc100/ |
D | mach-smdkc100.c | 74 .hwport = 0, 81 .hwport = 1, 88 .hwport = 2, 95 .hwport = 3,
|
/linux-3.4.99/sound/pci/riptide/ |
D | riptide.c | 398 struct riptideport *hwport; member 844 struct riptideport *hwport; in sendcmd() local 850 hwport = cif->hwport; in sendcmd() 869 while (i++ < CMDIF_TIMEOUT && !IS_READY(cif->hwport)) in sendcmd() 878 cmdport = &(hwport->port[j % 2]); in sendcmd() 931 cif->cmdcnt, (int)((void *)&(cmdport->stat) - (void *)hwport), in sendcmd() 1136 READ_AUDIO_STATUS(cif->hwport), in riptide_handleirq() 1197 WRITE_PORT_ULONG(cif->hwport->port[i].data1, 0); in try_to_load_firmware() 1198 WRITE_PORT_ULONG(cif->hwport->port[i].data2, 0); in try_to_load_firmware() 1200 SET_GRESET(cif->hwport); in try_to_load_firmware() [all …]
|