/Linux-v5.4/arch/arm/mach-s3c24xx/ |
D | mach-smdk2443.c | 74 .hwport = 0, 81 .hwport = 1, 89 .hwport = 2, 96 .hwport = 3,
|
D | mach-smdk2410.c | 50 .hwport = 0, 57 .hwport = 1, 64 .hwport = 2,
|
D | mach-otom.c | 46 .hwport = 0, 53 .hwport = 1, 61 .hwport = 2,
|
D | mach-smdk2413.c | 53 .hwport = 0, 60 .hwport = 1, 68 .hwport = 2,
|
D | mach-tct_hammer.c | 84 .hwport = 0, 91 .hwport = 1, 98 .hwport = 2,
|
D | mach-vstms.c | 51 .hwport = 0, 58 .hwport = 1, 65 .hwport = 2,
|
D | mach-nexcoder.c | 57 .hwport = 0, 64 .hwport = 1, 71 .hwport = 2,
|
D | mach-smdk2416.c | 92 .hwport = 0, 99 .hwport = 1, 107 .hwport = 2, 114 .hwport = 3,
|
D | mach-smdk2440.c | 75 .hwport = 0, 82 .hwport = 1, 90 .hwport = 2,
|
D | mach-rx3715.c | 69 .hwport = 0, 77 .hwport = 1, 86 .hwport = 2,
|
D | mach-amlm5900.c | 105 .hwport = 0, 112 .hwport = 1, 119 .hwport = 2,
|
D | mach-qt2410.c | 62 .hwport = 0, 69 .hwport = 1, 76 .hwport = 2,
|
D | mach-vr1000.c | 107 .hwport = 0, 114 .hwport = 1, 122 .hwport = 2,
|
D | mach-at2440evb.c | 60 .hwport = 0, 68 .hwport = 1,
|
D | mach-gta02.c | 108 .hwport = 0, 115 .hwport = 1, 122 .hwport = 2,
|
/Linux-v5.4/arch/arm/mach-s3c64xx/ |
D | mach-ncp.c | 50 .hwport = 0, 57 .hwport = 1, 64 .hwport = 2,
|
D | mach-real6410.c | 53 .hwport = 0, 60 .hwport = 1, 67 .hwport = 2, 74 .hwport = 3,
|
D | mach-mini6410.c | 54 .hwport = 0, 61 .hwport = 1, 68 .hwport = 2, 75 .hwport = 3,
|
D | mach-smdk6400.c | 43 .hwport = 0, 50 .hwport = 1,
|
D | mach-hmt.c | 52 .hwport = 0, 59 .hwport = 1, 66 .hwport = 2,
|
D | mach-anw6410.c | 68 .hwport = 0, 75 .hwport = 1,
|
D | mach-smartq.c | 48 .hwport = 0, 55 .hwport = 1, 62 .hwport = 2,
|
/Linux-v5.4/sound/drivers/ |
D | mtpav.c | 116 u8 hwport; member 181 static int translate_hwport_to_subdevice(struct mtpav *chip, int hwport) in translate_hwport_to_subdevice() argument 184 if (hwport <= 0x00) /* all ports */ in translate_hwport_to_subdevice() 186 else if (hwport <= 0x08) { /* single port */ in translate_hwport_to_subdevice() 187 p = hwport - 1; in translate_hwport_to_subdevice() 191 } else if (hwport <= 0x10) { /* remote port */ in translate_hwport_to_subdevice() 192 p = hwport - 0x09 + chip->num_ports; in translate_hwport_to_subdevice() 196 } else if (hwport == 0x11) /* computer port */ in translate_hwport_to_subdevice() 284 if (portp->hwport != mtp_card->outmidihwport) { in snd_mtpav_output_port_write() 285 mtp_card->outmidihwport = portp->hwport; in snd_mtpav_output_port_write() [all …]
|
/Linux-v5.4/sound/pci/riptide/ |
D | riptide.c | 384 struct riptideport *hwport; member 830 struct riptideport *hwport; in sendcmd() local 836 hwport = cif->hwport; in sendcmd() 855 while (i++ < CMDIF_TIMEOUT && !IS_READY(cif->hwport)) in sendcmd() 864 cmdport = &(hwport->port[j % 2]); in sendcmd() 917 cif->cmdcnt, (int)((void *)&(cmdport->stat) - (void *)hwport), in sendcmd() 1122 READ_AUDIO_STATUS(cif->hwport), in riptide_handleirq() 1175 WRITE_PORT_ULONG(cif->hwport->port[i].data1, 0); in try_to_load_firmware() 1176 WRITE_PORT_ULONG(cif->hwport->port[i].data2, 0); in try_to_load_firmware() 1178 SET_GRESET(cif->hwport); in try_to_load_firmware() [all …]
|
/Linux-v5.4/arch/arm/plat-samsung/ |
D | init.c | 117 platdev = s3c24xx_uart_src[cfgptr->hwport]; in s3c24xx_init_uartdevs() 119 resp = res + cfgptr->hwport; in s3c24xx_init_uartdevs()
|