subdev_entity 1905 drivers/media/platform/atmel/atmel-isc-base.c struct isc_subdev_entity *subdev_entity = subdev_entity 1913 drivers/media/platform/atmel/atmel-isc-base.c subdev_entity->sd = subdev; subdev_entity 2112 drivers/media/platform/atmel/atmel-isc-base.c struct isc_subdev_entity *subdev_entity; subdev_entity 2114 drivers/media/platform/atmel/atmel-isc-base.c list_for_each_entry(subdev_entity, &isc->subdev_entities, list) { subdev_entity 2115 drivers/media/platform/atmel/atmel-isc-base.c v4l2_async_notifier_unregister(&subdev_entity->notifier); subdev_entity 2116 drivers/media/platform/atmel/atmel-isc-base.c v4l2_async_notifier_cleanup(&subdev_entity->notifier); subdev_entity 61 drivers/media/platform/atmel/atmel-sama5d2-isc.c struct isc_subdev_entity *subdev_entity; subdev_entity 90 drivers/media/platform/atmel/atmel-sama5d2-isc.c subdev_entity = devm_kzalloc(dev, sizeof(*subdev_entity), subdev_entity 92 drivers/media/platform/atmel/atmel-sama5d2-isc.c if (!subdev_entity) { subdev_entity 101 drivers/media/platform/atmel/atmel-sama5d2-isc.c subdev_entity->asd = kzalloc(sizeof(*subdev_entity->asd), subdev_entity 103 drivers/media/platform/atmel/atmel-sama5d2-isc.c if (!subdev_entity->asd) { subdev_entity 112 drivers/media/platform/atmel/atmel-sama5d2-isc.c subdev_entity->pfe_cfg0 = ISC_PFE_CFG0_HPOL_LOW; subdev_entity 115 drivers/media/platform/atmel/atmel-sama5d2-isc.c subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_VPOL_LOW; subdev_entity 118 drivers/media/platform/atmel/atmel-sama5d2-isc.c subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_PPOL_LOW; subdev_entity 121 drivers/media/platform/atmel/atmel-sama5d2-isc.c subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_CCIR_CRC | subdev_entity 124 drivers/media/platform/atmel/atmel-sama5d2-isc.c subdev_entity->asd->match_type = V4L2_ASYNC_MATCH_FWNODE; subdev_entity 125 drivers/media/platform/atmel/atmel-sama5d2-isc.c subdev_entity->asd->match.fwnode = of_fwnode_handle(rem); subdev_entity 126 drivers/media/platform/atmel/atmel-sama5d2-isc.c list_add_tail(&subdev_entity->list, &isc->subdev_entities); subdev_entity 139 drivers/media/platform/atmel/atmel-sama5d2-isc.c struct isc_subdev_entity *subdev_entity; subdev_entity 230 drivers/media/platform/atmel/atmel-sama5d2-isc.c list_for_each_entry(subdev_entity, &isc->subdev_entities, list) { subdev_entity 231 drivers/media/platform/atmel/atmel-sama5d2-isc.c v4l2_async_notifier_init(&subdev_entity->notifier); subdev_entity 233 drivers/media/platform/atmel/atmel-sama5d2-isc.c ret = v4l2_async_notifier_add_subdev(&subdev_entity->notifier, subdev_entity 234 drivers/media/platform/atmel/atmel-sama5d2-isc.c subdev_entity->asd); subdev_entity 236 drivers/media/platform/atmel/atmel-sama5d2-isc.c fwnode_handle_put(subdev_entity->asd->match.fwnode); subdev_entity 237 drivers/media/platform/atmel/atmel-sama5d2-isc.c kfree(subdev_entity->asd); subdev_entity 241 drivers/media/platform/atmel/atmel-sama5d2-isc.c subdev_entity->notifier.ops = &isc_async_ops; subdev_entity 244 drivers/media/platform/atmel/atmel-sama5d2-isc.c &subdev_entity->notifier);