Home
last modified time | relevance | path

Searched refs:stream_index (Results 1 – 9 of 9) sorted by relevance

/linux-3.4.99/drivers/usb/host/whci/
Dwusb.c94 int whc_bwa_set(struct wusbhc *wusbhc, s8 stream_index, const struct uwb_mas_bm *mas_bm) in whc_bwa_set() argument
98 if (stream_index >= 0) in whc_bwa_set()
99 whc_write_wusbcmd(whc, WUSBCMD_WUSBSI_MASK, WUSBCMD_WUSBSI(stream_index)); in whc_bwa_set()
Dwhcd.h157 int whc_bwa_set(struct wusbhc *wusbhc, s8 stream_index, const struct uwb_mas_bm *mas_bm);
/linux-3.4.99/include/linux/uwb/
Dspec.h351 static inline void uwb_ie_drp_set_stream_index(struct uwb_ie_drp *ie, int stream_index) in uwb_ie_drp_set_stream_index() argument
354 drp_control = (drp_control & ~(0x7 << 3)) | (stream_index << 3); in uwb_ie_drp_set_stream_index()
/linux-3.4.99/drivers/usb/wusbcore/
Dwusbhc.h280 int (*bwa_set)(struct wusbhc *wusbhc, s8 stream_index,
/linux-3.4.99/drivers/usb/host/
Dhwa-hc.c287 static int __hwahc_op_bwa_set(struct wusbhc *wusbhc, s8 stream_index, in __hwahc_op_bwa_set() argument
300 stream_index, in __hwahc_op_bwa_set()
/linux-3.4.99/sound/pci/asihpi/
Dhpi_internal.h632 u16 stream_index; /**< outstream or instream index. */ member
Dhpi6000.c1754 hm.obj_index = phm->u.d.u.stream.stream_index; in hw_message()
Dhpifunc.c790 &hm.u.d.u.stream.stream_index)) in hpi_outstream_group_add()
1146 &hm.u.d.u.stream.stream_index)) in hpi_instream_group_add()
/linux-3.4.99/drivers/net/wireless/
Dmwl8k.c3574 u8 bitmap = 0, stream_index; in mwl8k_watchdog_ba_events() local
3587 stream_index = bitmap - MWL8K_TX_WMM_QUEUES; in mwl8k_watchdog_ba_events()
3589 BUG_ON(stream_index >= priv->num_ampdu_queues); in mwl8k_watchdog_ba_events()
3591 streams = &priv->ampdu[stream_index]; in mwl8k_watchdog_ba_events()