Searched defs:num_frames (Results 1 - 7 of 7) sorted by relevance

/drivers/gpu/drm/i915/
H A Dintel_dsi_pll.c63 u32 num_frames; local
119 num_frames = drm_mode_vrefresh(mode);
120 bytes_per_x_frames = num_frames * bytes_per_frame;
/drivers/block/
H A Dpktcdvd.c1037 int num_frames = bio->bi_iter.bi_size / CD_FRAMESIZE; local
1038 pd->stats.secs_w += num_frames * (CD_FRAMESIZE >> 9);
1040 BUG_ON(first_frame + num_frames > pkt->frames);
1041 for (f = first_frame; f < first_frame + num_frames; f++)
/drivers/dma/xilinx/
H A Dxilinx_vdma.c1255 u32 num_frames; local
1274 err = of_property_read_u32(node, "xlnx,num-fstores", &num_frames);
1313 xdev->chan[i]->num_frms = num_frames;
/drivers/net/wireless/iwlwifi/mvm/
H A Dmac80211.c1878 int num_frames,
1886 iwl_mvm_sta_modify_sleep_tx_count(mvm, sta, reason, num_frames,
1893 int num_frames,
1901 iwl_mvm_sta_modify_sleep_tx_count(mvm, sta, reason, num_frames,
1876 iwl_mvm_mac_allow_buffered_frames(struct ieee80211_hw *hw, struct ieee80211_sta *sta, u16 tids, int num_frames, enum ieee80211_frame_release_type reason, bool more_data) argument
1891 iwl_mvm_mac_release_buffered_frames(struct ieee80211_hw *hw, struct ieee80211_sta *sta, u16 tids, int num_frames, enum ieee80211_frame_release_type reason, bool more_data) argument
/drivers/video/fbdev/
H A Dps3fb.c125 unsigned int num_frames; /* num of frame buffers */ member in struct:ps3fb_par
485 if (frame > par->num_frames - 1) {
624 par->num_frames = info->fix.smem_len /
655 lines = vmode->yres * par->num_frames;
854 res.num_frames = par->num_frames;
1129 par->num_frames = 1;
/drivers/media/usb/cpia2/
H A Dcpia2.h407 int num_frames; member in struct:camera_data
/drivers/media/usb/usbvision/
H A Dusbvision.h415 int num_frames; /* number of frames allocated */ member in struct:usb_usbvision

Completed in 7859 milliseconds