Home
last modified time | relevance | path

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

/Linux-v4.19/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 …]
/Linux-v4.19/drivers/net/can/usb/peak_usb/
Dpcan_usb_pro.h44 __le32 ctrl_type; member
58 __le32 ctrl_type; member
/Linux-v4.19/net/bluetooth/bnep/
Dcore.c302 u8 type, ctrl_type; in bnep_rx_frame() local
308 ctrl_type = *(u8 *)skb->data; in bnep_rx_frame()
326 switch (ctrl_type) { in bnep_rx_frame()
/Linux-v4.19/drivers/staging/rtlwifi/btcoexist/
Dhalbtc8822b2ant.c1728 bool force_exec, u8 ctrl_type, in halbtc8822b2ant_set_ext_ant_switch() argument
1739 coex_dm->cur_ext_ant_switch_status = (ctrl_type << 8) + pos_type; in halbtc8822b2ant_set_ext_ant_switch()
1753 switch (ctrl_type) { in halbtc8822b2ant_set_ext_ant_switch()
1816 if (ctrl_type == BT_8822B_2ANT_EXT_ANT_SWITCH_CTRL_BY_BT) { in halbtc8822b2ant_set_ext_ant_switch()
Dhalbtc8822b1ant.c2062 bool force_exec, u8 ctrl_type, in halbtc8822b1ant_set_ext_ant_switch() argument
2078 coex_dm->cur_ext_ant_switch_status = (ctrl_type << 8) + pos_type; in halbtc8822b1ant_set_ext_ant_switch()
2109 switch (ctrl_type) { in halbtc8822b1ant_set_ext_ant_switch()
/Linux-v4.19/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.c28201 void wlc_phy_txpwrctrl_enable_nphy(struct brcms_phy *pi, u8 ctrl_type) in wlc_phy_txpwrctrl_enable_nphy() argument
28213 switch (ctrl_type) { in wlc_phy_txpwrctrl_enable_nphy()
28216 pi->nphy_txpwrctrl = ctrl_type; in wlc_phy_txpwrctrl_enable_nphy()
28222 if (ctrl_type == PHY_TPC_HW_OFF) { in wlc_phy_txpwrctrl_enable_nphy()
28277 ishw = (ctrl_type == PHY_TPC_HW_ON) ? 0x1 : 0x0; in wlc_phy_txpwrctrl_enable_nphy()