Searched refs:subdev_entity (Results 1 – 2 of 2) sorted by relevance
61 struct isc_subdev_entity *subdev_entity; in isc_parse_dt() local90 subdev_entity = devm_kzalloc(dev, sizeof(*subdev_entity), in isc_parse_dt()92 if (!subdev_entity) { in isc_parse_dt()101 subdev_entity->asd = kzalloc(sizeof(*subdev_entity->asd), in isc_parse_dt()103 if (!subdev_entity->asd) { in isc_parse_dt()112 subdev_entity->pfe_cfg0 = ISC_PFE_CFG0_HPOL_LOW; in isc_parse_dt()115 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_VPOL_LOW; in isc_parse_dt()118 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_PPOL_LOW; in isc_parse_dt()121 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_CCIR_CRC | in isc_parse_dt()124 subdev_entity->asd->match_type = V4L2_ASYNC_MATCH_FWNODE; in isc_parse_dt()[all …]
2117 struct isc_subdev_entity *subdev_entity = in isc_async_bound() local2125 subdev_entity->sd = subdev; in isc_async_bound()2324 struct isc_subdev_entity *subdev_entity; in isc_subdev_cleanup() local2326 list_for_each_entry(subdev_entity, &isc->subdev_entities, list) { in isc_subdev_cleanup()2327 v4l2_async_notifier_unregister(&subdev_entity->notifier); in isc_subdev_cleanup()2328 v4l2_async_notifier_cleanup(&subdev_entity->notifier); in isc_subdev_cleanup()