Searched refs:frames (Results 1 - 25 of 193) sorted by path

12345678

/linux-master/Documentation/networking/
H A Dmac80211-auth-assoc-deauth.txt22 BA session stop & deauth/disassoc frames
78 (data frames)
87 mac80211->driver: flush frames
/linux-master/arch/arm/xen/
H A Dgrant-table.c36 int arch_gnttab_map_shared(xen_pfn_t *frames, unsigned long nr_gframes, argument
48 int arch_gnttab_map_status(uint64_t *frames, unsigned long nr_gframes, argument
/linux-master/include/xen/
H A Dmem-reservation.h31 xen_pfn_t *frames);
39 xen_pfn_t *frames)
43 __xenmem_reservation_va_mapping_update(count, pages, frames);
56 int xenmem_reservation_increase(int count, xen_pfn_t *frames);
58 int xenmem_reservation_decrease(int count, xen_pfn_t *frames);
37 xenmem_reservation_va_mapping_update(unsigned long count, struct page **pages, xen_pfn_t *frames) argument
/linux-master/sound/core/oss/
H A Dcopy.c30 snd_pcm_uframes_t frames)
37 if (frames == 0)
49 snd_pcm_area_silence(&dst_channels->area, 0, frames, plugin->dst_format.format);
54 snd_pcm_area_copy(&src_channels->area, 0, &dst_channels->area, 0, frames, plugin->src_format.format);
58 return frames;
27 copy_transfer(struct snd_pcm_plugin *plugin, const struct snd_pcm_plugin_channel *src_channels, struct snd_pcm_plugin_channel *dst_channels, snd_pcm_uframes_t frames) argument
H A Dio.c40 snd_pcm_uframes_t frames)
47 return pcm_write(plugin->plug, src_channels->area.addr, frames);
59 return pcm_writev(plugin->plug, bufs, frames);
66 snd_pcm_uframes_t frames)
73 return pcm_read(plugin->plug, dst_channels->area.addr, frames);
85 return pcm_readv(plugin->plug, bufs, frames);
91 snd_pcm_uframes_t frames,
97 err = snd_pcm_plugin_client_channels(plugin, frames, &v);
105 return frames;
37 io_playback_transfer(struct snd_pcm_plugin *plugin, const struct snd_pcm_plugin_channel *src_channels, struct snd_pcm_plugin_channel *dst_channels, snd_pcm_uframes_t frames) argument
63 io_capture_transfer(struct snd_pcm_plugin *plugin, const struct snd_pcm_plugin_channel *src_channels, struct snd_pcm_plugin_channel *dst_channels, snd_pcm_uframes_t frames) argument
90 io_src_channels(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames, struct snd_pcm_plugin_channel **channels) argument
/linux-master/sound/firewire/motu/
H A Damdtp-motu-trace.h18 static void copy_message(u64 *frames, __be32 *buffer, unsigned int data_blocks,
/linux-master/arch/arm/lib/
H A Dbacktrace-clang.S102 beq no_frame @ we have no stack frames
193 * If we are out of frames or if the next frame is invalid.
196 beq no_frame @ no further frames
H A Dbacktrace.S31 beq no_frame @ we have no stack frames
97 beq no_frame @ no further frames
/linux-master/arch/x86/xen/
H A Dgrant-table.c31 int arch_gnttab_map_shared(unsigned long *frames, unsigned long nr_gframes, argument
46 mfn_pte(frames[i], PAGE_KERNEL));
53 int arch_gnttab_map_status(uint64_t *frames, unsigned long nr_gframes, argument
68 mfn_pte(frames[i], PAGE_KERNEL));
139 * Always allocate the space for the status frames in case
/linux-master/arch/xtensa/kernel/
H A Dentry.S197 * All register frames starting from the top field to the marked '1'
205 /* Find number of frames to save */
207 ffs_ws a0, a3 # number of frames to the '1' from left
211 * bits 4...: number of valid 4-register frames
214 slli a3, a0, 4 # number of frames to save in bits 8..4
599 l32i a2, a1, PT_WMASK # register frames saved (in bits 4...9)
642 * (if we have restored WSBITS-1 frames).
988 * will be re-executed and this time since the next window frames is in the
1285 /* Skip empty frames - get 'oldest' WINDOWSTART-bit. */
1291 ffs_ws a0, a3 # a0: shifts to skip empty frames
[all...]
/linux-master/drivers/block/
H A Dpktcdvd.c547 static struct packet_data *pkt_alloc_packet_data(int frames) argument
556 pkt->frames = frames;
557 pkt->w_bio = bio_kmalloc(frames, GFP_KERNEL);
561 for (i = 0; i < frames / FRAMES_PER_PAGE; i++) {
570 for (i = 0; i < frames; i++) {
579 for (i = 0; i < frames; i++)
582 for (i = 0; i < frames / FRAMES_PER_PAGE; i++)
599 for (i = 0; i < pkt->frames; i++)
601 for (i = 0; i < pkt->frames / FRAMES_PER_PAG
[all...]
/linux-master/drivers/dma/
H A Dbcm2835-dma.c90 unsigned int frames; member in struct:bcm2835_desc
181 /* how many frames of max_len size do we need to transfer len bytes */
208 for (i = 0; i < desc->frames; i++)
268 size_t frames = 0; local
274 frames += bcm2835_dma_frames_for_length(
277 return frames;
287 * @frames: number of controlblocks to allocate
302 bool cyclic, u32 info, u32 finalextrainfo, size_t frames,
313 if (!frames)
317 d = kzalloc(struct_size(d, cb_list, frames), gf
300 bcm2835_dma_create_cb_chain( struct dma_chan *chan, enum dma_transfer_direction direction, bool cyclic, u32 info, u32 finalextrainfo, size_t frames, dma_addr_t src, dma_addr_t dst, size_t buf_len, size_t period_len, gfp_t gfp) argument
621 size_t frames; local
651 size_t frames; local
704 size_t frames; local
[all...]
/linux-master/drivers/gpu/drm/kmb/
H A Dkmb_dsi.c73 .frames[0] = &mipitx_frame0_cfg,
74 .frames[1] = NULL,
75 .frames[2] = NULL,
76 .frames[3] = NULL,
725 frame = ctrl_cfg->tx_ctrl_cfg.frames[frame_id];
H A Dkmb_dsi.h315 struct mipi_tx_frame_cfg *frames[MIPI_TX_FRAME_GEN]; member in struct:mipi_tx_ctrl_cfg
/linux-master/drivers/gpu/drm/panel/
H A Dpanel-jdi-lpm102a188a.c60 static void jdi_wait_frames(struct jdi_panel *jdi, unsigned int frames) argument
64 if (WARN_ON(frames > refresh))
67 msleep(1000 / (refresh / frames));
H A Dpanel-sharp-lq101r1sx01.c38 static void sharp_wait_frames(struct sharp_panel *sharp, unsigned int frames) argument
42 if (WARN_ON(frames > refresh))
45 msleep(1000 / (refresh / frames));
240 /* wait for 6 frames before continuing */
/linux-master/drivers/gpu/drm/tegra/
H A Ddc.c43 stats->frames = 0;
1699 seq_printf(s, "frames: %lu\n", dc->stats.frames);
1704 seq_printf(s, "frames total: %lu\n", dc->stats.frames_total);
2539 dc->stats.frames++;
H A Ddc.h39 unsigned long frames; member in struct:tegra_dc_stats
/linux-master/drivers/media/i2c/
H A Dadv7180.c189 /* Initial number of frames to skip to avoid possible garbage */
859 static int adv7180_get_skip_frames(struct v4l2_subdev *sd, u32 *frames) argument
861 *frames = ADV7180_NUM_OF_SKIP_FRAMES;
H A Dov13858.c83 /* Number of frames to skip */
1401 static int ov13858_get_skip_frames(struct v4l2_subdev *sd, u32 *frames) argument
1403 *frames = OV13858_NUM_OF_SKIP_FRAMES;
H A Dov5670.c87 /* Initial number of frames to skip to avoid possible garbage */
2343 static int ov5670_get_skip_frames(struct v4l2_subdev *sd, u32 *frames) argument
2345 *frames = OV5670_NUM_OF_SKIP_FRAMES;
/linux-master/drivers/media/i2c/ccs/
H A Dccs-core.c2641 static int ccs_get_skip_frames(struct v4l2_subdev *subdev, u32 *frames) argument
2645 *frames = sensor->frame_skip;
/linux-master/drivers/media/platform/amphion/
H A Dvenc.c49 struct list_head frames; member in struct:venc_t
709 if (list_empty(&venc->frames))
841 list_for_each_entry_safe(frame, tmp, &venc->frames, list) {
870 list_add_tail(&frame->list, &venc->frames);
882 if (venc->stopped && list_empty(&venc->frames))
1056 list_for_each_entry_safe(frame, tmp, &venc->frames, list) {
1131 if (list_empty(&venc->frames))
1134 frame = list_first_entry(&venc->frames, struct venc_frame_t, list);
1314 INIT_LIST_HEAD(&venc->frames);
H A Dvpu_malone.c1205 /* 24-27 number frames */
1224 u32 frames = MALONE_VC1_RCV_NUM_FRAMES; local
1227 /* 0-2 Number of frames, used default value 0xFF */
1228 dst[0] = frames;
1229 dst[1] = frames >> 8;
1230 dst[2] = frames >> 16;
/linux-master/drivers/media/platform/marvell/
H A Dmcam-core.c41 * we must have physically contiguous buffers to bring frames into.
693 * frames so we can put in a new DMA descriptor array. If no new
847 * it needs to stop grabbing frames. In particular, we can
1029 * Get everything ready, and start grabbing frames.
1149 cam->frame_state.frames = 0;
1182 cam_dbg(cam, "stop_streaming: %d frames, %d singles, %d delivered\n",
1183 cam->frame_state.frames, cam->frame_state.singles,
1691 cam->frame_state.frames++;

Completed in 489 milliseconds

12345678