/linux-6.3-rc2/drivers/virtio/ |
A D | virtio_balloon.c | 140 struct virtio_balloon *vb = vq->vdev->priv; in balloon_ack() local 164 struct virtio_balloon *vb = in virtballoon_free_page_report() local 365 struct virtio_balloon *vb = vq->vdev->priv; in stats_request() local 438 struct virtio_balloon *vb = vdev->priv; in virtballoon_changed() local 461 struct virtio_balloon *vb; in update_balloon_stats_func() local 470 struct virtio_balloon *vb; in update_balloon_size_func() local 837 struct virtio_balloon *vb = container_of(nb, in virtio_balloon_oom_notify() local 864 struct virtio_balloon *vb; in virtballoon_probe() local 1029 struct virtio_balloon *vb = vdev->priv; in virtballoon_remove() local 1055 struct virtio_balloon *vb = vdev->priv; in virtballoon_freeze() local [all …]
|
/linux-6.3-rc2/drivers/media/common/videobuf2/ |
A D | videobuf2-core.c | 54 #define log_memop(vb, op) \ argument 412 struct vb2_buffer *vb; in __vb2_queue_alloc() local 482 struct vb2_buffer *vb; in __vb2_free_mem() local 1102 struct vb2_buffer *vb; in vb2_discard_done() local 1547 struct vb2_buffer *vb; in vb2_core_prepare_buf() local 1587 struct vb2_buffer *vb; in vb2_start_streaming() local 1640 struct vb2_buffer *vb; in vb2_core_qbuf() local 2193 struct vb2_buffer *vb; in __find_plane_by_offset() local 2308 struct vb2_buffer *vb; in vb2_mmap() local 2384 struct vb2_buffer *vb; in vb2_get_unmapped_area() local [all …]
|
A D | videobuf2-v4l2.c | 86 static int __verify_planes_array_core(struct vb2_buffer *vb, const void *pb) in __verify_planes_array_core() 95 static int __verify_length(struct vb2_buffer *vb, const struct v4l2_buffer *b) in __verify_length() 134 static void __init_vb2_v4l2_buffer(struct vb2_buffer *vb) in __init_vb2_v4l2_buffer() 141 static void __copy_timestamp(struct vb2_buffer *vb, const void *pb) in __copy_timestamp() 160 static void vb2_warn_zero_bytesused(struct vb2_buffer *vb) in vb2_warn_zero_bytesused() 176 static int vb2_fill_vb2_v4l2_buffer(struct vb2_buffer *vb, struct v4l2_buffer *b) in vb2_fill_vb2_v4l2_buffer() 345 struct vb2_buffer *vb, in set_buffer_cache_hints() 373 struct vb2_buffer *vb; in vb2_queue_or_prepare_buf() local 492 static void __fill_v4l2_buffer(struct vb2_buffer *vb, void *pb) in __fill_v4l2_buffer() 601 static int __fill_vb2_buffer(struct vb2_buffer *vb, struct vb2_plane *planes) in __fill_vb2_buffer() [all …]
|
A D | videobuf2-dma-sg.c | 56 struct vb2_buffer *vb; member 102 static void *vb2_dma_sg_alloc(struct vb2_buffer *vb, struct device *dev, in vb2_dma_sg_alloc() 224 static void *vb2_dma_sg_get_userptr(struct vb2_buffer *vb, struct device *dev, in vb2_dma_sg_get_userptr() 305 static void *vb2_dma_sg_vaddr(struct vb2_buffer *vb, void *buf_priv) in vb2_dma_sg_vaddr() 518 static struct dma_buf *vb2_dma_sg_get_dmabuf(struct vb2_buffer *vb, in vb2_dma_sg_get_dmabuf() 614 static void *vb2_dma_sg_attach_dmabuf(struct vb2_buffer *vb, struct device *dev, in vb2_dma_sg_attach_dmabuf() 647 static void *vb2_dma_sg_cookie(struct vb2_buffer *vb, void *buf_priv) in vb2_dma_sg_cookie()
|
A D | videobuf2-dma-contig.c | 46 struct vb2_buffer *vb; member 74 static void *vb2_dc_cookie(struct vb2_buffer *vb, void *buf_priv) in vb2_dc_cookie() 95 static void *vb2_dc_vaddr(struct vb2_buffer *vb, void *buf_priv) in vb2_dc_vaddr() 232 static void *vb2_dc_alloc(struct vb2_buffer *vb, in vb2_dc_alloc() 501 static struct dma_buf *vb2_dc_get_dmabuf(struct vb2_buffer *vb, in vb2_dc_get_dmabuf() 565 static void *vb2_dc_get_userptr(struct vb2_buffer *vb, struct device *dev, in vb2_dc_get_userptr() 771 static void *vb2_dc_attach_dmabuf(struct vb2_buffer *vb, struct device *dev, in vb2_dc_attach_dmabuf()
|
A D | videobuf2-vmalloc.c | 38 static void *vb2_vmalloc_alloc(struct vb2_buffer *vb, struct device *dev, in vb2_vmalloc_alloc() 74 static void *vb2_vmalloc_get_userptr(struct vb2_buffer *vb, struct device *dev, in vb2_vmalloc_get_userptr() 151 static void *vb2_vmalloc_vaddr(struct vb2_buffer *vb, void *buf_priv) in vb2_vmalloc_vaddr() 337 static struct dma_buf *vb2_vmalloc_get_dmabuf(struct vb2_buffer *vb, in vb2_vmalloc_get_dmabuf() 403 static void *vb2_vmalloc_attach_dmabuf(struct vb2_buffer *vb, in vb2_vmalloc_attach_dmabuf()
|
/linux-6.3-rc2/drivers/gpio/ |
A D | gpio-viperboard.c | 69 struct vprbrd *vb; member 86 struct vprbrd *vb = gpio->vb; in vprbrd_gpioa_get() local 136 struct vprbrd *vb = gpio->vb; in vprbrd_gpioa_set() local 177 struct vprbrd *vb = gpio->vb; in vprbrd_gpioa_direction_input() local 214 struct vprbrd *vb = gpio->vb; in vprbrd_gpioa_direction_output() local 254 static int vprbrd_gpiob_setdir(struct vprbrd *vb, unsigned int offset, in vprbrd_gpiob_setdir() 281 struct vprbrd *vb = gpio->vb; in vprbrd_gpiob_get() local 312 struct vprbrd *vb = gpio->vb; in vprbrd_gpiob_set() local 345 struct vprbrd *vb = gpio->vb; in vprbrd_gpiob_direction_input() local 366 struct vprbrd *vb = gpio->vb; in vprbrd_gpiob_direction_output() local [all …]
|
/linux-6.3-rc2/drivers/i2c/busses/ |
A D | i2c-viperboard.c | 40 struct vprbrd *vb = (struct vprbrd *)i2c->algo_data; in vprbrd_i2c_status() local 113 static int vprbrd_i2c_read(struct vprbrd *vb, struct i2c_msg *msg) in vprbrd_i2c_read() 218 static int vprbrd_i2c_write(struct vprbrd *vb, struct i2c_msg *msg) in vprbrd_i2c_write() 271 struct vprbrd *vb = (struct vprbrd *)i2c->algo_data; in vprbrd_i2c_xfer() local 359 struct vprbrd *vb = dev_get_drvdata(pdev->dev.parent); in vprbrd_i2c_probe() local
|
/linux-6.3-rc2/block/partitions/ |
A D | ldm.c | 574 struct vblk *vb; in ldm_create_data_partitions() local 720 static bool ldm_parse_cmp3 (const u8 *buffer, int buflen, struct vblk *vb) in ldm_parse_cmp3() 770 static int ldm_parse_dgr3 (const u8 *buffer, int buflen, struct vblk *vb) in ldm_parse_dgr3() 811 static bool ldm_parse_dgr4 (const u8 *buffer, int buflen, struct vblk *vb) in ldm_parse_dgr4() 849 static bool ldm_parse_dsk3 (const u8 *buffer, int buflen, struct vblk *vb) in ldm_parse_dsk3() 888 static bool ldm_parse_dsk4 (const u8 *buffer, int buflen, struct vblk *vb) in ldm_parse_dsk4() 921 static bool ldm_parse_prt3(const u8 *buffer, int buflen, struct vblk *vb) in ldm_parse_prt3() 995 static bool ldm_parse_vol5(const u8 *buffer, int buflen, struct vblk *vb) in ldm_parse_vol5() 1104 static bool ldm_parse_vblk (const u8 *buf, int len, struct vblk *vb) in ldm_parse_vblk() 1158 struct vblk *vb; in ldm_ldmdb_add() local
|
/linux-6.3-rc2/drivers/iio/adc/ |
A D | viperboard_adc.c | 32 struct vprbrd *vb; member 57 struct vprbrd *vb = adc->vb; in vprbrd_iio_read_raw() local 109 struct vprbrd *vb = dev_get_drvdata(pdev->dev.parent); in vprbrd_adc_probe() local
|
/linux-6.3-rc2/drivers/media/usb/go7007/ |
A D | go7007-driver.c | 379 static inline void store_byte(struct go7007_buffer *vb, u8 byte) in store_byte() 388 static void go7007_set_motion_regions(struct go7007 *go, struct go7007_buffer *vb, in go7007_set_motion_regions() 410 static void go7007_motion_regions(struct go7007 *go, struct go7007_buffer *vb) in go7007_motion_regions() 439 static struct go7007_buffer *frame_boundary(struct go7007 *go, struct go7007_buffer *vb) in frame_boundary() 498 struct go7007_buffer *vb = go->active_buf; in go7007_parse_video_stream() local
|
/linux-6.3-rc2/drivers/media/platform/amphion/ |
A D | vpu_v4l2.c | 37 dma_addr_t vpu_get_vb_phy_addr(struct vb2_buffer *vb, u32 plane_no) in vpu_get_vb_phy_addr() 45 unsigned int vpu_get_vb_length(struct vb2_buffer *vb, u32 plane_no) in vpu_get_vb_length() 494 static int vpu_vb2_buf_init(struct vb2_buffer *vb) in vpu_vb2_buf_init() 502 static int vpu_vb2_buf_out_validate(struct vb2_buffer *vb) in vpu_vb2_buf_out_validate() 511 static int vpu_vb2_buf_prepare(struct vb2_buffer *vb) in vpu_vb2_buf_prepare() 530 static void vpu_vb2_buf_finish(struct vb2_buffer *vb) in vpu_vb2_buf_finish() 605 static void vpu_vb2_buf_queue(struct vb2_buffer *vb) in vpu_vb2_buf_queue()
|
/linux-6.3-rc2/drivers/media/platform/rockchip/rga/ |
A D | rga-buf.c | 38 static int rga_buf_prepare(struct vb2_buffer *vb) in rga_buf_prepare() 51 static void rga_buf_queue(struct vb2_buffer *vb) in rga_buf_queue() 113 void rga_buf_map(struct vb2_buffer *vb) in rga_buf_map()
|
/linux-6.3-rc2/drivers/media/test-drivers/vivid/ |
A D | vivid-meta-out.c | 40 static int meta_out_buf_prepare(struct vb2_buffer *vb) in meta_out_buf_prepare() 65 static void meta_out_buf_queue(struct vb2_buffer *vb) in meta_out_buf_queue() 114 static void meta_out_buf_request_complete(struct vb2_buffer *vb) in meta_out_buf_request_complete()
|
A D | vivid-meta-cap.c | 40 static int meta_cap_buf_prepare(struct vb2_buffer *vb) in meta_cap_buf_prepare() 65 static void meta_cap_buf_queue(struct vb2_buffer *vb) in meta_cap_buf_queue() 114 static void meta_cap_buf_request_complete(struct vb2_buffer *vb) in meta_cap_buf_request_complete()
|
/linux-6.3-rc2/drivers/mfd/ |
A D | viperboard.c | 50 struct vprbrd *vb; in vprbrd_probe() local 109 struct vprbrd *vb = usb_get_intfdata(interface); in vprbrd_disconnect() local
|
/linux-6.3-rc2/drivers/media/platform/nvidia/tegra-vde/ |
A D | v4l2.c | 116 static int tegra_buf_out_validate(struct vb2_buffer *vb) in tegra_buf_out_validate() 124 static void __tegra_buf_cleanup(struct vb2_buffer *vb, unsigned int i) in __tegra_buf_cleanup() 148 static int tegra_buf_init(struct vb2_buffer *vb) in tegra_buf_init() 212 static void tegra_buf_cleanup(struct vb2_buffer *vb) in tegra_buf_cleanup() 217 static int tegra_buf_prepare(struct vb2_buffer *vb) in tegra_buf_prepare() 281 static void tegra_buf_queue(struct vb2_buffer *vb) in tegra_buf_queue() 289 static void tegra_buf_request_complete(struct vb2_buffer *vb) in tegra_buf_request_complete()
|
/linux-6.3-rc2/drivers/media/usb/pwc/ |
A D | pwc-if.c | 638 static int buffer_init(struct vb2_buffer *vb) in buffer_init() 652 static int buffer_prepare(struct vb2_buffer *vb) in buffer_prepare() 663 static void buffer_finish(struct vb2_buffer *vb) in buffer_finish() 681 static void buffer_cleanup(struct vb2_buffer *vb) in buffer_cleanup() 690 static void buffer_queue(struct vb2_buffer *vb) in buffer_queue()
|
/linux-6.3-rc2/drivers/media/usb/au0828/ |
A D | au0828-vbi.c | 35 static int vbi_buffer_prepare(struct vb2_buffer *vb) in vbi_buffer_prepare() 53 vbi_buffer_queue(struct vb2_buffer *vb) in vbi_buffer_queue()
|
/linux-6.3-rc2/drivers/media/pci/cx23885/ |
A D | cx23885-vbi.c | 128 static int buffer_prepare(struct vb2_buffer *vb) in buffer_prepare() 152 static void buffer_finish(struct vb2_buffer *vb) in buffer_finish() 182 static void buffer_queue(struct vb2_buffer *vb) in buffer_queue()
|
/linux-6.3-rc2/drivers/media/usb/em28xx/ |
A D | em28xx-vbi.c | 44 static int vbi_buffer_prepare(struct vb2_buffer *vb) in vbi_buffer_prepare() 64 vbi_buffer_queue(struct vb2_buffer *vb) in vbi_buffer_queue()
|
/linux-6.3-rc2/drivers/media/pci/cx88/ |
A D | cx88-vbi.c | 129 static int buffer_prepare(struct vb2_buffer *vb) in buffer_prepare() 153 static void buffer_finish(struct vb2_buffer *vb) in buffer_finish() 166 static void buffer_queue(struct vb2_buffer *vb) in buffer_queue()
|
/linux-6.3-rc2/drivers/media/pci/dt3155/ |
A D | dt3155.c | 140 static int dt3155_buf_prepare(struct vb2_buffer *vb) in dt3155_buf_prepare() 151 struct vb2_buffer *vb = &pd->curr_buf->vb2_buf; in dt3155_start_streaming() local 179 struct vb2_buffer *vb; in dt3155_stop_streaming() local 211 static void dt3155_buf_queue(struct vb2_buffer *vb) in dt3155_buf_queue()
|
/linux-6.3-rc2/drivers/media/dvb-core/ |
A D | dvb_vb2.c | 50 static int _buffer_prepare(struct vb2_buffer *vb) in _buffer_prepare() 67 static void _buffer_queue(struct vb2_buffer *vb) in _buffer_queue() 133 static void _fill_dmx_buffer(struct vb2_buffer *vb, void *pb) in _fill_dmx_buffer() 145 static int _fill_vb2_buffer(struct vb2_buffer *vb, struct vb2_plane *planes) in _fill_vb2_buffer()
|
/linux-6.3-rc2/drivers/media/test-drivers/visl/ |
A D | visl-video.c | 603 static int visl_buf_out_validate(struct vb2_buffer *vb) in visl_buf_out_validate() 611 static int visl_buf_prepare(struct vb2_buffer *vb) in visl_buf_prepare() 675 static void visl_buf_queue(struct vb2_buffer *vb) in visl_buf_queue() 683 static void visl_buf_request_complete(struct vb2_buffer *vb) in visl_buf_request_complete() 742 struct vb2_buffer *vb; in visl_request_validate() local
|