Searched refs:io_type (Results 51 - 75 of 77) sorted by relevance

1234

/linux-master/fs/f2fs/
H A Dinline.c137 .io_type = FS_DATA_IO,
H A Dgc.c1455 .io_type = FS_GC_DATA_IO,
/linux-master/drivers/tty/serial/
H A Dpic32_uart.c735 if (port->iotype != serinfo->io_type)
H A Dsprd_serial.c874 if (port->iotype != ser->io_type)
H A Dmpc52xx_uart.c1332 (ser->io_type != UPIO_MEM) ||
H A Dxilinx_uartps.c1082 if (ser->io_type != UPIO_MEM)
H A Datmel_serial.c2459 if (ser->io_type != SERIAL_IO_MEM)
H A Dimx.c1838 if (ser->io_type != UPIO_MEM)
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dphy.c1039 enum io_type iotype;
2059 bool rtl88e_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype)
H A Dhw.c586 rtl88e_phy_set_io_cmd(hw, (*(enum io_type *)val));
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.h409 enum io_type { enum
1287 enum io_type current_io_type;
H A Dbase.c2478 enum io_type iotype;
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dphy.c1165 enum io_type iotype;
2422 bool rtl8723be_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype)
H A Dhw.c623 rtl8723be_phy_set_io_cmd(hw, (*(enum io_type *)val));
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192d/
H A Dhw_common.c259 rtl92d_phy_set_io_cmd(hw, (*(enum io_type *)val));
/linux-master/drivers/tty/serial/8250/
H A D8250_core.c560 port->iotype = old_serial_port[i].io_type;
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
H A Dphy_common.c1502 bool rtl92c_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype)
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dphy.c1625 enum io_type iotype;
2938 bool rtl92ee_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype)
H A Dhw.c584 rtl92ee_phy_set_io_cmd(hw, (*(enum io_type *)val));
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dhw.c376 rtl92c_phy_set_io_cmd(hw, (*(enum io_type *)val));
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dhw.c379 rtl8723e_phy_set_io_cmd(hw, (*(enum io_type *)val));
/linux-master/drivers/tty/
H A Dtty_io.c2832 char io_type; member in struct:serial_struct32
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dhw.c1708 rtl92c_phy_set_io_cmd(hw, (*(enum io_type *)val));
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c8252 s32 io_type; local
8290 err = brcmf_fil_cmd_int_get(ifp, BRCMF_C_GET_VERSION, &io_type);
8295 cfg->d11inf.io_type = (u8)io_type;
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c3275 enum io_type iotype = IO_CMD_PAUSE_BAND0_DM_BY_SCAN;
4596 bool rtl8821ae_phy_set_io_cmd(struct ieee80211_hw *hw, enum io_type iotype)

Completed in 433 milliseconds

1234