/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 | 69 u8 cros_ec_lpc_io_bytes_mec(enum cros_ec_lpc_mec_io_type io_type,
|
/drivers/scsi/elx/efct/ |
D | efct_scsi.c | 58 io->io_type = EFCT_IO_TYPE_IO; in efct_scsi_io_alloc() 300 switch (io->io_type) { in efct_scsi_io_dispatch_hw_io() 323 scsi_io_printf(io, "Unknown IO type=%d\n", io->io_type); in efct_scsi_io_dispatch_hw_io() 335 switch (io->io_type) { in efct_scsi_io_dispatch_no_hw_io() 381 scsi_io_printf(io, "Unknown IO type=%d\n", io->io_type); in efct_scsi_io_dispatch_no_hw_io() 410 if (io->io_type == EFCT_IO_TYPE_ABORT) { in efct_scsi_dispatch_pending() 491 if (io->io_type == EFCT_IO_TYPE_ABORT && io->io_to_abort->hio) { in efct_scsi_check_pending() 897 io->io_type = EFCT_IO_TYPE_BLS_RESP; in efct_target_send_bls_resp() 928 io->io_type = EFCT_IO_TYPE_BLS_RESP; in efct_bls_send_rjt() 1132 abort_io->io_type = EFCT_IO_TYPE_ABORT; in efct_scsi_tgt_abort_io()
|
D | efct_io.h | 118 enum efct_io_type io_type; member
|
D | efct_io.c | 126 io->io_type = EFCT_IO_TYPE_MAX; in efct_io_pool_io_alloc()
|
/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 | 1028 .io_type = {NGENE_IO_TSIN, NGENE_IO_TSIN}, 1042 .io_type = {NGENE_IO_TSIN, NGENE_IO_TSIN}, 1056 .io_type = {NGENE_IO_TSIN, NGENE_IO_TSIN, NGENE_IO_TSIN, NGENE_IO_TSIN, 1071 .io_type = {NGENE_IO_TSIN, NGENE_IO_TSIN, NGENE_IO_TSIN, NGENE_IO_TSIN, 1087 .io_type = {NGENE_IO_TSIN, NGENE_IO_TSIN, NGENE_IO_TSIN, NGENE_IO_TSIN, 1104 .io_type = { NGENE_IO_NONE, NGENE_IO_TSIN }, 1142 .io_type = {NGENE_IO_TSIN, NGENE_IO_TSIN},
|
/drivers/net/wireless/microchip/wilc1000/ |
D | cfg80211.h | 11 int wilc_cfg80211_init(struct wilc **wilc, struct device *dev, int io_type,
|
D | wlan.c | 573 if (wilc->io_type == WILC_HIF_SDIO) { in chip_allow_sleep() 632 if (wilc->io_type == WILC_HIF_SDIO) { in chip_wakeup() 679 if (wilc->io_type == WILC_HIF_SPI) in chip_wakeup() 1153 if (wilc->io_type == WILC_HIF_SDIO) { in wilc_wlan_start() 1156 } else if (wilc->io_type == WILC_HIF_SPI) { in wilc_wlan_start() 1165 if (wilc->io_type == WILC_HIF_SDIO && wilc->dev_irq_num) in wilc_wlan_start()
|
D | netdev.h | 202 int io_type; member
|
/drivers/net/wireless/broadcom/brcm80211/include/ |
D | brcmu_d11.h | 148 u8 io_type; member
|
/drivers/spi/ |
D | spi-davinci.c | 396 spicfg->io_type = SPI_IO_TYPE_DMA; in davinci_spi_of_setup() 452 can_dma = (spicfg->io_type == SPI_IO_TYPE_DMA) && in davinci_spi_can_dma() 596 if (spicfg->io_type != SPI_IO_TYPE_POLL) in davinci_spi_bufs() 663 if (spicfg->io_type != SPI_IO_TYPE_POLL) { in davinci_spi_bufs()
|
/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | phy.h | 110 bool rtl8723be_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype);
|
/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | phy.h | 127 bool rtl92ee_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype);
|
/drivers/scsi/elx/libefc/ |
D | efc_els.c | 257 enum efc_disc_io_type io_type) in efc_els_send_req() argument 267 els->io.io_type = io_type; in efc_els_send_req() 363 els->io.io_type = EFC_DISC_IO_ELS_RESP; in efc_els_send_rsp() 1052 els->io.io_type = EFC_DISC_IO_CT_RESP; in efc_send_ct_rsp()
|
D | efclib.h | 472 enum efc_disc_io_type io_type; /* EFC_DISC_IO_TYPE enum*/ member
|
/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
D | phy.h | 90 bool rtl92c_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype);
|
/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | phy.h | 125 bool rtl92d_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype);
|
/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | phy.h | 176 bool rtl8723e_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype);
|
/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | phy.h | 207 bool rtl88e_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype);
|
/drivers/net/wireless/broadcom/brcm80211/brcmutil/ |
D | d11.c | 239 if (d11inf->io_type == BRCMU_D11N_IOTYPE) { in brcmu_d11_attach()
|
/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | phy.h | 224 bool rtl8821ae_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype);
|
/drivers/net/wireless/realtek/rtlwifi/rtl8192c/ |
D | phy_common.h | 225 bool rtl92c_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype);
|
/drivers/tty/serial/8250/ |
D | 8250.h | 62 unsigned char io_type; member
|
/drivers/video/fbdev/via/ |
D | hw.h | 633 int io_type);
|