/drivers/media/pci/ngene/ |
D | ngene-cards.c | 619 .io_type = {NGENE_IO_TSIN, NGENE_IO_TSIN}, 633 .io_type = {NGENE_IO_TSIN, NGENE_IO_TSIN}, 647 .io_type = {NGENE_IO_TSIN, NGENE_IO_TSIN, NGENE_IO_TSIN, NGENE_IO_TSIN, 662 .io_type = {NGENE_IO_TSIN, NGENE_IO_TSIN, NGENE_IO_TSIN, NGENE_IO_TSIN, 678 .io_type = {NGENE_IO_TSIN, NGENE_IO_TSIN, NGENE_IO_TSIN, NGENE_IO_TSIN, 695 .io_type = { NGENE_IO_NONE, NGENE_IO_TSIN }, 733 .io_type = {NGENE_IO_TSIN, NGENE_IO_TSIN},
|
D | ngene-core.c | 1083 int type = dev->card_info->io_type[i]; in AllocCommonBuffers() 1170 if (dev->card_info->io_type[4] & NGENE_IO_TSOUT) { in ngene_get_buffers() 1177 if (dev->card_info->io_type[2]&NGENE_IO_TSIN) { in ngene_get_buffers() 1184 if (dev->card_info->io_type[2] & NGENE_IO_AIN) { in ngene_get_buffers() 1190 if (dev->card_info->io_type[0] & NGENE_IO_HDTV) { in ngene_get_buffers() 1317 if (dev->card_info->io_type[2]&NGENE_IO_TSIN && in ngene_buffer_config() 1318 dev->card_info->io_type[3]&NGENE_IO_TSIN) { in ngene_buffer_config() 1320 if (dev->card_info->io_type[4]&NGENE_IO_TSOUT && in ngene_buffer_config() 1328 if (dev->card_info->io_type[3] == NGENE_IO_TSIN) in ngene_buffer_config() 1466 int io = ni->io_type[nr]; in init_channel()
|
D | ngene.h | 832 int io_type[MAX_STREAM]; member
|
/drivers/staging/wilc1000/ |
D | wilc_wfi_netdevice.h | 165 int io_type; member 230 int wilc_netdev_init(struct wilc **wilc, struct device *, int io_type, int gpio,
|
D | wilc_wlan.c | 468 if ((wilc->io_type & 0x1) == HIF_SPI) { in chip_wakeup() 479 } else if ((wilc->io_type & 0x1) == HIF_SDIO) { in chip_wakeup() 853 if (wilc->io_type == HIF_SDIO) in wilc_pllupdate_isr_ext() 994 if (wilc->io_type == HIF_SDIO) { in wilc_wlan_start() 997 } else if (wilc->io_type == HIF_SPI) { in wilc_wlan_start() 1007 if (wilc->io_type == HIF_SDIO && wilc->dev_irq_num) in wilc_wlan_start()
|
D | linux_wlan.c | 1231 int wilc_netdev_init(struct wilc **wilc, struct device *dev, int io_type, in wilc_netdev_init() argument 1244 wl->io_type = io_type; in wilc_netdev_init()
|
/drivers/net/wireless/broadcom/brcm80211/include/ |
D | brcmu_d11.h | 159 u8 io_type; member
|
/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | phy.h | 132 bool rtl8723be_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype);
|
/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | phy.h | 149 bool rtl92ee_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype);
|
/drivers/spi/ |
D | spi-davinci.c | 608 if (spicfg->io_type == SPI_IO_TYPE_INTR) in davinci_spi_bufs() 611 if (spicfg->io_type != SPI_IO_TYPE_DMA) { in davinci_spi_bufs() 700 if (spicfg->io_type != SPI_IO_TYPE_POLL) { in davinci_spi_bufs() 713 if (spicfg->io_type == SPI_IO_TYPE_DMA) { in davinci_spi_bufs()
|
/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | phy.h | 151 bool rtl92d_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype);
|
/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | phy.h | 198 bool rtl8723e_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype);
|
D | phy.c | 734 enum io_type iotype; in rtl8723e_phy_scan_operation_backup() 1480 bool rtl8723e_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype) in rtl8723e_phy_set_io_cmd()
|
/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
D | phy.h | 116 bool rtl92c_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype);
|
/drivers/tty/serial/8250/ |
D | 8250.h | 61 unsigned char io_type; member
|
/drivers/net/wireless/broadcom/brcm80211/brcmutil/ |
D | d11.c | 215 if (d11inf->io_type == BRCMU_D11N_IOTYPE) { in brcmu_d11_attach()
|
/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | phy.h | 229 bool rtl88e_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype);
|
/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | phy.h | 246 bool rtl8821ae_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype);
|
/drivers/net/wireless/realtek/rtlwifi/rtl8192c/ |
D | phy_common.h | 252 bool rtl92c_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype);
|
/drivers/tty/serial/ |
D | serial_core.c | 757 retinfo->io_type = uport->iotype; in uart_get_info() 817 new_info->io_type != uport->iotype || in uart_set_info() 890 uport->iotype = new_info->io_type; in uart_set_info() 2655 return snprintf(buf, PAGE_SIZE, "%d\n", tmp.io_type); in uart_get_attr_io_type() 2688 static DEVICE_ATTR(io_type, S_IRUSR | S_IRGRP, uart_get_attr_io_type, NULL);
|
D | sprd_serial.c | 496 if (port->iotype != ser->io_type) in sprd_verify_port()
|
D | bcm63xx_uart.c | 626 if (port->iotype != serinfo->io_type) in bcm_uart_verify_port()
|
D | pnx8xxx_uart.c | 621 if (ser->io_type != SERIAL_IO_MEM) in pnx8xxx_verify_port()
|
/drivers/video/fbdev/via/ |
D | hw.h | 647 int io_type);
|
D | hw.c | 981 int io_type) in viafb_load_reg() argument 1007 if (io_type == VIACR) in viafb_load_reg()
|