Searched refs:asd_struct_size (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/media/v4l2-core/ |
D | v4l2-fwnode.c | 352 struct fwnode_handle *endpoint, unsigned int asd_struct_size, in v4l2_async_notifier_fwnode_parse_endpoint() argument 361 asd = kzalloc(asd_struct_size, GFP_KERNEL); in v4l2_async_notifier_fwnode_parse_endpoint() 408 size_t asd_struct_size, unsigned int port, bool has_port, in __v4l2_async_notifier_parse_fwnode_endpoints() argument 417 if (WARN_ON(asd_struct_size < sizeof(struct v4l2_async_subdev))) in __v4l2_async_notifier_parse_fwnode_endpoints() 482 dev, notifier, fwnode, asd_struct_size, parse_endpoint); in __v4l2_async_notifier_parse_fwnode_endpoints() 494 size_t asd_struct_size, in v4l2_async_notifier_parse_fwnode_endpoints() argument 500 dev, notifier, asd_struct_size, 0, false, parse_endpoint); in v4l2_async_notifier_parse_fwnode_endpoints() 506 size_t asd_struct_size, unsigned int port, in v4l2_async_notifier_parse_fwnode_endpoints_by_port() argument 512 dev, notifier, asd_struct_size, port, true, parse_endpoint); in v4l2_async_notifier_parse_fwnode_endpoints_by_port()
|
/Linux-v4.19/include/media/ |
D | v4l2-fwnode.h | 281 size_t asd_struct_size, 337 size_t asd_struct_size, unsigned int port,
|