Home
last modified time | relevance | path

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

/linux/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_pro.h36 __le32 ctrl_type; member
50 __le32 ctrl_type; member
/linux/net/bluetooth/bnep/
H A Dcore.c305 u8 type, ctrl_type; in bnep_rx_frame() local
318 data = skb_pull_data(skb, sizeof(ctrl_type)); in bnep_rx_frame()
321 ctrl_type = *data; in bnep_rx_frame()
323 if (bnep_rx_control_cmd(s, ctrl_type, skb->data, skb->len) < 0) { in bnep_rx_frame()
335 switch (ctrl_type) { in bnep_rx_frame()
/linux/sound/soc/sof/
H A Dipc3-control.c21 enum sof_ipc_ctrl_type ctrl_type; in sof_ipc3_set_get_kcontrol_data() local
54 * Select the IPC cmd and the ctrl_type based on the ctrl_cmd and the in sof_ipc3_set_get_kcontrol_data()
57 * for ctrl_type in sof_ipc3_set_get_kcontrol_data()
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 Dipc3-topology.c27 int ctrl_type; member
881 wdata[i].ctrl_type = SOF_CTRL_TYPE_VALUE_CHAN_SET;
885 wdata[i].ctrl_type = SOF_CTRL_TYPE_DATA_SET; in sof_process_load()
/linux/drivers/net/wireless/realtek/rtw88/
H A Drtw8821c.c837 static void rtw8821c_coex_cfg_ant_switch(struct rtw_dev *rtwdev, u8 ctrl_type, in rtw8821c_coex_cfg_ant_switch() argument
843 u32 switch_status = FIELD_PREP(CTRL_TYPE_MASK, ctrl_type) | pos_type; in rtw8821c_coex_cfg_ant_switch()
851 ctrl_type = COEX_SWITCH_CTRL_BY_BBSW; in rtw8821c_coex_cfg_ant_switch()
862 ctrl_type == COEX_SWITCH_CTRL_BY_BBSW) in rtw8821c_coex_cfg_ant_switch()
863 ctrl_type = COEX_SWITCH_CTRL_BY_ANTDIV; in rtw8821c_coex_cfg_ant_switch()
867 switch (ctrl_type) { in rtw8821c_coex_cfg_ant_switch()
925 if (ctrl_type == COEX_SWITCH_CTRL_BY_BT) { in rtw8821c_coex_cfg_ant_switch()
H A Drtw8822b.c1129 u8 ctrl_type, u8 pos_type) in rtw8822b_coex_cfg_ant_switch() argument
1137 if (((ctrl_type << 8) + pos_type) == coex_dm->cur_switch_status) in rtw8822b_coex_cfg_ant_switch()
1140 coex_dm->cur_switch_status = (ctrl_type << 8) + pos_type; in rtw8822b_coex_cfg_ant_switch()
1143 ctrl_type == COEX_SWITCH_CTRL_BY_BBSW) in rtw8822b_coex_cfg_ant_switch()
1144 ctrl_type = COEX_SWITCH_CTRL_BY_ANTDIV; in rtw8822b_coex_cfg_ant_switch()
1148 switch (ctrl_type) { in rtw8822b_coex_cfg_ant_switch()
H A Dmain.h919 u8 ctrl_type, u8 pos_type);
H A Drtw8814a.c1802 static void rtw8814a_coex_cfg_ant_switch(struct rtw_dev *rtwdev, u8 ctrl_type, in rtw8814a_coex_cfg_ant_switch() argument
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_int.h1080 void wlc_phy_txpwrctrl_enable_nphy(struct brcms_phy *pi, u8 ctrl_type);
H A Dphy_n.c28150 void wlc_phy_txpwrctrl_enable_nphy(struct brcms_phy *pi, u8 ctrl_type) in wlc_phy_txpwrctrl_enable_nphy() argument
28162 switch (ctrl_type) { in wlc_phy_txpwrctrl_enable_nphy()
28165 pi->nphy_txpwrctrl = ctrl_type; in wlc_phy_txpwrctrl_enable_nphy()
28171 if (ctrl_type == PHY_TPC_HW_OFF) { in wlc_phy_txpwrctrl_enable_nphy()
28227 ishw = (ctrl_type == PHY_TPC_HW_ON) ? 0x1 : 0x0; in wlc_phy_txpwrctrl_enable_nphy()