Home
last modified time | relevance | path

Searched defs:bpl (Results 26 - 50 of 127) sorted by relevance

123456

/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Duvc_v4l2.c70 unsigned int bpl = uvc_v4l2_get_bytesperline(uformat, uframe); in uvc_get_frame_size() local
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-regs.c188 u32 bpl = pix_mp->plane_fmt[i].bytesperline; in mdp_try_fmt_mplane() local
/kernel/linux/linux-6.6/drivers/media/pci/cx25821/
H A Dcx25821-core.c417 cx25821_sram_channel_setup(struct cx25821_dev *dev, const struct sram_channel *ch, unsigned int bpl, u32 risc) cx25821_sram_channel_setup() argument
485 cx25821_sram_channel_setup_audio(struct cx25821_dev *dev, const struct sram_channel *ch, unsigned int bpl, u32 risc) cx25821_sram_channel_setup_audio() argument
988 cx25821_risc_field(__le32 * rp, struct scatterlist *sglist, unsigned int offset, u32 sync_line, unsigned int bpl, unsigned int padding, unsigned int lines, bool jump) cx25821_risc_field() argument
1050 cx25821_risc_buffer(struct pci_dev *pci, struct cx25821_riscmem *risc, struct scatterlist *sglist, unsigned int top_offset, unsigned int bottom_offset, unsigned int bpl, unsigned int padding, unsigned int lines) cx25821_risc_buffer() argument
1099 cx25821_risc_field_audio(__le32 * rp, struct scatterlist *sglist, unsigned int offset, u32 sync_line, unsigned int bpl, unsigned int padding, unsigned int lines, unsigned int lpi) cx25821_risc_field_audio() argument
1160 cx25821_risc_databuffer_audio(struct pci_dev *pci, struct cx25821_riscmem *risc, struct scatterlist *sglist, unsigned int bpl, unsigned int lines, unsigned int lpi) cx25821_risc_databuffer_audio() argument
[all...]
H A Dcx25821-alsa.c52 unsigned int bpl; member
450 unsigned int bpl = 0; in snd_cx25821_pcm_open() local
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-hw.c388 unsigned int bpl = format->plane_fmt[0].bytesperline; in mxc_isi_channel_set_input_format() local
/kernel/linux/linux-6.6/drivers/gpu/drm/mcde/
H A Dmcde_dsi.c434 u64 bpl; in mcde_dsi_setup_video_mode() local
[all...]
/kernel/linux/linux-6.6/arch/x86/boot/
H A Dboot.h237 u8 bpl, bph, ebp2, ebp3; member
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/
H A Dfimc-core.c714 u32 bpl = plane_fmt->bytesperline; in fimc_adjust_mplane_format() local
/kernel/linux/linux-5.10/drivers/media/pci/cx25821/
H A Dcx25821-core.c424 cx25821_sram_channel_setup(struct cx25821_dev *dev, const struct sram_channel *ch, unsigned int bpl, u32 risc) cx25821_sram_channel_setup() argument
492 cx25821_sram_channel_setup_audio(struct cx25821_dev *dev, const struct sram_channel *ch, unsigned int bpl, u32 risc) cx25821_sram_channel_setup_audio() argument
995 cx25821_risc_field(__le32 * rp, struct scatterlist *sglist, unsigned int offset, u32 sync_line, unsigned int bpl, unsigned int padding, unsigned int lines, bool jump) cx25821_risc_field() argument
1057 cx25821_risc_buffer(struct pci_dev *pci, struct cx25821_riscmem *risc, struct scatterlist *sglist, unsigned int top_offset, unsigned int bottom_offset, unsigned int bpl, unsigned int padding, unsigned int lines) cx25821_risc_buffer() argument
1106 cx25821_risc_field_audio(__le32 * rp, struct scatterlist *sglist, unsigned int offset, u32 sync_line, unsigned int bpl, unsigned int padding, unsigned int lines, unsigned int lpi) cx25821_risc_field_audio() argument
1167 cx25821_risc_databuffer_audio(struct pci_dev *pci, struct cx25821_riscmem *risc, struct scatterlist *sglist, unsigned int bpl, unsigned int lines, unsigned int lpi) cx25821_risc_databuffer_audio() argument
[all...]
H A Dcx25821-alsa.c52 unsigned int bpl; member
451 unsigned int bpl = 0; in snd_cx25821_pcm_open() local
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
H A Dispvideo.c143 unsigned int bpl = pix->bytesperline; in isp_video_mbus_to_pix() local
/kernel/linux/linux-5.10/drivers/media/platform/qcom/camss/
H A Dcamss-video.c662 u32 bpl, lines; in __video_try_fmt() local
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H A Dbttv-risc.c708 int bpl = (buf->fmt->depth >> 3) * buf->vb.width; in bttv_buffer_risc() local
35 bttv_risc_packed(struct bttv *btv, struct btcx_riscmem *risc, struct scatterlist *sglist, unsigned int offset, unsigned int bpl, unsigned int padding, unsigned int skip_lines, unsigned int store_lines) bttv_risc_packed() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/cx88/
H A Dcx88-core.c70 cx88_risc_field(__le32 *rp, struct scatterlist *sglist, unsigned int offset, u32 sync_line, unsigned int bpl, unsigned int padding, unsigned int lines, unsigned int lpi, bool jump) cx88_risc_field() argument
130 cx88_risc_buffer(struct pci_dev *pci, struct cx88_riscmem *risc, struct scatterlist *sglist, unsigned int top_offset, unsigned int bottom_offset, unsigned int bpl, unsigned int padding, unsigned int lines) cx88_risc_buffer() argument
176 cx88_risc_databuffer(struct pci_dev *pci, struct cx88_riscmem *risc, struct scatterlist *sglist, unsigned int bpl, unsigned int lines, unsigned int lpi) cx88_risc_databuffer() argument
340 cx88_sram_channel_setup(struct cx88_core *core, const struct sram_channel *ch, unsigned int bpl, u32 risc) cx88_sram_channel_setup() argument
780 int bpl = cx88_sram_channels[SRAM_CH25].fifo_size / 4; cx88_start_audio_dma() local
[all...]
H A Dcx88-alsa.c45 unsigned int bpl; member
425 unsigned int bpl = cx88_sram_channels[SRAM_CH25].fifo_size / 4; in snd_cx88_pcm_open() local
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/tw68/
H A Dtw68-video.c445 unsigned size, bpl; in tw68_buf_prepare() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/mcde/
H A Dmcde_dsi.c434 u64 bpl; in mcde_dsi_setup_video_mode() local
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/sunxi/sun8i-rotate/
H A Dsun8i_rotate.c178 unsigned int height, width, alignment, sizeimage, size, bpl; in rotate_prepare_format() local
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/
H A Dvsp1_video.c149 unsigned int bpl; in __vsp1_video_try_format() local
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/
H A Dvivid-kthread-cap.c222 plane_vaddr(struct tpg_data *tpg, struct vivid_buffer *buf, unsigned p, unsigned bpl[TPG_MAX_PLANES], unsigned h) plane_vaddr() argument
/kernel/linux/linux-5.10/drivers/staging/media/omap4iss/
H A Diss_video.c120 unsigned int bpl = pix->bytesperline; in iss_video_mbus_to_pix() local
/kernel/linux/linux-6.6/drivers/media/platform/sunxi/sun8i-rotate/
H A Dsun8i_rotate.c178 unsigned int height, width, alignment, sizeimage, size, bpl; in rotate_prepare_format() local
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/
H A Dispvideo.c143 unsigned int bpl = pix->bytesperline; in isp_video_mbus_to_pix() local
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/
H A Dvivid-kthread-cap.c202 plane_vaddr(struct tpg_data *tpg, struct vivid_buffer *buf, unsigned p, unsigned bpl[TPG_MAX_PLANES], unsigned h) plane_vaddr() argument
/kernel/linux/linux-6.6/drivers/staging/media/omap4iss/
H A Diss_video.c118 unsigned int bpl = pix->bytesperline; in iss_video_mbus_to_pix() local

Completed in 27 milliseconds

123456