/Linux-v5.10/arch/arm/mach-s3c/ |
D | mach-smdk2443.c | 71 .hwport = 0, 78 .hwport = 1, 86 .hwport = 2, 93 .hwport = 3,
|
D | mach-ncp.c | 48 .hwport = 0, 55 .hwport = 1, 62 .hwport = 2,
|
D | mach-smdk2410.c | 50 .hwport = 0, 57 .hwport = 1, 64 .hwport = 2,
|
D | mach-otom.c | 45 .hwport = 0, 52 .hwport = 1, 60 .hwport = 2,
|
D | mach-vstms.c | 50 .hwport = 0, 57 .hwport = 1, 64 .hwport = 2,
|
D | mach-smdk2413.c | 52 .hwport = 0, 59 .hwport = 1, 67 .hwport = 2,
|
D | mach-nexcoder.c | 55 .hwport = 0, 62 .hwport = 1, 69 .hwport = 2,
|
D | mach-tct_hammer.c | 83 .hwport = 0, 90 .hwport = 1, 97 .hwport = 2,
|
D | mach-smdk2416.c | 90 .hwport = 0, 97 .hwport = 1, 105 .hwport = 2, 112 .hwport = 3,
|
D | mach-smdk2440.c | 74 .hwport = 0, 81 .hwport = 1, 89 .hwport = 2,
|
D | mach-real6410.c | 52 .hwport = 0, 59 .hwport = 1, 66 .hwport = 2, 73 .hwport = 3,
|
D | mach-rx3715.c | 67 .hwport = 0, 75 .hwport = 1, 84 .hwport = 2,
|
D | mach-mini6410.c | 53 .hwport = 0, 60 .hwport = 1, 67 .hwport = 2, 74 .hwport = 3,
|
D | mach-smdk6400.c | 41 .hwport = 0, 48 .hwport = 1,
|
D | mach-amlm5900.c | 102 .hwport = 0, 109 .hwport = 1, 116 .hwport = 2,
|
D | mach-hmt.c | 50 .hwport = 0, 57 .hwport = 1, 64 .hwport = 2,
|
D | mach-qt2410.c | 59 .hwport = 0, 66 .hwport = 1, 73 .hwport = 2,
|
D | init.c | 117 platdev = s3c24xx_uart_src[cfgptr->hwport]; in s3c24xx_init_uartdevs() 119 resp = res + cfgptr->hwport; in s3c24xx_init_uartdevs()
|
D | mach-vr1000.c | 107 .hwport = 0, 114 .hwport = 1, 122 .hwport = 2,
|
D | mach-anw6410.c | 66 .hwport = 0, 73 .hwport = 1,
|
D | mach-at2440evb.c | 57 .hwport = 0, 65 .hwport = 1,
|
D | mach-smartq.c | 46 .hwport = 0, 53 .hwport = 1, 60 .hwport = 2,
|
D | mach-osiris.c | 99 .hwport = 0, 107 .hwport = 1, 115 .hwport = 2,
|
/Linux-v5.10/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.10/sound/pci/riptide/ |
D | riptide.c | 384 struct riptideport *hwport; member 829 struct riptideport *hwport; in sendcmd() local 835 hwport = cif->hwport; in sendcmd() 854 while (i++ < CMDIF_TIMEOUT && !IS_READY(cif->hwport)) in sendcmd() 863 cmdport = &(hwport->port[j % 2]); in sendcmd() 916 cif->cmdcnt, (int)((void *)&(cmdport->stat) - (void *)hwport), in sendcmd() 1121 READ_AUDIO_STATUS(cif->hwport), in riptide_handleirq() 1176 WRITE_PORT_ULONG(cif->hwport->port[i].data1, 0); in try_to_load_firmware() 1177 WRITE_PORT_ULONG(cif->hwport->port[i].data2, 0); in try_to_load_firmware() 1179 SET_GRESET(cif->hwport); in try_to_load_firmware() [all …]
|