Home
last modified time | relevance | path

Searched refs:io_type (Results 1 – 25 of 81) sorted by relevance

1234

/kernel/linux/linux-5.10/sound/pci/rme9652/
Dhdsp.c459 enum HDSP_IO_Type io_type; /* ditto, but for code use */ member
607 switch (hdsp->io_type) { in hdsp_playback_to_output_key()
625 switch (hdsp->io_type) { in hdsp_input_to_output_key()
655 if (hdsp->io_type == H9652 || hdsp->io_type == H9632) return 0; in hdsp_check_for_iobox()
678 if (hdsp->io_type == H9652 || hdsp->io_type == H9632) in hdsp_wait_for_iobox()
784 hdsp->io_type = Digiface; in hdsp_get_iobox_version()
801 hdsp->io_type = RPM; in hdsp_get_iobox_version()
807 hdsp->io_type = RPM; in hdsp_get_iobox_version()
809 hdsp->io_type = Multiface; in hdsp_get_iobox_version()
811 hdsp->io_type = Digiface; in hdsp_get_iobox_version()
[all …]
Dhdspm.c991 uint8_t io_type; member
1128 return ((AIO == hdspm->io_type) || (RayDAT == hdspm->io_type)); in hdspm_is_raydat_or_aio()
1257 switch (hdspm->io_type) { in hdspm_external_sample_rate()
1465 if ((7 == n) && (RayDAT == hdspm->io_type || AIO == hdspm->io_type)) in hdspm_get_latency()
1484 switch (hdspm->io_type) { in hdspm_hw_pointer()
1573 switch (hdspm->io_type) { in hdspm_calc_dds_value()
1606 switch (hdspm->io_type) { in hdspm_set_dds_value()
1751 if (AES32 == hdspm->io_type && rate != current_rate) in hdspm_set_rate()
2065 if (MADIface == hdspm->io_type) { in snd_hdspm_create_midi()
2088 } else if ((2 == id) && (MADI == hdspm->io_type)) { in snd_hdspm_create_midi()
[all …]
/kernel/linux/linux-5.10/drivers/platform/chrome/
Dcros_ec_lpc_mec.c72 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()
Dcros_ec_lpc_mec.h76 u8 cros_ec_lpc_io_bytes_mec(enum cros_ec_lpc_mec_io_type io_type,
/kernel/linux/linux-5.10/include/linux/platform_data/
Dspi-davinci.h65 u8 io_type; member
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/
Dcfg80211.h12 int wilc_cfg80211_init(struct wilc **wilc, struct device *dev, int io_type,
Dwlan.c409 if (wilc->io_type == WILC_HIF_SPI) { in chip_wakeup()
422 } else if (wilc->io_type == WILC_HIF_SDIO) { in chip_wakeup()
868 if (wilc->io_type == WILC_HIF_SDIO) { in wilc_wlan_start()
871 } else if (wilc->io_type == WILC_HIF_SPI) { in wilc_wlan_start()
881 if (wilc->io_type == WILC_HIF_SDIO && wilc->dev_irq_num) in wilc_wlan_start()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
Dhdsp.h73 enum HDSP_IO_Type io_type; member
/kernel/linux/linux-5.10/include/uapi/sound/
Dhdsp.h85 enum HDSP_IO_Type io_type; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
Dhdsp.h59 enum HDSP_IO_Type io_type; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dserial.h20 char io_type; member
/kernel/linux/linux-5.10/drivers/media/pci/ngene/
Dngene-core.c1058 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()
Dngene-cards.c1032 .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},
/kernel/linux/linux-5.10/include/uapi/linux/
Dserial.h29 char io_type; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dserial.h33 char io_type; member
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/include/
Dbrcmu_d11.h148 u8 io_type; member
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dphy.h110 bool rtl8723be_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype);
/kernel/linux/linux-5.10/fs/f2fs/
Dcompress.c1140 enum iostat_type io_type) in f2fs_write_compressed_pages() argument
1156 .io_type = io_type, in f2fs_write_compressed_pages()
1361 enum iostat_type io_type) in f2fs_write_raw_pages() argument
1404 NULL, NULL, wbc, io_type, in f2fs_write_raw_pages()
1438 enum iostat_type io_type) in f2fs_write_multi_pages() argument
1453 wbc, io_type); in f2fs_write_multi_pages()
1461 err = f2fs_write_raw_pages(cc, submitted, wbc, io_type); in f2fs_write_multi_pages()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dphy.h127 bool rtl92ee_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype);
/kernel/linux/linux-5.10/drivers/spi/
Dspi-davinci.c397 spicfg->io_type = SPI_IO_TYPE_DMA; in davinci_spi_of_setup()
453 can_dma = (spicfg->io_type == SPI_IO_TYPE_DMA) && in davinci_spi_can_dma()
597 if (spicfg->io_type != SPI_IO_TYPE_POLL) in davinci_spi_bufs()
664 if (spicfg->io_type != SPI_IO_TYPE_POLL) { in davinci_spi_bufs()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dphy.h125 bool rtl92d_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype);
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dphy.h176 bool rtl8723e_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype);
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
Dphy.h90 bool rtl92c_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype);
/kernel/linux/linux-5.10/fs/orangefs/
Dupcall.h23 enum ORANGEFS_io_type io_type; member
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dphy.h207 bool rtl88e_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype);

1234