| /Linux-v5.4/sound/pci/rme9652/ |
| D | hdsp.c | 459 enum HDSP_IO_Type io_type; /* ditto, but for code use */ member 612 switch (hdsp->io_type) { in hdsp_playback_to_output_key() 630 switch (hdsp->io_type) { in hdsp_input_to_output_key() 660 if (hdsp->io_type == H9652 || hdsp->io_type == H9632) return 0; in hdsp_check_for_iobox() 683 if (hdsp->io_type == H9652 || hdsp->io_type == H9632) in hdsp_wait_for_iobox() 789 hdsp->io_type = Digiface; in hdsp_get_iobox_version() 806 hdsp->io_type = RPM; in hdsp_get_iobox_version() 812 hdsp->io_type = RPM; in hdsp_get_iobox_version() 814 hdsp->io_type = Multiface; in hdsp_get_iobox_version() 816 hdsp->io_type = Digiface; in hdsp_get_iobox_version() [all …]
|
| D | hdspm.c | 991 uint8_t io_type; member 1124 return ((AIO == hdspm->io_type) || (RayDAT == hdspm->io_type)); in hdspm_is_raydat_or_aio() 1253 switch (hdspm->io_type) { in hdspm_external_sample_rate() 1461 if ((7 == n) && (RayDAT == hdspm->io_type || AIO == hdspm->io_type)) in hdspm_get_latency() 1480 switch (hdspm->io_type) { in hdspm_hw_pointer() 1569 switch (hdspm->io_type) { in hdspm_calc_dds_value() 1602 switch (hdspm->io_type) { in hdspm_set_dds_value() 1747 if (AES32 == hdspm->io_type && rate != current_rate) in hdspm_set_rate() 2061 if (MADIface == hdspm->io_type) { in snd_hdspm_create_midi() 2084 } else if ((2 == id) && (MADI == hdspm->io_type)) { in snd_hdspm_create_midi() [all …]
|
| /Linux-v5.4/drivers/platform/chrome/ |
| D | cros_ec_lpc_mec.c | 72 u8 cros_ec_lpc_io_bytes_mec(enum cros_ec_lpc_mec_io_type io_type, in cros_ec_lpc_io_bytes_mec() argument 104 if (io_type == MEC_IO_READ) in cros_ec_lpc_io_bytes_mec() 121 if (length - i < 4 && io_type == MEC_IO_WRITE) in cros_ec_lpc_io_bytes_mec()
|
| D | cros_ec_lpc_mec.h | 76 u8 cros_ec_lpc_io_bytes_mec(enum cros_ec_lpc_mec_io_type io_type,
|
| /Linux-v5.4/include/linux/platform_data/ |
| D | spi-davinci.h | 65 u8 io_type; member
|
| /Linux-v5.4/drivers/staging/wilc1000/ |
| D | wilc_wfi_cfgoperations.h | 12 int wilc_cfg80211_init(struct wilc **wilc, struct device *dev, int io_type,
|
| D | wilc_wlan.c | 407 if ((wilc->io_type & 0x1) == WILC_HIF_SPI) { in chip_wakeup() 418 } else if ((wilc->io_type & 0x1) == WILC_HIF_SDIO) { in chip_wakeup() 877 if (wilc->io_type == WILC_HIF_SDIO) { in wilc_wlan_start() 880 } else if (wilc->io_type == WILC_HIF_SPI) { in wilc_wlan_start() 890 if (wilc->io_type == WILC_HIF_SDIO && wilc->dev_irq_num) in wilc_wlan_start()
|
| D | wilc_wfi_netdevice.h | 216 int io_type; member
|
| /Linux-v5.4/include/uapi/sound/ |
| D | hdsp.h | 83 enum HDSP_IO_Type io_type; member
|
| /Linux-v5.4/drivers/media/pci/ngene/ |
| D | ngene-core.c | 1058 int type = dev->card_info->io_type[i]; in AllocCommonBuffers() 1145 if (dev->card_info->io_type[4] & NGENE_IO_TSOUT) { in ngene_get_buffers() 1152 if (dev->card_info->io_type[2]&NGENE_IO_TSIN) { in ngene_get_buffers() 1159 if (dev->card_info->io_type[2] & NGENE_IO_AIN) { in ngene_get_buffers() 1165 if (dev->card_info->io_type[0] & NGENE_IO_HDTV) { in ngene_get_buffers() 1290 if (dev->card_info->io_type[2]&NGENE_IO_TSIN && in ngene_buffer_config() 1291 dev->card_info->io_type[3]&NGENE_IO_TSIN) { in ngene_buffer_config() 1293 if (dev->card_info->io_type[4]&NGENE_IO_TSOUT && in ngene_buffer_config() 1301 if (dev->card_info->io_type[3] == NGENE_IO_TSIN) in ngene_buffer_config() 1446 int io = ni->io_type[nr]; in init_channel()
|
| D | ngene-cards.c | 1032 .io_type = {NGENE_IO_TSIN, NGENE_IO_TSIN}, 1046 .io_type = {NGENE_IO_TSIN, NGENE_IO_TSIN}, 1060 .io_type = {NGENE_IO_TSIN, NGENE_IO_TSIN, NGENE_IO_TSIN, NGENE_IO_TSIN, 1075 .io_type = {NGENE_IO_TSIN, NGENE_IO_TSIN, NGENE_IO_TSIN, NGENE_IO_TSIN, 1091 .io_type = {NGENE_IO_TSIN, NGENE_IO_TSIN, NGENE_IO_TSIN, NGENE_IO_TSIN, 1108 .io_type = { NGENE_IO_NONE, NGENE_IO_TSIN }, 1146 .io_type = {NGENE_IO_TSIN, NGENE_IO_TSIN},
|
| /Linux-v5.4/include/uapi/linux/ |
| D | serial.h | 29 char io_type; member
|
| /Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/include/ |
| D | brcmu_d11.h | 148 u8 io_type; member
|
| /Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
| D | phy.h | 110 bool rtl8723be_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype);
|
| /Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
| D | phy.h | 127 bool rtl92ee_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype);
|
| /Linux-v5.4/drivers/spi/ |
| D | spi-davinci.c | 402 spicfg->io_type = SPI_IO_TYPE_DMA; in davinci_spi_of_setup() 458 can_dma = (spicfg->io_type == SPI_IO_TYPE_DMA) && in davinci_spi_can_dma() 603 if (spicfg->io_type != SPI_IO_TYPE_POLL) in davinci_spi_bufs() 670 if (spicfg->io_type != SPI_IO_TYPE_POLL) { in davinci_spi_bufs()
|
| /Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
| D | phy.h | 125 bool rtl92d_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype);
|
| /Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
| D | phy.h | 90 bool rtl92c_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype);
|
| /Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
| D | phy.h | 176 bool rtl8723e_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype);
|
| /Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
| D | phy.h | 207 bool rtl88e_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype);
|
| /Linux-v5.4/fs/orangefs/ |
| D | upcall.h | 23 enum ORANGEFS_io_type io_type; member
|
| /Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
| D | phy.h | 224 bool rtl8821ae_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype);
|
| /Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmutil/ |
| D | d11.c | 239 if (d11inf->io_type == BRCMU_D11N_IOTYPE) { in brcmu_d11_attach()
|
| /Linux-v5.4/drivers/tty/serial/8250/ |
| D | 8250.h | 59 unsigned char io_type; member
|
| /Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8192c/ |
| D | phy_common.h | 226 bool rtl92c_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype);
|