Searched refs:subdev_entity (Results 1 – 3 of 3) sorted by relevance
330 struct isc_subdev_entity *subdev_entity; in isc_parse_dt() local351 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()362 subdev_entity->pfe_cfg0 = ISC_PFE_CFG0_HPOL_LOW; in isc_parse_dt()365 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_VPOL_LOW; in isc_parse_dt()368 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_PPOL_LOW; in isc_parse_dt()371 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_CCIR_CRC | in isc_parse_dt()374 list_add_tail(&subdev_entity->list, &isc->subdev_entities); in isc_parse_dt()387 struct isc_subdev_entity *subdev_entity; in atmel_isc_probe() local[all …]
317 struct isc_subdev_entity *subdev_entity; in xisc_parse_dt() local341 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()352 subdev_entity->pfe_cfg0 = ISC_PFE_CFG0_HPOL_LOW; in xisc_parse_dt()355 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_VPOL_LOW; in xisc_parse_dt()358 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_PPOL_LOW; in xisc_parse_dt()361 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_CCIR_CRC | in xisc_parse_dt()365 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_MIPI; in xisc_parse_dt()367 list_add_tail(&subdev_entity->list, &isc->subdev_entities); in xisc_parse_dt()[all …]
2013 struct isc_subdev_entity *subdev_entity = in isc_async_bound() local2021 subdev_entity->sd = subdev; in isc_async_bound()2222 struct isc_subdev_entity *subdev_entity; in isc_subdev_cleanup() local2224 list_for_each_entry(subdev_entity, &isc->subdev_entities, list) { in isc_subdev_cleanup()2225 v4l2_async_notifier_unregister(&subdev_entity->notifier); in isc_subdev_cleanup()2226 v4l2_async_notifier_cleanup(&subdev_entity->notifier); in isc_subdev_cleanup()