Searched refs:stream_index (Results  1 – 9 of 9) sorted by relevance
| /Linux-v5.4/drivers/staging/wusbcore/host/whci/ | 
| D | wusb.c | 82 int whc_bwa_set(struct wusbhc *wusbhc, s8 stream_index, const struct uwb_mas_bm *mas_bm)  in whc_bwa_set()  argument86 	if (stream_index >= 0)  in whc_bwa_set()
 87 		whc_write_wusbcmd(whc, WUSBCMD_WUSBSI_MASK, WUSBCMD_WUSBSI(stream_index));  in whc_bwa_set()
 
 | 
| D | whcd.h | 144 int whc_bwa_set(struct wusbhc *wusbhc, s8 stream_index, const struct uwb_mas_bm *mas_bm);
 | 
| /Linux-v5.4/drivers/staging/uwb/include/ | 
| D | spec.h | 338 static inline void uwb_ie_drp_set_stream_index(struct uwb_ie_drp *ie, int stream_index)  in uwb_ie_drp_set_stream_index()  argument341 	drp_control = (drp_control & ~(0x7 << 3)) | (stream_index << 3);  in uwb_ie_drp_set_stream_index()
 
 | 
| /Linux-v5.4/drivers/staging/wusbcore/ | 
| D | wusbhc.h | 270 	int (*bwa_set)(struct wusbhc *wusbhc, s8 stream_index,
 | 
| /Linux-v5.4/drivers/staging/wusbcore/host/ | 
| D | hwa-hc.c | 319 static int __hwahc_op_bwa_set(struct wusbhc *wusbhc, s8 stream_index,  in __hwahc_op_bwa_set()  argument332 			stream_index,  in __hwahc_op_bwa_set()
 
 | 
| /Linux-v5.4/sound/pci/asihpi/ | 
| D | hpi_internal.h | 625 	u16 stream_index; /**< outstream or instream index. */  member
 | 
| D | hpi6000.c | 1746 			hm.obj_index = phm->u.d.u.stream.stream_index;  in hw_message()
 | 
| D | hpifunc.c | 791 			&hm.u.d.u.stream.stream_index))  in hpi_outstream_group_add()1147 			&hm.u.d.u.stream.stream_index))  in hpi_instream_group_add()
 
 | 
| /Linux-v5.4/drivers/net/wireless/marvell/ | 
| D | mwl8k.c | 3816 	u8 bitmap = 0, stream_index;  in mwl8k_watchdog_ba_events()  local3835 			stream_index = (i + MWL8K_WMM_QUEUE_NUMBER) %  in mwl8k_watchdog_ba_events()
 3837 			streams = &priv->ampdu[stream_index];  in mwl8k_watchdog_ba_events()
 3842 				mwl8k_destroy_ba(hw, stream_index);  in mwl8k_watchdog_ba_events()
 
 |