Home
last modified time | relevance | path

Searched refs:asd_struct_size (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/media/
Dv4l2-async.h183 unsigned int asd_struct_size);
209 unsigned int asd_struct_size);
229 unsigned int asd_struct_size);
248 unsigned int asd_struct_size);
Dv4l2-fwnode.h466 size_t asd_struct_size,
518 size_t asd_struct_size,
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
Dv4l2-async.c653 unsigned int asd_struct_size) in v4l2_async_notifier_add_fwnode_subdev() argument
658 asd = kzalloc(asd_struct_size, GFP_KERNEL); in v4l2_async_notifier_add_fwnode_subdev()
679 unsigned int asd_struct_size) in v4l2_async_notifier_add_fwnode_remote_subdev() argument
689 asd_struct_size); in v4l2_async_notifier_add_fwnode_remote_subdev()
702 unsigned int asd_struct_size) in v4l2_async_notifier_add_i2c_subdev() argument
707 asd = kzalloc(asd_struct_size, GFP_KERNEL); in v4l2_async_notifier_add_i2c_subdev()
728 unsigned int asd_struct_size) in v4l2_async_notifier_add_devname_subdev() argument
733 asd = kzalloc(asd_struct_size, GFP_KERNEL); in v4l2_async_notifier_add_devname_subdev()
Dv4l2-fwnode.c809 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()