Searched refs:loc_id (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/intel/atom/ |
H A D | sst-atom-controls.h | 317 #define SST_FILL_LOCATION_ID(dst, loc_id) (\ 318 dst.location_id.f = (loc_id)) 326 #define SST_FILL_DESTINATION2(dst, loc_id, mod_id) do { \ 327 SST_FILL_LOCATION_ID(dst, loc_id); \ 655 #define SST_PATH_INPUT(name, task_id, loc_id, event) \ 656 SST_PATH(name, task_id, loc_id, event, SND_SOC_DAPM_POST_PMU | SND_SOC_DAPM_PRE_PMD) 658 #define SST_PATH_LINKED_INPUT(name, task_id, loc_id, linked_wname, event) \ 659 SST_LINKED_PATH(name, task_id, loc_id, linked_wname, event, \ 662 #define SST_PATH_OUTPUT(name, task_id, loc_id, event) \ 663 SST_PATH(name, task_id, loc_id, even [all...] |
H A D | sst-atom-controls.c | 394 * @loc_id: location/position index 408 u16 task_id, u16 loc_id, u16 module_id, int mute) in sst_send_gain_cmd() 427 loc_id, module_id); in sst_send_gain_cmd() 407 sst_send_gain_cmd(struct sst_data *drv, struct sst_gain_value *gv, u16 task_id, u16 loc_id, u16 module_id, int mute) sst_send_gain_cmd() argument
|
/kernel/linux/linux-6.6/sound/soc/intel/atom/ |
H A D | sst-atom-controls.h | 317 #define SST_FILL_LOCATION_ID(dst, loc_id) (\ 318 dst.location_id.f = (loc_id)) 326 #define SST_FILL_DESTINATION2(dst, loc_id, mod_id) do { \ 327 SST_FILL_LOCATION_ID(dst, loc_id); \ 655 #define SST_PATH_INPUT(name, task_id, loc_id, event) \ 656 SST_PATH(name, task_id, loc_id, event, SND_SOC_DAPM_POST_PMU | SND_SOC_DAPM_PRE_PMD) 658 #define SST_PATH_LINKED_INPUT(name, task_id, loc_id, linked_wname, event) \ 659 SST_LINKED_PATH(name, task_id, loc_id, linked_wname, event, \ 662 #define SST_PATH_OUTPUT(name, task_id, loc_id, event) \ 663 SST_PATH(name, task_id, loc_id, even [all...] |
H A D | sst-atom-controls.c | 394 * @loc_id: location/position index 408 u16 task_id, u16 loc_id, u16 module_id, int mute) in sst_send_gain_cmd() 427 loc_id, module_id); in sst_send_gain_cmd() 407 sst_send_gain_cmd(struct sst_data *drv, struct sst_gain_value *gv, u16 task_id, u16 loc_id, u16 module_id, int mute) sst_send_gain_cmd() argument
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/ |
H A D | i40iw_cm.h | 269 u32 loc_id; member
|
H A D | i40iw_cm.c | 450 iph->id = htons(++cm_node->tcp_cntxt.loc_id); in i40iw_form_cm_frame() 2208 cm_node->tcp_cntxt.loc_id = I40IW_CM_DEF_LOCAL_ID; in i40iw_make_cm_node()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/ |
H A D | cm.h | 227 u32 loc_id; member
|
H A D | cm.c | 496 iph->id = htons(++cm_node->tcp_cntxt.loc_id); in irdma_form_uda_cm_frame() 2299 cm_node->tcp_cntxt.loc_id = IRDMA_CM_DEFAULT_LOCAL_ID; in irdma_make_cm_node()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/ |
H A D | userspace_pm.sh | 578 locid=$(mptcp_lib_evts_get_info loc_id "$evt" $e_type)
|
Completed in 21 milliseconds