Home
last modified time | relevance | path

Searched refs:subdev_entity (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/platform/atmel/
A Datmel-sama7g5-isc.c317 struct isc_subdev_entity *subdev_entity; in xisc_parse_dt() local
341 subdev_entity = devm_kzalloc(dev, sizeof(*subdev_entity), in xisc_parse_dt()
343 if (!subdev_entity) { in xisc_parse_dt()
347 subdev_entity->epn = epn; in xisc_parse_dt()
380 struct isc_subdev_entity *subdev_entity; in microchip_xisc_probe() local
497 of_fwnode_handle(subdev_entity->epn); in microchip_xisc_probe()
499 v4l2_async_nf_init(&subdev_entity->notifier); in microchip_xisc_probe()
505 of_node_put(subdev_entity->epn); in microchip_xisc_probe()
506 subdev_entity->epn = NULL; in microchip_xisc_probe()
513 subdev_entity->notifier.ops = &isc_async_ops; in microchip_xisc_probe()
[all …]
A Datmel-sama5d2-isc.c330 struct isc_subdev_entity *subdev_entity; in isc_parse_dt() local
351 subdev_entity = devm_kzalloc(dev, sizeof(*subdev_entity), in isc_parse_dt()
353 if (!subdev_entity) { in isc_parse_dt()
357 subdev_entity->epn = epn; in isc_parse_dt()
387 struct isc_subdev_entity *subdev_entity; in atmel_isc_probe() local
503 of_fwnode_handle(subdev_entity->epn); in atmel_isc_probe()
505 v4l2_async_nf_init(&subdev_entity->notifier); in atmel_isc_probe()
511 of_node_put(subdev_entity->epn); in atmel_isc_probe()
512 subdev_entity->epn = NULL; in atmel_isc_probe()
519 subdev_entity->notifier.ops = &isc_async_ops; in atmel_isc_probe()
[all …]
A Datmel-isc-base.c2010 struct isc_subdev_entity *subdev_entity = in isc_async_bound() local
2018 subdev_entity->sd = subdev; in isc_async_bound()
2219 struct isc_subdev_entity *subdev_entity; in isc_subdev_cleanup() local
2221 list_for_each_entry(subdev_entity, &isc->subdev_entities, list) { in isc_subdev_cleanup()
2222 v4l2_async_nf_unregister(&subdev_entity->notifier); in isc_subdev_cleanup()
2223 v4l2_async_nf_cleanup(&subdev_entity->notifier); in isc_subdev_cleanup()

Completed in 10 milliseconds