Home
last modified time | relevance | path

Searched refs:num_frames (Results 1 - 25 of 118) sorted by relevance

12345

/kernel/linux/linux-5.10/drivers/firmware/tegra/
H A Divc.c110 if (tx - rx > ivc->num_frames) in tegra_ivc_empty()
126 return tx - rx >= ivc->num_frames; in tegra_ivc_full()
149 if (ivc->tx.position == ivc->num_frames - 1) in tegra_ivc_advance_tx()
160 if (ivc->rx.position == ivc->num_frames - 1) in tegra_ivc_advance_rx()
221 if (WARN_ON(frame >= ivc->num_frames)) in tegra_ivc_frame_virt()
244 if (!ivc->peer || WARN_ON(frame >= ivc->num_frames)) in tegra_ivc_invalidate_frame()
258 if (!ivc->peer || WARN_ON(frame >= ivc->num_frames)) in tegra_ivc_flush_frame()
323 if (tegra_ivc_available(ivc, ivc->rx.channel) == ivc->num_frames - 1) in tegra_ivc_read_advance()
562 unsigned int num_frames, size_t frame_size) in tegra_ivc_check_params()
571 if ((uint64_t)num_frames * (uint64_ in tegra_ivc_check_params()
561 tegra_ivc_check_params(unsigned long rx, unsigned long tx, unsigned int num_frames, size_t frame_size) tegra_ivc_check_params() argument
612 tegra_ivc_init(struct tegra_ivc *ivc, struct device *peer, void *rx, dma_addr_t rx_phys, void *tx, dma_addr_t tx_phys, unsigned int num_frames, size_t frame_size, void (*notify)(struct tegra_ivc *ivc, void *data), void *data) tegra_ivc_init() argument
[all...]
/kernel/linux/linux-6.6/drivers/firmware/tegra/
H A Divc.c115 if (tx - rx > ivc->num_frames) in tegra_ivc_empty()
130 return tx - rx >= ivc->num_frames; in tegra_ivc_full()
153 if (ivc->tx.position == ivc->num_frames - 1) in tegra_ivc_advance_tx()
165 if (ivc->rx.position == ivc->num_frames - 1) in tegra_ivc_advance_rx()
231 if (WARN_ON(frame >= ivc->num_frames)) in tegra_ivc_frame_virt()
256 if (!ivc->peer || WARN_ON(frame >= ivc->num_frames)) in tegra_ivc_invalidate_frame()
270 if (!ivc->peer || WARN_ON(frame >= ivc->num_frames)) in tegra_ivc_flush_frame()
335 if (tegra_ivc_available(ivc, &ivc->rx.map) == ivc->num_frames - 1) in tegra_ivc_read_advance()
575 unsigned int num_frames, size_t frame_size) in tegra_ivc_check_params()
584 if ((uint64_t)num_frames * (uint64_ in tegra_ivc_check_params()
574 tegra_ivc_check_params(unsigned long rx, unsigned long tx, unsigned int num_frames, size_t frame_size) tegra_ivc_check_params() argument
646 tegra_ivc_init(struct tegra_ivc *ivc, struct device *peer, const struct iosys_map *rx, dma_addr_t rx_phys, const struct iosys_map *tx, dma_addr_t tx_phys, unsigned int num_frames, size_t frame_size, void (*notify)(struct tegra_ivc *ivc, void *data), void *data) tegra_ivc_init() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/sti/
H A Dsti_plane.c48 int fpks, fipks, ms_since_last, num_frames, num_fields; in sti_plane_update_fps() local
64 num_frames = fps->curr_frame_counter - fps->last_frame_counter; in sti_plane_update_fps()
66 if (num_frames <= 0 || ms_since_last < STI_FPS_INTERVAL_MS) in sti_plane_update_fps()
73 fpks = (num_frames * 1000000) / ms_since_last; in sti_plane_update_fps()
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/
H A Dsti_plane.c49 int fpks, fipks, ms_since_last, num_frames, num_fields; in sti_plane_update_fps() local
65 num_frames = fps->curr_frame_counter - fps->last_frame_counter; in sti_plane_update_fps()
67 if (num_frames <= 0 || ms_since_last < STI_FPS_INTERVAL_MS) in sti_plane_update_fps()
74 fpks = (num_frames * 1000000) / ms_since_last; in sti_plane_update_fps()
/kernel/linux/linux-5.10/drivers/soc/fsl/dpio/
H A Dqbman-portal.c107 int num_frames);
112 int num_frames);
117 int num_frames);
122 int num_frames);
150 int num_frames)
157 int num_frames)
635 * @num_frames: number of fd to be enqueued
644 int num_frames) in qbman_swp_enqueue_multiple_direct()
670 num_enqueued = (s->eqcr.available < num_frames) ? in qbman_swp_enqueue_multiple_direct()
671 s->eqcr.available : num_frames; in qbman_swp_enqueue_multiple_direct()
640 qbman_swp_enqueue_multiple_direct(struct qbman_swp *s, const struct qbman_eq_desc *d, const struct dpaa2_fd *fd, uint32_t *flags, int num_frames) qbman_swp_enqueue_multiple_direct() argument
723 qbman_swp_enqueue_multiple_mem_back(struct qbman_swp *s, const struct qbman_eq_desc *d, const struct dpaa2_fd *fd, uint32_t *flags, int num_frames) qbman_swp_enqueue_multiple_mem_back() argument
801 qbman_swp_enqueue_multiple_desc_direct(struct qbman_swp *s, const struct qbman_eq_desc *d, const struct dpaa2_fd *fd, int num_frames) qbman_swp_enqueue_multiple_desc_direct() argument
871 qbman_swp_enqueue_multiple_desc_mem_back(struct qbman_swp *s, const struct qbman_eq_desc *d, const struct dpaa2_fd *fd, int num_frames) qbman_swp_enqueue_multiple_desc_mem_back() argument
[all...]
H A Dqbman-portal.h171 int num_frames);
176 int num_frames);
262 * @num_frames: number of fd to be enqueued
271 int num_frames) in qbman_swp_enqueue_multiple()
273 return qbman_swp_enqueue_multiple_ptr(s, d, fd, flags, num_frames); in qbman_swp_enqueue_multiple()
282 * @num_frames: number of fd to be enqueued
290 int num_frames) in qbman_swp_enqueue_multiple_desc()
292 return qbman_swp_enqueue_multiple_desc_ptr(s, d, fd, num_frames); in qbman_swp_enqueue_multiple_desc()
267 qbman_swp_enqueue_multiple(struct qbman_swp *s, const struct qbman_eq_desc *d, const struct dpaa2_fd *fd, uint32_t *flags, int num_frames) qbman_swp_enqueue_multiple() argument
287 qbman_swp_enqueue_multiple_desc(struct qbman_swp *s, const struct qbman_eq_desc *d, const struct dpaa2_fd *fd, int num_frames) qbman_swp_enqueue_multiple_desc() argument
/kernel/linux/linux-5.10/include/soc/tegra/
H A Divc.h26 unsigned int num_frames; member
96 unsigned int num_frames, size_t frame_size,
/kernel/linux/linux-5.10/drivers/staging/media/meson/vdec/
H A Desparser.c87 int num_frames, cur_frame; in vp9_update_header() local
104 num_frames = (marker & 0x7) + 1; in vp9_update_header()
106 mag_ptr = dsize - mag * num_frames - 2; in vp9_update_header()
111 for (cur_frame = 0; cur_frame < num_frames; cur_frame++) { in vp9_update_header()
128 num_frames = 1; in vp9_update_header()
134 new_frame_size = total_datasize + num_frames * VP9_HEADER_SIZE; in vp9_update_header()
141 for (cur_frame = num_frames - 1; cur_frame >= 0; cur_frame--) { in vp9_update_header()
/kernel/linux/linux-6.6/drivers/staging/media/meson/vdec/
H A Desparser.c86 int num_frames, cur_frame; in vp9_update_header() local
103 num_frames = (marker & 0x7) + 1; in vp9_update_header()
105 mag_ptr = dsize - mag * num_frames - 2; in vp9_update_header()
110 for (cur_frame = 0; cur_frame < num_frames; cur_frame++) { in vp9_update_header()
127 num_frames = 1; in vp9_update_header()
133 new_frame_size = total_datasize + num_frames * VP9_HEADER_SIZE; in vp9_update_header()
140 for (cur_frame = num_frames - 1; cur_frame >= 0; cur_frame--) { in vp9_update_header()
/kernel/linux/linux-6.6/include/soc/tegra/
H A Divc.h28 unsigned int num_frames; member
98 unsigned int num_frames, size_t frame_size,
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
H A Dsh_css_sp.h124 * @param[in] num_frames The number of mipi frames to use.
127 sh_css_update_host2sp_num_mipi_frames(unsigned int num_frames);
132 * @param[in] num_frames The number of raw frames to use.
135 sh_css_update_host2sp_cont_num_raw_frames(unsigned int num_frames,
H A Dsh_css_metrics.h37 unsigned int num_frames; member
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
H A Dsh_css_sp.h119 * @param[in] num_frames The number of mipi frames to use.
122 sh_css_update_host2sp_num_mipi_frames(unsigned int num_frames);
127 * @param[in] num_frames The number of raw frames to use.
130 sh_css_update_host2sp_cont_num_raw_frames(unsigned int num_frames,
H A Dsh_css_metrics.h37 unsigned int num_frames; member
/kernel/linux/linux-6.6/drivers/soc/fsl/dpio/
H A Dqbman-portal.h178 int num_frames);
183 int num_frames);
269 * @num_frames: number of fd to be enqueued
278 int num_frames) in qbman_swp_enqueue_multiple()
280 return qbman_swp_enqueue_multiple_ptr(s, d, fd, flags, num_frames); in qbman_swp_enqueue_multiple()
289 * @num_frames: number of fd to be enqueued
297 int num_frames) in qbman_swp_enqueue_multiple_desc()
299 return qbman_swp_enqueue_multiple_desc_ptr(s, d, fd, num_frames); in qbman_swp_enqueue_multiple_desc()
274 qbman_swp_enqueue_multiple(struct qbman_swp *s, const struct qbman_eq_desc *d, const struct dpaa2_fd *fd, uint32_t *flags, int num_frames) qbman_swp_enqueue_multiple() argument
294 qbman_swp_enqueue_multiple_desc(struct qbman_swp *s, const struct qbman_eq_desc *d, const struct dpaa2_fd *fd, int num_frames) qbman_swp_enqueue_multiple_desc() argument
H A Dqbman-portal.c109 int num_frames);
114 int num_frames);
119 int num_frames);
124 int num_frames);
152 int num_frames)
159 int num_frames)
640 * @num_frames: number of fd to be enqueued
649 int num_frames) in qbman_swp_enqueue_multiple_direct()
675 num_enqueued = (s->eqcr.available < num_frames) ? in qbman_swp_enqueue_multiple_direct()
676 s->eqcr.available : num_frames; in qbman_swp_enqueue_multiple_direct()
645 qbman_swp_enqueue_multiple_direct(struct qbman_swp *s, const struct qbman_eq_desc *d, const struct dpaa2_fd *fd, uint32_t *flags, int num_frames) qbman_swp_enqueue_multiple_direct() argument
728 qbman_swp_enqueue_multiple_mem_back(struct qbman_swp *s, const struct qbman_eq_desc *d, const struct dpaa2_fd *fd, uint32_t *flags, int num_frames) qbman_swp_enqueue_multiple_mem_back() argument
806 qbman_swp_enqueue_multiple_desc_direct(struct qbman_swp *s, const struct qbman_eq_desc *d, const struct dpaa2_fd *fd, int num_frames) qbman_swp_enqueue_multiple_desc_direct() argument
876 qbman_swp_enqueue_multiple_desc_mem_back(struct qbman_swp *s, const struct qbman_eq_desc *d, const struct dpaa2_fd *fd, int num_frames) qbman_swp_enqueue_multiple_desc_mem_back() argument
[all...]
/kernel/linux/linux-5.10/drivers/most/
H A Dmost_usb.c280 unsigned int j, num_frames; in hdm_add_padding() local
284 num_frames = mbo->buffer_length / frame_size; in hdm_add_padding()
286 if (num_frames < 1) { in hdm_add_padding()
292 for (j = num_frames - 1; j > 0; j--) in hdm_add_padding()
296 mbo->buffer_length = num_frames * USB_MTU; in hdm_add_padding()
314 unsigned int j, num_frames; in hdm_remove_padding() local
318 num_frames = mbo->processed_length / USB_MTU; in hdm_remove_padding()
320 for (j = 1; j < num_frames; j++) in hdm_remove_padding()
325 mbo->processed_length = frame_size * num_frames; in hdm_remove_padding()
569 unsigned int num_frames; in hdm_configure_channel() local
[all...]
/kernel/linux/linux-6.6/drivers/most/
H A Dmost_usb.c280 unsigned int j, num_frames; in hdm_add_padding() local
284 num_frames = mbo->buffer_length / frame_size; in hdm_add_padding()
286 if (num_frames < 1) { in hdm_add_padding()
292 for (j = num_frames - 1; j > 0; j--) in hdm_add_padding()
296 mbo->buffer_length = num_frames * USB_MTU; in hdm_add_padding()
314 unsigned int j, num_frames; in hdm_remove_padding() local
318 num_frames = mbo->processed_length / USB_MTU; in hdm_remove_padding()
320 for (j = 1; j < num_frames; j++) in hdm_remove_padding()
325 mbo->processed_length = frame_size * num_frames; in hdm_remove_padding()
569 unsigned int num_frames; in hdm_configure_channel() local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/
H A Dps3fb.h43 __u32 num_frames; /* num of frame buffers */ member
/kernel/linux/linux-6.6/arch/powerpc/include/uapi/asm/
H A Dps3fb.h43 __u32 num_frames; /* num of frame buffers */ member
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_xdp.h21 int bnxt_xdp_xmit(struct net_device *dev, int num_frames,
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/frame/interface/
H A Dia_css_frame.h101 * @param[in] num_frames The number of frames to be freed in the array
105 void ia_css_frame_free_multiple(unsigned int num_frames,
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/runtime/frame/interface/
H A Dia_css_frame.h101 * @param[in] num_frames The number of frames to be freed in the array
105 void ia_css_frame_free_multiple(unsigned int num_frames,
/kernel/linux/linux-5.10/drivers/staging/greybus/
H A Dgb-camera.h95 unsigned int streams, unsigned int num_frames,
/kernel/linux/linux-6.6/drivers/staging/greybus/
H A Dgb-camera.h95 unsigned int streams, unsigned int num_frames,

Completed in 15 milliseconds

12345