Searched refs:ctrl_type (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/mmc/host/ |
A D | dw_mmc-exynos.c | 35 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, 84 priv->ctrl_type == DW_MCI_TYPE_EXYNOS7_SMU) in dw_mci_exynos_get_ciu_div() [all …]
|
/linux/drivers/net/can/usb/peak_usb/ |
A D | pcan_usb_pro.h | 36 __le32 ctrl_type; member 50 __le32 ctrl_type; member
|
/linux/sound/soc/sof/ |
A D | sof-audio.c | 17 int ipc_cmd, ctrl_type; in sof_kcontrol_setup() local 29 ctrl_type = SOF_CTRL_TYPE_VALUE_CHAN_SET; in sof_kcontrol_setup() 33 ctrl_type = SOF_CTRL_TYPE_DATA_SET; in sof_kcontrol_setup() 39 ret = snd_sof_ipc_set_get_comp_data(scontrol, ipc_cmd, ctrl_type, scontrol->cmd, true); in sof_kcontrol_setup()
|
A D | ipc.c | 637 static int sof_get_ctrl_copy_params(enum sof_ipc_ctrl_type ctrl_type, in sof_get_ctrl_copy_params() argument 642 switch (ctrl_type) { in sof_get_ctrl_copy_params() 745 enum sof_ipc_ctrl_type ctrl_type, in snd_sof_ipc_set_get_comp_data() argument 803 cdata->type = ctrl_type; in snd_sof_ipc_set_get_comp_data()
|
A D | sof-audio.h | 250 enum sof_ipc_ctrl_type ctrl_type,
|
A D | topology.c | 51 int ctrl_type; member 2147 wdata[i].ctrl_type = SOF_CTRL_TYPE_VALUE_CHAN_SET; in sof_get_control_data() 2151 wdata[i].ctrl_type = SOF_CTRL_TYPE_DATA_SET; in sof_get_control_data()
|
/linux/drivers/net/wireless/realtek/rtw88/ |
A D | coex.h | 334 void rtw_coex_set_ant_switch(struct rtw_dev *rtwdev, u8 ctrl_type, u8 pos_type) in rtw_coex_set_ant_switch() argument 341 chip->ops->coex_set_ant_switch(rtwdev, ctrl_type, pos_type); in rtw_coex_set_ant_switch()
|
A D | rtw8821c.c | 768 static void rtw8821c_coex_cfg_ant_switch(struct rtw_dev *rtwdev, u8 ctrl_type, in rtw8821c_coex_cfg_ant_switch() argument 774 u32 switch_status = FIELD_PREP(CTRL_TYPE_MASK, ctrl_type) | pos_type; in rtw8821c_coex_cfg_ant_switch() 782 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw8821c_coex_cfg_ant_switch() 793 ctrl_type == COEX_SWITCH_CTRL_BY_BBSW) in rtw8821c_coex_cfg_ant_switch() 794 ctrl_type = COEX_SWITCH_CTRL_BY_ANTDIV; in rtw8821c_coex_cfg_ant_switch() 798 switch (ctrl_type) { in rtw8821c_coex_cfg_ant_switch() 856 if (ctrl_type == COEX_SWITCH_CTRL_BY_BT) { in rtw8821c_coex_cfg_ant_switch()
|
A D | coex.c | 1217 u8 ctrl_type = COEX_SWITCH_CTRL_MAX; in rtw_coex_set_ant_path() local 1242 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw_coex_set_ant_path() 1265 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw_coex_set_ant_path() 1280 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw_coex_set_ant_path() 1289 ctrl_type = COEX_SWITCH_CTRL_BY_BT; in rtw_coex_set_ant_path() 1304 ctrl_type = COEX_SWITCH_CTRL_BY_PTA; in rtw_coex_set_ant_path() 1320 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw_coex_set_ant_path() 1336 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw_coex_set_ant_path() 1351 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw_coex_set_ant_path() 1359 if (ctrl_type < COEX_SWITCH_CTRL_MAX && pos_type < COEX_SWITCH_TO_MAX && in rtw_coex_set_ant_path() [all …]
|
A D | rtw8822b.c | 1142 u8 ctrl_type, u8 pos_type) in rtw8822b_coex_cfg_ant_switch() argument 1150 if (((ctrl_type << 8) + pos_type) == coex_dm->cur_switch_status) in rtw8822b_coex_cfg_ant_switch() 1153 coex_dm->cur_switch_status = (ctrl_type << 8) + pos_type; in rtw8822b_coex_cfg_ant_switch() 1156 ctrl_type == COEX_SWITCH_CTRL_BY_BBSW) in rtw8822b_coex_cfg_ant_switch() 1157 ctrl_type = COEX_SWITCH_CTRL_BY_ANTDIV; in rtw8822b_coex_cfg_ant_switch() 1161 switch (ctrl_type) { in rtw8822b_coex_cfg_ant_switch()
|
A D | main.h | 875 u8 ctrl_type, u8 pos_type);
|
/linux/net/bluetooth/bnep/ |
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()
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
A D | phy_int.h | 1085 void wlc_phy_txpwrctrl_enable_nphy(struct brcms_phy *pi, u8 ctrl_type);
|
A D | phy_n.c | 28159 void wlc_phy_txpwrctrl_enable_nphy(struct brcms_phy *pi, u8 ctrl_type) in wlc_phy_txpwrctrl_enable_nphy() argument 28171 switch (ctrl_type) { in wlc_phy_txpwrctrl_enable_nphy() 28174 pi->nphy_txpwrctrl = ctrl_type; in wlc_phy_txpwrctrl_enable_nphy() 28180 if (ctrl_type == PHY_TPC_HW_OFF) { in wlc_phy_txpwrctrl_enable_nphy() 28235 ishw = (ctrl_type == PHY_TPC_HW_ON) ? 0x1 : 0x0; in wlc_phy_txpwrctrl_enable_nphy()
|
Completed in 111 milliseconds