| /kernel/linux/linux-6.6/drivers/virtio/ |
| D | virtio_balloon.c | 140 struct virtio_balloon *vb = vq->vdev->priv; in balloon_ack() local 145 static void tell_host(struct virtio_balloon *vb, struct virtqueue *vq) in tell_host() 164 struct virtio_balloon *vb = in virtballoon_free_page_report() local 188 static void set_page_pfns(struct virtio_balloon *vb, in set_page_pfns() 204 static unsigned int fill_balloon(struct virtio_balloon *vb, size_t num) in fill_balloon() 254 static void release_pages_balloon(struct virtio_balloon *vb, in release_pages_balloon() 268 static unsigned int leak_balloon(struct virtio_balloon *vb, size_t num) in leak_balloon() 304 static inline void update_stat(struct virtio_balloon *vb, int idx, in update_stat() 314 static unsigned int update_balloon_stats(struct virtio_balloon *vb) in update_balloon_stats() 365 struct virtio_balloon *vb = vq->vdev->priv; in stats_request() local [all …]
|
| /kernel/linux/linux-5.10/drivers/virtio/ |
| D | virtio_balloon.c | 147 struct virtio_balloon *vb = vq->vdev->priv; in balloon_ack() local 152 static void tell_host(struct virtio_balloon *vb, struct virtqueue *vq) in tell_host() 171 struct virtio_balloon *vb = in virtballoon_free_page_report() local 195 static void set_page_pfns(struct virtio_balloon *vb, in set_page_pfns() 211 static unsigned fill_balloon(struct virtio_balloon *vb, size_t num) in fill_balloon() 261 static void release_pages_balloon(struct virtio_balloon *vb, in release_pages_balloon() 275 static unsigned leak_balloon(struct virtio_balloon *vb, size_t num) in leak_balloon() 311 static inline void update_stat(struct virtio_balloon *vb, int idx, in update_stat() 321 static unsigned int update_balloon_stats(struct virtio_balloon *vb) in update_balloon_stats() 372 struct virtio_balloon *vb = vq->vdev->priv; in stats_request() local [all …]
|
| /kernel/linux/linux-6.6/drivers/media/common/videobuf2/ |
| D | videobuf2-core.c | 54 #define log_memop(vb, op) \ argument 59 #define call_memop(vb, op, args...) \ argument 71 #define call_ptr_memop(op, vb, args...) \ argument 83 #define call_void_memop(vb, op, args...) \ argument 116 #define log_vb_qop(vb, op, args...) \ argument 121 #define call_vb_qop(vb, op, args...) \ argument 133 #define call_void_vb_qop(vb, op, args...) \ argument 143 #define call_memop(vb, op, args...) \ argument 147 #define call_ptr_memop(op, vb, args...) \ argument 151 #define call_void_memop(vb, op, args...) \ argument [all …]
|
| D | videobuf2-v4l2.c | 64 static int __verify_planes_array(struct vb2_buffer *vb, const struct v4l2_buffer *b) in __verify_planes_array() 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() [all …]
|
| D | videobuf2-dma-contig.c | 45 struct vb2_buffer *vb; member 73 static void *vb2_dc_cookie(struct vb2_buffer *vb, void *buf_priv) in vb2_dc_cookie() 94 static void *vb2_dc_vaddr(struct vb2_buffer *vb, void *buf_priv) in vb2_dc_vaddr() 231 static void *vb2_dc_alloc(struct vb2_buffer *vb, in vb2_dc_alloc() 498 static struct dma_buf *vb2_dc_get_dmabuf(struct vb2_buffer *vb, in vb2_dc_get_dmabuf() 562 static void *vb2_dc_get_userptr(struct vb2_buffer *vb, struct device *dev, in vb2_dc_get_userptr() 768 static void *vb2_dc_attach_dmabuf(struct vb2_buffer *vb, struct device *dev, in vb2_dc_attach_dmabuf()
|
| D | videobuf2-dma-sg.c | 55 struct vb2_buffer *vb; member 101 static void *vb2_dma_sg_alloc(struct vb2_buffer *vb, struct device *dev, in vb2_dma_sg_alloc() 223 static void *vb2_dma_sg_get_userptr(struct vb2_buffer *vb, struct device *dev, in vb2_dma_sg_get_userptr() 304 static void *vb2_dma_sg_vaddr(struct vb2_buffer *vb, void *buf_priv) in vb2_dma_sg_vaddr() 521 static struct dma_buf *vb2_dma_sg_get_dmabuf(struct vb2_buffer *vb, in vb2_dma_sg_get_dmabuf() 617 static void *vb2_dma_sg_attach_dmabuf(struct vb2_buffer *vb, struct device *dev, in vb2_dma_sg_attach_dmabuf() 650 static void *vb2_dma_sg_cookie(struct vb2_buffer *vb, void *buf_priv) in vb2_dma_sg_cookie()
|
| /kernel/linux/linux-5.10/drivers/media/common/videobuf2/ |
| D | videobuf2-core.c | 54 #define log_memop(vb, op) \ argument 59 #define call_memop(vb, op, args...) \ argument 71 #define call_ptr_memop(vb, op, args...) \ argument 83 #define call_void_memop(vb, op, args...) \ argument 116 #define log_vb_qop(vb, op, args...) \ argument 121 #define call_vb_qop(vb, op, args...) \ argument 133 #define call_void_vb_qop(vb, op, args...) \ argument 143 #define call_memop(vb, op, args...) \ argument 147 #define call_ptr_memop(vb, op, args...) \ argument 151 #define call_void_memop(vb, op, args...) \ argument [all …]
|
| D | videobuf2-v4l2.c | 64 static int __verify_planes_array(struct vb2_buffer *vb, const struct v4l2_buffer *b) in __verify_planes_array() 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() 398 struct vb2_buffer *vb; in vb2_queue_or_prepare_buf() local 522 static void __fill_v4l2_buffer(struct vb2_buffer *vb, void *pb) in __fill_v4l2_buffer() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpio/ |
| 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 …]
|
| /kernel/linux/linux-6.6/drivers/gpio/ |
| 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 …]
|
| /kernel/linux/linux-6.6/drivers/i2c/busses/ |
| 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
|
| /kernel/linux/linux-5.10/drivers/i2c/busses/ |
| 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
|
| /kernel/linux/linux-5.10/drivers/iio/adc/ |
| 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
|
| /kernel/linux/linux-6.6/drivers/iio/adc/ |
| 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
|
| /kernel/linux/linux-6.6/block/partitions/ |
| 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
|
| /kernel/linux/linux-5.10/block/partitions/ |
| 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() 771 static int ldm_parse_dgr3 (const u8 *buffer, int buflen, struct vblk *vb) in ldm_parse_dgr3() 815 static bool ldm_parse_dgr4 (const u8 *buffer, int buflen, struct vblk *vb) in ldm_parse_dgr4() 856 static bool ldm_parse_dsk3 (const u8 *buffer, int buflen, struct vblk *vb) in ldm_parse_dsk3() 895 static bool ldm_parse_dsk4 (const u8 *buffer, int buflen, struct vblk *vb) in ldm_parse_dsk4() 928 static bool ldm_parse_prt3(const u8 *buffer, int buflen, struct vblk *vb) in ldm_parse_prt3() 1004 static bool ldm_parse_vol5(const u8 *buffer, int buflen, struct vblk *vb) in ldm_parse_vol5() 1113 static bool ldm_parse_vblk (const u8 *buf, int len, struct vblk *vb) in ldm_parse_vblk() 1167 struct vblk *vb; in ldm_ldmdb_add() local
|
| /kernel/linux/linux-6.6/drivers/media/usb/go7007/ |
| D | go7007-driver.c | 381 static inline void store_byte(struct go7007_buffer *vb, u8 byte) in store_byte() 390 static void go7007_set_motion_regions(struct go7007 *go, struct go7007_buffer *vb, in go7007_set_motion_regions() 412 static void go7007_motion_regions(struct go7007 *go, struct go7007_buffer *vb) in go7007_motion_regions() 441 static struct go7007_buffer *frame_boundary(struct go7007 *go, struct go7007_buffer *vb) in frame_boundary() 500 struct go7007_buffer *vb = go->active_buf; in go7007_parse_video_stream() local
|
| /kernel/linux/linux-5.10/drivers/media/usb/go7007/ |
| 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
|
| /kernel/linux/linux-5.10/drivers/mfd/ |
| D | viperboard.c | 50 struct vprbrd *vb; in vprbrd_probe() local 109 struct vprbrd *vb = usb_get_intfdata(interface); in vprbrd_disconnect() local
|
| /kernel/linux/linux-6.6/drivers/mfd/ |
| D | viperboard.c | 50 struct vprbrd *vb; in vprbrd_probe() local 109 struct vprbrd *vb = usb_get_intfdata(interface); in vprbrd_disconnect() local
|
| /kernel/linux/linux-5.10/drivers/media/platform/rockchip/rga/ |
| 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()
|
| /kernel/linux/linux-6.6/drivers/media/platform/rockchip/rga/ |
| 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()
|
| /kernel/linux/linux-6.6/drivers/media/platform/amphion/ |
| 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() 500 static int vpu_vb2_buf_init(struct vb2_buffer *vb) in vpu_vb2_buf_init() 508 static int vpu_vb2_buf_out_validate(struct vb2_buffer *vb) in vpu_vb2_buf_out_validate() 517 static int vpu_vb2_buf_prepare(struct vb2_buffer *vb) in vpu_vb2_buf_prepare() 536 static void vpu_vb2_buf_finish(struct vb2_buffer *vb) in vpu_vb2_buf_finish() 611 static void vpu_vb2_buf_queue(struct vb2_buffer *vb) in vpu_vb2_buf_queue()
|
| /kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/ |
| 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()
|
| /kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/ |
| 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()
|