Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/staging/media/deprecated/atmel/
Datmel-sama7g5-isc.c320 struct isc_subdev_entity *subdev_entity; in xisc_parse_dt() local
344 subdev_entity = devm_kzalloc(dev, sizeof(*subdev_entity), in xisc_parse_dt()
346 if (!subdev_entity) { in xisc_parse_dt()
350 subdev_entity->epn = epn; in xisc_parse_dt()
355 subdev_entity->pfe_cfg0 = ISC_PFE_CFG0_HPOL_LOW; in xisc_parse_dt()
358 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_VPOL_LOW; in xisc_parse_dt()
361 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_PPOL_LOW; in xisc_parse_dt()
364 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_CCIR_CRC | in xisc_parse_dt()
368 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_MIPI; in xisc_parse_dt()
370 list_add_tail(&subdev_entity->list, &isc->subdev_entities); in xisc_parse_dt()
[all …]
Datmel-sama5d2-isc.c337 struct isc_subdev_entity *subdev_entity; in isc_parse_dt() local
358 subdev_entity = devm_kzalloc(dev, sizeof(*subdev_entity), in isc_parse_dt()
360 if (!subdev_entity) { in isc_parse_dt()
364 subdev_entity->epn = epn; in isc_parse_dt()
369 subdev_entity->pfe_cfg0 = ISC_PFE_CFG0_HPOL_LOW; in isc_parse_dt()
372 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_VPOL_LOW; in isc_parse_dt()
375 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_PPOL_LOW; in isc_parse_dt()
378 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_CCIR_CRC | in isc_parse_dt()
381 list_add_tail(&subdev_entity->list, &isc->subdev_entities); in isc_parse_dt()
393 struct isc_subdev_entity *subdev_entity; in atmel_isc_probe() local
[all …]
Datmel-isc-base.c1734 struct isc_subdev_entity *subdev_entity = in isc_async_bound() local
1742 subdev_entity->sd = subdev; in isc_async_bound()
1947 struct isc_subdev_entity *subdev_entity; in atmel_isc_subdev_cleanup() local
1949 list_for_each_entry(subdev_entity, &isc->subdev_entities, list) { in atmel_isc_subdev_cleanup()
1950 v4l2_async_nf_unregister(&subdev_entity->notifier); in atmel_isc_subdev_cleanup()
1951 v4l2_async_nf_cleanup(&subdev_entity->notifier); in atmel_isc_subdev_cleanup()
/Linux-v6.6/drivers/media/platform/microchip/
Dmicrochip-sama7g5-isc.c340 struct isc_subdev_entity *subdev_entity; in xisc_parse_dt() local
364 subdev_entity = devm_kzalloc(dev, sizeof(*subdev_entity), in xisc_parse_dt()
366 if (!subdev_entity) { in xisc_parse_dt()
370 subdev_entity->epn = epn; in xisc_parse_dt()
375 subdev_entity->pfe_cfg0 = ISC_PFE_CFG0_HPOL_LOW; in xisc_parse_dt()
378 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_VPOL_LOW; in xisc_parse_dt()
381 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_PPOL_LOW; in xisc_parse_dt()
384 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_CCIR_CRC | in xisc_parse_dt()
388 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_MIPI; in xisc_parse_dt()
390 list_add_tail(&subdev_entity->list, &isc->subdev_entities); in xisc_parse_dt()
[all …]
Dmicrochip-sama5d2-isc.c357 struct isc_subdev_entity *subdev_entity; in isc_parse_dt() local
378 subdev_entity = devm_kzalloc(dev, sizeof(*subdev_entity), in isc_parse_dt()
380 if (!subdev_entity) { in isc_parse_dt()
384 subdev_entity->epn = epn; in isc_parse_dt()
389 subdev_entity->pfe_cfg0 = ISC_PFE_CFG0_HPOL_LOW; in isc_parse_dt()
392 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_VPOL_LOW; in isc_parse_dt()
395 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_PPOL_LOW; in isc_parse_dt()
398 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_CCIR_CRC | in isc_parse_dt()
401 list_add_tail(&subdev_entity->list, &isc->subdev_entities); in isc_parse_dt()
413 struct isc_subdev_entity *subdev_entity; in microchip_isc_probe() local
[all …]
Dmicrochip-isc-base.c1719 struct isc_subdev_entity *subdev_entity = in isc_async_bound() local
1728 subdev_entity->sd = subdev; in isc_async_bound()
1900 struct isc_subdev_entity *subdev_entity; in microchip_isc_subdev_cleanup() local
1902 list_for_each_entry(subdev_entity, &isc->subdev_entities, list) { in microchip_isc_subdev_cleanup()
1903 v4l2_async_nf_unregister(&subdev_entity->notifier); in microchip_isc_subdev_cleanup()
1904 v4l2_async_nf_cleanup(&subdev_entity->notifier); in microchip_isc_subdev_cleanup()