Searched refs:subdev_entity (Results 1 – 1 of 1) sorted by relevance
1764 struct isc_subdev_entity *subdev_entity = in isc_async_bound() local1772 subdev_entity->sd = subdev; in isc_async_bound()1984 struct isc_subdev_entity *subdev_entity; in isc_subdev_cleanup() local1986 list_for_each_entry(subdev_entity, &isc->subdev_entities, list) in isc_subdev_cleanup()1987 v4l2_async_notifier_unregister(&subdev_entity->notifier); in isc_subdev_cleanup()2030 struct isc_subdev_entity *subdev_entity; in isc_parse_dt() local2057 subdev_entity = devm_kzalloc(dev, in isc_parse_dt()2058 sizeof(*subdev_entity), GFP_KERNEL); in isc_parse_dt()2059 if (!subdev_entity) { in isc_parse_dt()2065 subdev_entity->asd = devm_kzalloc(dev, in isc_parse_dt()[all …]