Searched refs:crashed (Results 1 – 11 of 11) sorted by relevance
/drivers/remoteproc/ |
D | qcom_common.c | 192 static void glink_subdev_stop(struct rproc_subdev *subdev, bool crashed) in glink_subdev_stop() argument 303 static void smd_subdev_stop(struct rproc_subdev *subdev, bool crashed) in smd_subdev_stop() argument 420 .crashed = false, in ssr_notify_prepare() 433 .crashed = false, in ssr_notify_start() 441 static void ssr_notify_stop(struct rproc_subdev *subdev, bool crashed) in ssr_notify_stop() argument 446 .crashed = crashed, in ssr_notify_stop() 458 .crashed = false, in ssr_notify_unprepare()
|
D | qcom_sysmon.c | 533 static void sysmon_stop(struct rproc_subdev *subdev, bool crashed) in sysmon_stop() argument 549 if (crashed) in sysmon_stop()
|
D | remoteproc_core.c | 446 static void rproc_vdev_do_stop(struct rproc_subdev *subdev, bool crashed) in rproc_vdev_do_stop() argument 1268 static void rproc_stop_subdevices(struct rproc *rproc, bool crashed) in rproc_stop_subdevices() argument 1274 subdev->stop(subdev, crashed); in rproc_stop_subdevices() 1852 static int rproc_stop(struct rproc *rproc, bool crashed) in rproc_stop() argument 1862 rproc_stop_subdevices(rproc, crashed); in rproc_stop()
|
/drivers/staging/media/omap4iss/ |
D | iss.c | 415 media_entity_enum_set(&iss->crashed, &subdev->entity); in iss_pipeline_disable() 450 if (media_entity_enum_intersects(&pipe->ent_enum, &iss->crashed)) in iss_pipeline_enable() 575 media_entity_enum_zero(&iss->crashed); in iss_reset() 905 if (!media_entity_enum_empty(&iss->crashed)) in omap4iss_put() 1303 ret = media_entity_enum_init(&iss->crashed, &iss->media_dev); in iss_probe() 1317 media_entity_enum_cleanup(&iss->crashed); in iss_probe() 1333 media_entity_enum_cleanup(&iss->crashed); in iss_remove()
|
D | iss.h | 102 struct media_entity_enum crashed; member
|
/drivers/media/platform/omap3isp/ |
D | isp.c | 685 if (media_entity_enum_intersects(&pipe->ent_enum, &isp->crashed)) in isp_pipeline_enable() 844 media_entity_enum_set(&isp->crashed, in isp_pipeline_disable() 1051 media_entity_enum_zero(&isp->crashed); in isp_reset() 1462 if (!media_entity_enum_empty(&isp->crashed) || in __omap3isp_put() 2015 media_entity_enum_cleanup(&isp->crashed); in isp_remove() 2039 ret = media_entity_enum_init(&isp->crashed, &isp->media_dev); in isp_subdev_notifier_complete()
|
D | isp.h | 194 struct media_entity_enum crashed; member
|
D | ispccdc.c | 1609 media_entity_enum_set(&isp->crashed, &ccdc->subdev.entity); in ccdc_isr_buffer()
|
/drivers/rpmsg/ |
D | mtk_rpmsg.c | 339 static void mtk_rpmsg_stop(struct rproc_subdev *subdev, bool crashed) in mtk_rpmsg_stop() argument
|
/drivers/net/ipa/ |
D | ipa_modem.c | 428 notify_data->crashed ? "crashed" : "stopping"); in ipa_modem_notify()
|
/drivers/net/wireless/ath/ath10k/ |
D | snoc.c | 1509 notify_data->crashed ? "crashed" : "stopping"); in ath10k_snoc_modem_notify() 1510 if (!notify_data->crashed) in ath10k_snoc_modem_notify()
|