/Linux-v5.4/drivers/mmc/host/ |
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, 79 if (priv->ctrl_type == DW_MCI_TYPE_EXYNOS4412) in dw_mci_exynos_get_ciu_div() [all …]
|
/Linux-v5.4/sound/soc/sof/ |
D | pm.c | 17 int ipc_cmd, ctrl_type; in sof_restore_kcontrols() local 31 ctrl_type = SOF_CTRL_TYPE_VALUE_CHAN_SET; in sof_restore_kcontrols() 33 ipc_cmd, ctrl_type, in sof_restore_kcontrols() 39 ctrl_type = SOF_CTRL_TYPE_DATA_SET; in sof_restore_kcontrols() 41 ipc_cmd, ctrl_type, in sof_restore_kcontrols()
|
D | ipc.c | 519 static int sof_get_ctrl_copy_params(enum sof_ipc_ctrl_type ctrl_type, in sof_get_ctrl_copy_params() argument 524 switch (ctrl_type) { in sof_get_ctrl_copy_params() 628 enum sof_ipc_ctrl_type ctrl_type, in snd_sof_ipc_set_get_comp_data() argument 659 cdata->type = ctrl_type; in snd_sof_ipc_set_get_comp_data()
|
D | topology.c | 46 int ctrl_type; member 1816 wdata[i].ctrl_type = SOF_CTRL_TYPE_VALUE_CHAN_SET; in sof_get_control_data() 1820 wdata[i].ctrl_type = SOF_CTRL_TYPE_DATA_SET; in sof_get_control_data() 1939 wdata[i].ctrl_type, in sof_process_load() 3117 int ipc_cmd, ctrl_type; in snd_sof_cache_kcontrol_val() local 3128 ctrl_type = SOF_CTRL_TYPE_VALUE_CHAN_GET; in snd_sof_cache_kcontrol_val() 3132 ctrl_type = SOF_CTRL_TYPE_DATA_GET; in snd_sof_cache_kcontrol_val() 3141 ipc_cmd, ctrl_type, in snd_sof_cache_kcontrol_val()
|
D | sof-priv.h | 536 enum sof_ipc_ctrl_type ctrl_type,
|
/Linux-v5.4/drivers/net/can/usb/peak_usb/ |
D | pcan_usb_pro.h | 36 __le32 ctrl_type; member 50 __le32 ctrl_type; member
|
/Linux-v5.4/drivers/net/wireless/realtek/rtw88/ |
D | coex.h | 302 void rtw_coex_set_ant_switch(struct rtw_dev *rtwdev, u8 ctrl_type, u8 pos_type) in rtw_coex_set_ant_switch() argument 309 chip->ops->coex_set_ant_switch(rtwdev, ctrl_type, pos_type); in rtw_coex_set_ant_switch()
|
D | coex.c | 946 u8 ctrl_type = COEX_SWITCH_CTRL_MAX; in rtw_coex_set_ant_path() local 965 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw_coex_set_ant_path() 986 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw_coex_set_ant_path() 999 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw_coex_set_ant_path() 1006 ctrl_type = COEX_SWITCH_CTRL_BY_BT; in rtw_coex_set_ant_path() 1019 ctrl_type = COEX_SWITCH_CTRL_BY_PTA; in rtw_coex_set_ant_path() 1032 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw_coex_set_ant_path() 1045 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw_coex_set_ant_path() 1058 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw_coex_set_ant_path() 1066 if (ctrl_type < COEX_SWITCH_CTRL_MAX && pos_type < COEX_SWITCH_TO_MAX) in rtw_coex_set_ant_path() [all …]
|
D | rtw8822b.c | 1035 u8 ctrl_type, u8 pos_type) in rtw8822b_coex_cfg_ant_switch() argument 1043 if (((ctrl_type << 8) + pos_type) == coex_dm->cur_switch_status) in rtw8822b_coex_cfg_ant_switch() 1046 coex_dm->cur_switch_status = (ctrl_type << 8) + pos_type; in rtw8822b_coex_cfg_ant_switch() 1049 ctrl_type == COEX_SWITCH_CTRL_BY_BBSW) in rtw8822b_coex_cfg_ant_switch() 1050 ctrl_type = COEX_SWITCH_CTRL_BY_ANTDIV; in rtw8822b_coex_cfg_ant_switch() 1054 switch (ctrl_type) { in rtw8822b_coex_cfg_ant_switch()
|
D | main.h | 650 u8 ctrl_type, u8 pos_type);
|
/Linux-v5.4/net/bluetooth/bnep/ |
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-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
D | phy_int.h | 1085 void wlc_phy_txpwrctrl_enable_nphy(struct brcms_phy *pi, u8 ctrl_type);
|
D | phy_n.c | 28190 void wlc_phy_txpwrctrl_enable_nphy(struct brcms_phy *pi, u8 ctrl_type) in wlc_phy_txpwrctrl_enable_nphy() argument 28202 switch (ctrl_type) { in wlc_phy_txpwrctrl_enable_nphy() 28205 pi->nphy_txpwrctrl = ctrl_type; in wlc_phy_txpwrctrl_enable_nphy() 28211 if (ctrl_type == PHY_TPC_HW_OFF) { in wlc_phy_txpwrctrl_enable_nphy() 28266 ishw = (ctrl_type == PHY_TPC_HW_ON) ? 0x1 : 0x0; in wlc_phy_txpwrctrl_enable_nphy()
|