/openbmc/linux/drivers/mmc/host/ |
H A D | dw_mmc-exynos.c | 36 enum dw_mci_exynos_type ctrl_type; member 50 enum dw_mci_exynos_type ctrl_type; member 54 .ctrl_type = DW_MCI_TYPE_EXYNOS4210, 57 .ctrl_type = DW_MCI_TYPE_EXYNOS4412, 60 .ctrl_type = DW_MCI_TYPE_EXYNOS5250, 63 .ctrl_type = DW_MCI_TYPE_EXYNOS5420, 66 .ctrl_type = DW_MCI_TYPE_EXYNOS5420_SMU, 69 .ctrl_type = DW_MCI_TYPE_EXYNOS7, 72 .ctrl_type = DW_MCI_TYPE_EXYNOS7_SMU, 75 .ctrl_type = DW_MCI_TYPE_ARTPEC8, [all …]
|
/openbmc/linux/drivers/net/can/usb/peak_usb/ |
H A D | pcan_usb_pro.h | 36 __le32 ctrl_type; member 50 __le32 ctrl_type; member
|
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | hyperv.c | 395 static u32 evmcs_get_supported_ctls(enum evmcs_ctrl_type ctrl_type) in evmcs_get_supported_ctls() argument 399 return evmcs_supported_ctrls[ctrl_type][evmcs_rev]; in evmcs_get_supported_ctls() 463 static bool nested_evmcs_is_valid_controls(enum evmcs_ctrl_type ctrl_type, in nested_evmcs_is_valid_controls() argument 466 return !(val & ~evmcs_get_supported_ctls(ctrl_type)); in nested_evmcs_is_valid_controls()
|
/openbmc/u-boot/board/freescale/t102xrdb/ |
H A D | t102xrdb.h | 12 static u32 t1023rdb_ctrl(u32 ctrl_type);
|
H A D | t102xrdb.c | 246 static u32 t1023rdb_ctrl(u32 ctrl_type) in t1023rdb_ctrl() argument 253 switch (ctrl_type) { in t1023rdb_ctrl()
|
/openbmc/u-boot/board/freescale/ls2080aqds/ |
H A D | ls2080aqds.c | 173 int config_board_mux(int ctrl_type) in config_board_mux() argument 179 switch (ctrl_type) { in config_board_mux()
|
/openbmc/u-boot/board/freescale/p1010rdb/ |
H A D | p1010rdb.c | 132 int config_board_mux(int ctrl_type) in config_board_mux() argument 140 switch (ctrl_type) { in config_board_mux() 177 switch (ctrl_type) { in config_board_mux()
|
/openbmc/u-boot/board/freescale/ls1046aqds/ |
H A D | ls1046aqds.c | 360 int config_board_mux(int ctrl_type) in config_board_mux() argument 366 switch (ctrl_type) { in config_board_mux()
|
/openbmc/u-boot/board/freescale/ls1021aqds/ |
H A D | ls1021aqds.c | 277 int config_board_mux(int ctrl_type) in config_board_mux() argument 284 switch (ctrl_type) { in config_board_mux()
|
/openbmc/linux/sound/soc/sof/ |
H A D | ipc3-control.c | 21 enum sof_ipc_ctrl_type ctrl_type; in sof_ipc3_set_get_kcontrol_data() local 61 ctrl_type = set ? SOF_CTRL_TYPE_DATA_SET : SOF_CTRL_TYPE_DATA_GET; in sof_ipc3_set_get_kcontrol_data() 64 ctrl_type = set ? SOF_CTRL_TYPE_VALUE_CHAN_SET : SOF_CTRL_TYPE_VALUE_CHAN_GET; in sof_ipc3_set_get_kcontrol_data() 68 cdata->type = ctrl_type; in sof_ipc3_set_get_kcontrol_data()
|
H A D | ipc3-topology.c | 27 int ctrl_type; member 845 wdata[i].ctrl_type = SOF_CTRL_TYPE_VALUE_CHAN_SET; in sof_get_control_data() 849 wdata[i].ctrl_type = SOF_CTRL_TYPE_DATA_SET; in sof_get_control_data()
|
/openbmc/u-boot/board/freescale/ls1043aqds/ |
H A D | ls1043aqds.c | 418 int config_board_mux(int ctrl_type) in config_board_mux() argument 424 switch (ctrl_type) { in config_board_mux()
|
/openbmc/u-boot/board/freescale/ls2080ardb/ |
H A D | ls2080ardb.c | 180 int config_board_mux(int ctrl_type) in config_board_mux() argument 187 switch (ctrl_type) { in config_board_mux()
|
/openbmc/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | coex.h | 336 void rtw_coex_set_ant_switch(struct rtw_dev *rtwdev, u8 ctrl_type, u8 pos_type) in rtw_coex_set_ant_switch() argument 343 chip->ops->coex_set_ant_switch(rtwdev, ctrl_type, pos_type); in rtw_coex_set_ant_switch()
|
H A D | rtw8821c.c | 807 static void rtw8821c_coex_cfg_ant_switch(struct rtw_dev *rtwdev, u8 ctrl_type, in rtw8821c_coex_cfg_ant_switch() argument 813 u32 switch_status = FIELD_PREP(CTRL_TYPE_MASK, ctrl_type) | pos_type; in rtw8821c_coex_cfg_ant_switch() 821 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw8821c_coex_cfg_ant_switch() 832 ctrl_type == COEX_SWITCH_CTRL_BY_BBSW) in rtw8821c_coex_cfg_ant_switch() 833 ctrl_type = COEX_SWITCH_CTRL_BY_ANTDIV; in rtw8821c_coex_cfg_ant_switch() 837 switch (ctrl_type) { in rtw8821c_coex_cfg_ant_switch() 895 if (ctrl_type == COEX_SWITCH_CTRL_BY_BT) { in rtw8821c_coex_cfg_ant_switch()
|
H A D | coex.c | 1265 u8 ctrl_type = COEX_SWITCH_CTRL_MAX; in rtw_coex_set_ant_path() local 1290 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw_coex_set_ant_path() 1313 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw_coex_set_ant_path() 1328 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw_coex_set_ant_path() 1337 ctrl_type = COEX_SWITCH_CTRL_BY_BT; in rtw_coex_set_ant_path() 1352 ctrl_type = COEX_SWITCH_CTRL_BY_PTA; in rtw_coex_set_ant_path() 1368 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw_coex_set_ant_path() 1384 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw_coex_set_ant_path() 1399 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw_coex_set_ant_path() 1407 if (ctrl_type < COEX_SWITCH_CTRL_MAX && pos_type < COEX_SWITCH_TO_MAX && in rtw_coex_set_ant_path() [all …]
|
H A D | rtw8822b.c | 1162 u8 ctrl_type, u8 pos_type) in rtw8822b_coex_cfg_ant_switch() argument 1170 if (((ctrl_type << 8) + pos_type) == coex_dm->cur_switch_status) in rtw8822b_coex_cfg_ant_switch() 1173 coex_dm->cur_switch_status = (ctrl_type << 8) + pos_type; in rtw8822b_coex_cfg_ant_switch() 1176 ctrl_type == COEX_SWITCH_CTRL_BY_BBSW) in rtw8822b_coex_cfg_ant_switch() 1177 ctrl_type = COEX_SWITCH_CTRL_BY_ANTDIV; in rtw8822b_coex_cfg_ant_switch() 1181 switch (ctrl_type) { in rtw8822b_coex_cfg_ant_switch()
|
H A D | main.h | 886 u8 ctrl_type, u8 pos_type);
|
/openbmc/linux/net/bluetooth/bnep/ |
H A D | core.c | 302 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()
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_int.h | 1085 void wlc_phy_txpwrctrl_enable_nphy(struct brcms_phy *pi, u8 ctrl_type);
|
H A D | phy_n.c | 28162 void wlc_phy_txpwrctrl_enable_nphy(struct brcms_phy *pi, u8 ctrl_type) in wlc_phy_txpwrctrl_enable_nphy() argument 28174 switch (ctrl_type) { in wlc_phy_txpwrctrl_enable_nphy() 28177 pi->nphy_txpwrctrl = ctrl_type; in wlc_phy_txpwrctrl_enable_nphy() 28183 if (ctrl_type == PHY_TPC_HW_OFF) { in wlc_phy_txpwrctrl_enable_nphy() 28238 ishw = (ctrl_type == PHY_TPC_HW_ON) ? 0x1 : 0x0; in wlc_phy_txpwrctrl_enable_nphy()
|