Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Ddw_mmc-exynos.c35 enum dw_mci_exynos_type ctrl_type; member
49 enum dw_mci_exynos_type ctrl_type; member
53 .ctrl_type = DW_MCI_TYPE_EXYNOS4210,
56 .ctrl_type = DW_MCI_TYPE_EXYNOS4412,
59 .ctrl_type = DW_MCI_TYPE_EXYNOS5250,
62 .ctrl_type = DW_MCI_TYPE_EXYNOS5420,
65 .ctrl_type = DW_MCI_TYPE_EXYNOS5420_SMU,
68 .ctrl_type = DW_MCI_TYPE_EXYNOS7,
71 .ctrl_type = DW_MCI_TYPE_EXYNOS7_SMU,
79 if (priv->ctrl_type == DW_MCI_TYPE_EXYNOS4412) in dw_mci_exynos_get_ciu_div()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/btc/
H A Dhalbtc8821cwifionly.c30 u8 pos_type, ctrl_type; in hal8821c_wifi_only_switch_antenna() local
62 ctrl_type = BT_8821C_WIFI_ONLY_EXT_ANT_SWITCH_CTRL_BY_ANTDIV; in hal8821c_wifi_only_switch_antenna()
64 ctrl_type = BT_8821C_WIFI_ONLY_EXT_ANT_SWITCH_CTRL_BY_BBSW; in hal8821c_wifi_only_switch_antenna()
67 switch (ctrl_type) { in hal8821c_wifi_only_switch_antenna()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/btc/
H A Dhalbtc8821cwifionly.c29 u8 pos_type, ctrl_type; in hal8821c_wifi_only_switch_antenna() local
60 ctrl_type = BT_8821C_WIFI_ONLY_EXT_ANT_SWITCH_CTRL_BY_ANTDIV; in hal8821c_wifi_only_switch_antenna()
62 ctrl_type = BT_8821C_WIFI_ONLY_EXT_ANT_SWITCH_CTRL_BY_BBSW; in hal8821c_wifi_only_switch_antenna()
65 switch (ctrl_type) { in hal8821c_wifi_only_switch_antenna()
H A Dhalbtc8821c1ant.c2345 boolean force_exec, u8 ctrl_type, in halbtc8821c1ant_set_ant_switch() argument
2359 if (((ctrl_type << 8) + pos_type) == in halbtc8821c1ant_set_ant_switch()
2364 coex_dm->cur_ext_ant_switch_status = (ctrl_type << 8) + pos_type; in halbtc8821c1ant_set_ant_switch()
2395 ctrl_type = BT_8821C_1ANT_CTRL_BY_ANTDIV; in halbtc8821c1ant_set_ant_switch()
2398 switch (ctrl_type) { in halbtc8821c1ant_set_ant_switch()
2464 if (ctrl_type == BT_8821C_1ANT_CTRL_BY_BT) { in halbtc8821c1ant_set_ant_switch()
2558 u8 u8tmp = 0, ctrl_type, pos_type; in halbtc8821c1ant_set_ant_path() local
2792 ctrl_type = BT_8821C_1ANT_CTRL_BY_BT; in halbtc8821c1ant_set_ant_path()
2795 ctrl_type = BT_8821C_1ANT_CTRL_BY_FW; in halbtc8821c1ant_set_ant_path()
2800 ctrl_type = BT_8821C_1ANT_CTRL_BY_BBSW; in halbtc8821c1ant_set_ant_path()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/btc/
H A Dhalbtc8821cwifionly.c30 u8 pos_type, ctrl_type; in hal8821c_wifi_only_switch_antenna() local
61 ctrl_type = BT_8821C_WIFI_ONLY_EXT_ANT_SWITCH_CTRL_BY_ANTDIV; in hal8821c_wifi_only_switch_antenna()
63 ctrl_type = BT_8821C_WIFI_ONLY_EXT_ANT_SWITCH_CTRL_BY_BBSW; in hal8821c_wifi_only_switch_antenna()
66 switch (ctrl_type) { in hal8821c_wifi_only_switch_antenna()
H A Dhalbtc8821c1ant.c2342 boolean force_exec, u8 ctrl_type, in halbtc8821c1ant_set_ant_switch() argument
2356 if (((ctrl_type << 8) + pos_type) == in halbtc8821c1ant_set_ant_switch()
2361 coex_dm->cur_ext_ant_switch_status = (ctrl_type << 8) + pos_type; in halbtc8821c1ant_set_ant_switch()
2392 ctrl_type = BT_8821C_1ANT_CTRL_BY_ANTDIV; in halbtc8821c1ant_set_ant_switch()
2395 switch (ctrl_type) { in halbtc8821c1ant_set_ant_switch()
2461 if (ctrl_type == BT_8821C_1ANT_CTRL_BY_BT) { in halbtc8821c1ant_set_ant_switch()
2555 u8 u8tmp = 0, ctrl_type, pos_type; in halbtc8821c1ant_set_ant_path() local
2789 ctrl_type = BT_8821C_1ANT_CTRL_BY_BT; in halbtc8821c1ant_set_ant_path()
2792 ctrl_type = BT_8821C_1ANT_CTRL_BY_FW; in halbtc8821c1ant_set_ant_path()
2797 ctrl_type = BT_8821C_1ANT_CTRL_BY_BBSW; in halbtc8821c1ant_set_ant_path()
[all …]
/OK3568_Linux_fs/kernel/sound/soc/sof/
H A Dsof-audio.c100 int ipc_cmd, ctrl_type; in sof_restore_kcontrols() local
114 ctrl_type = SOF_CTRL_TYPE_VALUE_CHAN_SET; in sof_restore_kcontrols()
116 ipc_cmd, ctrl_type, in sof_restore_kcontrols()
122 ctrl_type = SOF_CTRL_TYPE_DATA_SET; in sof_restore_kcontrols()
124 ipc_cmd, ctrl_type, in sof_restore_kcontrols()
H A Dipc.c546 static int sof_get_ctrl_copy_params(enum sof_ipc_ctrl_type ctrl_type, in sof_get_ctrl_copy_params() argument
551 switch (ctrl_type) { in sof_get_ctrl_copy_params()
654 enum sof_ipc_ctrl_type ctrl_type, in snd_sof_ipc_set_get_comp_data() argument
686 cdata->type = ctrl_type; in snd_sof_ipc_set_get_comp_data()
H A Dsof-audio.h211 enum sof_ipc_ctrl_type ctrl_type,
/OK3568_Linux_fs/kernel/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_pro.h36 __le32 ctrl_type; member
50 __le32 ctrl_type; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/
H A Dp2p.c243 if (info->ctrl_type >= P2P_MACID_CTRL_MAX) { in mac_p2p_macid_ctrl_h2c()
245 info->ctrl_type); in mac_p2p_macid_ctrl_h2c()
304 SET_WORD(info->ctrl_type, in mac_p2p_macid_ctrl_h2c()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/
H A Dp2p.c243 if (info->ctrl_type >= P2P_MACID_CTRL_MAX) { in mac_p2p_macid_ctrl_h2c()
245 info->ctrl_type); in mac_p2p_macid_ctrl_h2c()
304 SET_WORD(info->ctrl_type, in mac_p2p_macid_ctrl_h2c()
/OK3568_Linux_fs/u-boot/board/freescale/ls1046aqds/
H A Dls1046aqds.c221 int config_board_mux(int ctrl_type) in config_board_mux() argument
227 switch (ctrl_type) { in config_board_mux()
/OK3568_Linux_fs/u-boot/board/freescale/t102xrdb/
H A Dt102xrdb.h13 static u32 t1023rdb_ctrl(u32 ctrl_type);
H A Dt102xrdb.c247 static u32 t1023rdb_ctrl(u32 ctrl_type) in t1023rdb_ctrl() argument
254 switch (ctrl_type) { in t1023rdb_ctrl()
/OK3568_Linux_fs/u-boot/board/freescale/p1010rdb/
H A Dp1010rdb.c133 int config_board_mux(int ctrl_type) in config_board_mux() argument
141 switch (ctrl_type) { in config_board_mux()
178 switch (ctrl_type) { in config_board_mux()
/OK3568_Linux_fs/u-boot/board/freescale/ls1043aqds/
H A Dls1043aqds.c280 int config_board_mux(int ctrl_type) in config_board_mux() argument
286 switch (ctrl_type) { in config_board_mux()
/OK3568_Linux_fs/u-boot/board/freescale/ls2080aqds/
H A Dls2080aqds.c174 int config_board_mux(int ctrl_type) in config_board_mux() argument
180 switch (ctrl_type) { in config_board_mux()
/OK3568_Linux_fs/u-boot/board/freescale/ls2080ardb/
H A Dls2080ardb.c181 int config_board_mux(int ctrl_type) in config_board_mux() argument
188 switch (ctrl_type) { in config_board_mux()
/OK3568_Linux_fs/u-boot/board/freescale/ls1021aqds/
H A Dls1021aqds.c287 int config_board_mux(int ctrl_type) in config_board_mux() argument
294 switch (ctrl_type) { in config_board_mux()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/
H A Dcoex.h311 void rtw_coex_set_ant_switch(struct rtw_dev *rtwdev, u8 ctrl_type, u8 pos_type) in rtw_coex_set_ant_switch() argument
318 chip->ops->coex_set_ant_switch(rtwdev, ctrl_type, pos_type); in rtw_coex_set_ant_switch()
H A Dcoex.c968 u8 ctrl_type = COEX_SWITCH_CTRL_MAX; in rtw_coex_set_ant_path() local
987 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw_coex_set_ant_path()
1008 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw_coex_set_ant_path()
1021 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw_coex_set_ant_path()
1028 ctrl_type = COEX_SWITCH_CTRL_BY_BT; in rtw_coex_set_ant_path()
1041 ctrl_type = COEX_SWITCH_CTRL_BY_PTA; in rtw_coex_set_ant_path()
1054 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw_coex_set_ant_path()
1067 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw_coex_set_ant_path()
1080 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw_coex_set_ant_path()
1088 if (ctrl_type < COEX_SWITCH_CTRL_MAX && pos_type < COEX_SWITCH_TO_MAX) in rtw_coex_set_ant_path()
[all …]
H A Drtw8821c.c681 static void rtw8821c_coex_cfg_ant_switch(struct rtw_dev *rtwdev, u8 ctrl_type, in rtw8821c_coex_cfg_ant_switch() argument
687 u32 switch_status = FIELD_PREP(CTRL_TYPE_MASK, ctrl_type) | pos_type; in rtw8821c_coex_cfg_ant_switch()
697 ctrl_type == COEX_SWITCH_CTRL_BY_BBSW) in rtw8821c_coex_cfg_ant_switch()
698 ctrl_type = COEX_SWITCH_CTRL_BY_ANTDIV; in rtw8821c_coex_cfg_ant_switch()
702 switch (ctrl_type) { in rtw8821c_coex_cfg_ant_switch()
760 if (ctrl_type == COEX_SWITCH_CTRL_BY_BT) { in rtw8821c_coex_cfg_ant_switch()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/btc/
H A Dhalbtccommon.c1704 u8 ctrl_type, u8 pos_type) in rtw_btc_set_ant_switch() argument
1709 if (((ctrl_type << 8) + pos_type) == coex_dm->cur_switch_status) in rtw_btc_set_ant_switch()
1713 coex_dm->cur_switch_status = (ctrl_type << 8) + pos_type; in rtw_btc_set_ant_switch()
1727 u8 ctrl_type = BTC_SWITCH_CTRL_MAX, in rtw_btc_set_ant_path() local
1795 ctrl_type = BTC_SWITCH_CTRL_BY_BBSW; in rtw_btc_set_ant_path()
1818 ctrl_type = BTC_SWITCH_CTRL_BY_BBSW; in rtw_btc_set_ant_path()
1833 ctrl_type = BTC_SWITCH_CTRL_BY_BBSW; in rtw_btc_set_ant_path()
1844 ctrl_type = BTC_SWITCH_CTRL_BY_BT; in rtw_btc_set_ant_path()
1860 ctrl_type = BTC_SWITCH_CTRL_BY_PTA; in rtw_btc_set_ant_path()
1884 ctrl_type = BTC_SWITCH_CTRL_BY_BBSW; in rtw_btc_set_ant_path()
[all …]
/OK3568_Linux_fs/kernel/net/bluetooth/bnep/
H A 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()

12