Home
last modified time | relevance | path

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

/Linux-v5.15/include/media/
Dv4l2-async.h162 unsigned int asd_struct_size);
185 unsigned int asd_struct_size);
214 unsigned int asd_struct_size);
Dv4l2-fwnode.h510 size_t asd_struct_size,
/Linux-v5.15/drivers/media/v4l2-core/
Dv4l2-async.c636 unsigned int asd_struct_size) in __v4l2_async_notifier_add_fwnode_subdev() argument
641 asd = kzalloc(asd_struct_size, GFP_KERNEL); in __v4l2_async_notifier_add_fwnode_subdev()
662 unsigned int asd_struct_size) in __v4l2_async_notifier_add_fwnode_remote_subdev() argument
672 asd_struct_size); in __v4l2_async_notifier_add_fwnode_remote_subdev()
685 unsigned int asd_struct_size) in __v4l2_async_notifier_add_i2c_subdev() argument
690 asd = kzalloc(asd_struct_size, GFP_KERNEL); in __v4l2_async_notifier_add_i2c_subdev()
Dv4l2-fwnode.c786 unsigned int asd_struct_size, in v4l2_async_notifier_fwnode_parse_endpoint() argument
793 asd = kzalloc(asd_struct_size, GFP_KERNEL); in v4l2_async_notifier_fwnode_parse_endpoint()
845 size_t asd_struct_size, in __v4l2_async_notifier_parse_fwnode_ep() argument
853 if (WARN_ON(asd_struct_size < sizeof(struct v4l2_async_subdev))) in __v4l2_async_notifier_parse_fwnode_ep()
880 asd_struct_size, in __v4l2_async_notifier_parse_fwnode_ep()
894 size_t asd_struct_size, in v4l2_async_notifier_parse_fwnode_endpoints() argument
898 asd_struct_size, 0, in v4l2_async_notifier_parse_fwnode_endpoints()