Home
last modified time | relevance | path

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

/linux/drivers/media/platform/microchip/
H A Dmicrochip-sama7g5-isc.c340 struct isc_subdev_entity *subdev_entity; in xisc_parse_dt() local
360 subdev_entity = devm_kzalloc(dev, sizeof(*subdev_entity), in xisc_parse_dt()
362 if (!subdev_entity) { in xisc_parse_dt()
366 subdev_entity->epn = epn; in xisc_parse_dt()
371 subdev_entity->pfe_cfg0 = ISC_PFE_CFG0_HPOL_LOW; in xisc_parse_dt()
374 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_VPOL_LOW; in xisc_parse_dt()
377 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_PPOL_LOW; in xisc_parse_dt()
380 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_CCIR_CRC | in xisc_parse_dt()
384 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_MIPI; in xisc_parse_dt()
386 list_add_tail(&subdev_entity->list, &isc->subdev_entities); in xisc_parse_dt()
[all …]
H A Dmicrochip-sama5d2-isc.c357 struct isc_subdev_entity *subdev_entity; in isc_parse_dt() local
374 subdev_entity = devm_kzalloc(dev, sizeof(*subdev_entity), in isc_parse_dt()
376 if (!subdev_entity) { in isc_parse_dt()
380 subdev_entity->epn = epn; in isc_parse_dt()
385 subdev_entity->pfe_cfg0 = ISC_PFE_CFG0_HPOL_LOW; in isc_parse_dt()
388 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_VPOL_LOW; in isc_parse_dt()
391 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_PPOL_LOW; in isc_parse_dt()
394 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_CCIR_CRC | in isc_parse_dt()
397 list_add_tail(&subdev_entity->list, &isc->subdev_entities); in isc_parse_dt()
408 struct isc_subdev_entity *subdev_entity; in microchip_isc_probe() local
[all …]
H A Dmicrochip-isc-base.c1677 struct isc_subdev_entity *subdev_entity = in isc_async_bound() local
1686 subdev_entity->sd = subdev; in isc_async_bound()
1858 struct isc_subdev_entity *subdev_entity; in microchip_isc_subdev_cleanup() local
1860 list_for_each_entry(subdev_entity, &isc->subdev_entities, list) { in microchip_isc_subdev_cleanup()
1861 v4l2_async_nf_unregister(&subdev_entity->notifier); in microchip_isc_subdev_cleanup()
1862 v4l2_async_nf_cleanup(&subdev_entity->notifier); in microchip_isc_subdev_cleanup()