Home
last modified time | relevance | path

Searched refs:ctrl_type (Results 1 – 6 of 6) sorted by relevance

/drivers/mmc/host/
Ddw_mmc-exynos.c39 enum dw_mci_exynos_type ctrl_type; member
53 enum dw_mci_exynos_type ctrl_type; member
57 .ctrl_type = DW_MCI_TYPE_EXYNOS4210,
60 .ctrl_type = DW_MCI_TYPE_EXYNOS4412,
63 .ctrl_type = DW_MCI_TYPE_EXYNOS5250,
66 .ctrl_type = DW_MCI_TYPE_EXYNOS5420,
69 .ctrl_type = DW_MCI_TYPE_EXYNOS5420_SMU,
72 .ctrl_type = DW_MCI_TYPE_EXYNOS7,
75 .ctrl_type = DW_MCI_TYPE_EXYNOS7_SMU,
83 if (priv->ctrl_type == DW_MCI_TYPE_EXYNOS4412) in dw_mci_exynos_get_ciu_div()
[all …]
/drivers/net/can/usb/peak_usb/
Dpcan_usb_pro.h44 __le32 ctrl_type; member
58 __le32 ctrl_type; member
/drivers/staging/rtlwifi/btcoexist/
Dhalbtc8822b2ant.c1739 bool force_exec, u8 ctrl_type, in halbtc8822b2ant_set_ext_ant_switch() argument
1750 coex_dm->cur_ext_ant_switch_status = (ctrl_type << 8) + pos_type; in halbtc8822b2ant_set_ext_ant_switch()
1764 switch (ctrl_type) { in halbtc8822b2ant_set_ext_ant_switch()
1827 if (ctrl_type == BT_8822B_2ANT_EXT_ANT_SWITCH_CTRL_BY_BT) { in halbtc8822b2ant_set_ext_ant_switch()
Dhalbtc8822b1ant.c2073 bool force_exec, u8 ctrl_type, in halbtc8822b1ant_set_ext_ant_switch() argument
2089 coex_dm->cur_ext_ant_switch_status = (ctrl_type << 8) + pos_type; in halbtc8822b1ant_set_ext_ant_switch()
2120 switch (ctrl_type) { in halbtc8822b1ant_set_ext_ant_switch()
/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_int.h1103 void wlc_phy_txpwrctrl_enable_nphy(struct brcms_phy *pi, u8 ctrl_type);
Dphy_n.c28284 void wlc_phy_txpwrctrl_enable_nphy(struct brcms_phy *pi, u8 ctrl_type) in wlc_phy_txpwrctrl_enable_nphy() argument
28296 switch (ctrl_type) { in wlc_phy_txpwrctrl_enable_nphy()
28299 pi->nphy_txpwrctrl = ctrl_type; in wlc_phy_txpwrctrl_enable_nphy()
28305 if (ctrl_type == PHY_TPC_HW_OFF) { in wlc_phy_txpwrctrl_enable_nphy()
28360 ishw = (ctrl_type == PHY_TPC_HW_ON) ? 0x1 : 0x0; in wlc_phy_txpwrctrl_enable_nphy()