Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/modules/freesync/
Dfreesync.c882 unsigned int stream_index; in mod_freesync_update_state() local
895 for(stream_index = 0; stream_index < num_streams; stream_index++) { in mod_freesync_update_state()
898 streams[stream_index]); in mod_freesync_update_state()
901 streams[stream_index]->sink->sink_signal); in mod_freesync_update_state()
1006 unsigned int stream_index, map_index; in mod_freesync_set_user_enable() local
1021 for(stream_index = 0; stream_index < num_streams; in mod_freesync_set_user_enable()
1022 stream_index++){ in mod_freesync_set_user_enable()
1025 streams[stream_index]); in mod_freesync_set_user_enable()
1041 streams[stream_index]->sink, in mod_freesync_set_user_enable()
1218 unsigned int stream_index, map_index; in mod_freesync_notify_mode_change() local
[all …]
/Linux-v4.19/drivers/usb/host/whci/
Dwusb.c82 int whc_bwa_set(struct wusbhc *wusbhc, s8 stream_index, const struct uwb_mas_bm *mas_bm) in whc_bwa_set() argument
86 if (stream_index >= 0) in whc_bwa_set()
87 whc_write_wusbcmd(whc, WUSBCMD_WUSBSI_MASK, WUSBCMD_WUSBSI(stream_index)); in whc_bwa_set()
Dwhcd.h144 int whc_bwa_set(struct wusbhc *wusbhc, s8 stream_index, const struct uwb_mas_bm *mas_bm);
/Linux-v4.19/include/linux/uwb/
Dspec.h352 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
355 drp_control = (drp_control & ~(0x7 << 3)) | (stream_index << 3); in uwb_ie_drp_set_stream_index()
/Linux-v4.19/drivers/usb/wusbcore/
Dwusbhc.h270 int (*bwa_set)(struct wusbhc *wusbhc, s8 stream_index,
/Linux-v4.19/drivers/usb/host/
Dhwa-hc.c319 static int __hwahc_op_bwa_set(struct wusbhc *wusbhc, s8 stream_index, in __hwahc_op_bwa_set() argument
332 stream_index, in __hwahc_op_bwa_set()
/Linux-v4.19/sound/pci/asihpi/
Dhpi_internal.h636 u16 stream_index; /**< outstream or instream index. */ member
Dhpi6000.c1757 hm.obj_index = phm->u.d.u.stream.stream_index; in hw_message()
Dhpifunc.c791 &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-v4.19/drivers/net/wireless/marvell/
Dmwl8k.c3808 u8 bitmap = 0, stream_index; in mwl8k_watchdog_ba_events() local
3827 stream_index = (i + MWL8K_WMM_QUEUE_NUMBER) % in mwl8k_watchdog_ba_events()
3829 streams = &priv->ampdu[stream_index]; in mwl8k_watchdog_ba_events()
3834 mwl8k_destroy_ba(hw, stream_index); in mwl8k_watchdog_ba_events()