Searched full:loc_id (Results  1 – 8 of 8) sorted by relevance
| /linux/sound/soc/intel/atom/ | 
| H A D | sst-atom-controls.h | 317 #define SST_FILL_LOCATION_ID(dst, loc_id)				(\  argument 318 	dst.location_id.f = (loc_id)) 326 #define SST_FILL_DESTINATION2(dst, loc_id, mod_id)		do {	\  argument 327 		SST_FILL_LOCATION_ID(dst, loc_id);			\ 655 #define SST_PATH_INPUT(name, task_id, loc_id, event)					\  argument 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)		\  argument 659 	SST_LINKED_PATH(name, task_id, loc_id, linked_wname, event,			\ 662 #define SST_PATH_OUTPUT(name, task_id, loc_id, event)					\  argument 663 	SST_PATH(name, task_id, loc_id, event, SND_SOC_DAPM_PRE_PMU | SND_SOC_DAPM_POST_PMD) [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()  argument 427 			     loc_id, module_id);  in sst_send_gain_cmd()
  | 
| /linux/include/uapi/linux/ | 
| H A D | mptcp_pm.h | 29  *   should not be set. Attributes: token, family, loc_id, rem_id, saddr4 | 33  *   Attributes: token, family, loc_id, rem_id, saddr4 | saddr6, daddr4 | 36  *   should not be set. Attributes: token, family, loc_id, rem_id, saddr4 |
  | 
| /linux/Documentation/netlink/specs/ | 
| H A D | mptcp_pm.yaml | 59           Attributes: token, family, loc_id, rem_id, saddr4 | saddr6, daddr4 | 66           Attributes: token, family, loc_id, rem_id, saddr4 | saddr6, daddr4 | 73           Attributes: token, family, loc_id, rem_id, saddr4 | saddr6, daddr4 |
  | 
| /linux/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() 2301 	cm_node->tcp_cntxt.loc_id = IRDMA_CM_DEFAULT_LOCAL_ID;  in irdma_make_cm_node()
  | 
| /linux/tools/testing/selftests/net/mptcp/ | 
| H A D | userspace_pm.sh | 552 	locid=$(mptcp_lib_evts_get_info loc_id "$evt" $e_type)
  | 
| H A D | pm_nl_ctl.c | 155 					fprintf(stderr, ",loc_id:%u", *(__u8 *)RTA_DATA(attrs));  in capture_events()
  |