Searched refs:asd_struct_size (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | v4l2-async.h | 183 unsigned int asd_struct_size); 209 unsigned int asd_struct_size); 229 unsigned int asd_struct_size); 248 unsigned int asd_struct_size);
|
| H A D | v4l2-fwnode.h | 466 size_t asd_struct_size, 518 size_t asd_struct_size,
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-async.c | 707 unsigned int asd_struct_size) in v4l2_async_notifier_add_fwnode_subdev() argument 712 asd = kzalloc(asd_struct_size, GFP_KERNEL); in v4l2_async_notifier_add_fwnode_subdev() 733 unsigned int asd_struct_size) in v4l2_async_notifier_add_fwnode_remote_subdev() argument 743 asd_struct_size); in v4l2_async_notifier_add_fwnode_remote_subdev() 756 unsigned int asd_struct_size) in v4l2_async_notifier_add_i2c_subdev() argument 761 asd = kzalloc(asd_struct_size, GFP_KERNEL); in v4l2_async_notifier_add_i2c_subdev() 782 unsigned int asd_struct_size) in v4l2_async_notifier_add_devname_subdev() argument 787 asd = kzalloc(asd_struct_size, GFP_KERNEL); in v4l2_async_notifier_add_devname_subdev()
|
| H A D | v4l2-fwnode.c | 809 unsigned int asd_struct_size, in v4l2_async_notifier_fwnode_parse_endpoint() argument 816 asd = kzalloc(asd_struct_size, GFP_KERNEL); in v4l2_async_notifier_fwnode_parse_endpoint() 868 size_t asd_struct_size, in __v4l2_async_notifier_parse_fwnode_ep() argument 876 if (WARN_ON(asd_struct_size < sizeof(struct v4l2_async_subdev))) in __v4l2_async_notifier_parse_fwnode_ep() 903 asd_struct_size, in __v4l2_async_notifier_parse_fwnode_ep() 917 size_t asd_struct_size, in v4l2_async_notifier_parse_fwnode_endpoints() argument 921 asd_struct_size, 0, in v4l2_async_notifier_parse_fwnode_endpoints() 929 size_t asd_struct_size, in v4l2_async_notifier_parse_fwnode_endpoints_by_port() argument 934 asd_struct_size, in v4l2_async_notifier_parse_fwnode_endpoints_by_port()
|