| /OK3568_Linux_fs/kernel/drivers/remoteproc/ |
| H A D | qcom_common.c | 46 static void glink_subdev_stop(struct rproc_subdev *subdev, bool crashed) in glink_subdev_stop() argument 157 static void smd_subdev_stop(struct rproc_subdev *subdev, bool crashed) in smd_subdev_stop() argument 274 .crashed = false, in ssr_notify_prepare() 287 .crashed = false, in ssr_notify_start() 295 static void ssr_notify_stop(struct rproc_subdev *subdev, bool crashed) in ssr_notify_stop() argument 300 .crashed = crashed, in ssr_notify_stop() 312 .crashed = false, in ssr_notify_unprepare()
|
| H A D | remoteproc_core.c | 444 static void rproc_vdev_do_stop(struct rproc_subdev *subdev, bool crashed) in rproc_vdev_do_stop() argument 1221 static void rproc_stop_subdevices(struct rproc *rproc, bool crashed) in rproc_stop_subdevices() argument 1227 subdev->stop(subdev, crashed); in rproc_stop_subdevices() 1651 static int rproc_stop(struct rproc *rproc, bool crashed) in rproc_stop() argument 1657 rproc_stop_subdevices(rproc, crashed); in rproc_stop()
|
| H A D | qcom_sysmon.c | 510 static void sysmon_stop(struct rproc_subdev *subdev, bool crashed) in sysmon_stop() argument 524 if (crashed) in sysmon_stop()
|
| /OK3568_Linux_fs/kernel/Documentation/s390/ |
| H A D | zfcpdump.rst | 7 has to create a dump of the current (probably crashed) Linux image. In order to 8 not overwrite memory of the crashed Linux with data of the dump tool, the 20 The user space dump tool accesses the memory of the crashed system by means 21 of the /proc/vmcore interface. This interface exports the crashed system's 24 is needed by /proc/vmcore. The tail part of the crashed systems memory which
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-class-remoteproc | 22 - "crashed" 32 "crashed" indicates that a problem/crash has been detected on 102 "disabled" means, a remote processor will remain in a crashed
|
| H A D | sysfs-class-mic | 85 "crashed" Shutdown because of a HW or SW crash.
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/omap4iss/ |
| H A 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() 570 media_entity_enum_zero(&iss->crashed); in iss_reset() 900 if (!media_entity_enum_empty(&iss->crashed)) in omap4iss_put() 1298 ret = media_entity_enum_init(&iss->crashed, &iss->media_dev); in iss_probe() 1312 media_entity_enum_cleanup(&iss->crashed); in iss_probe() 1328 media_entity_enum_cleanup(&iss->crashed); in iss_remove()
|
| H A D | iss.h | 102 struct media_entity_enum crashed; member
|
| /OK3568_Linux_fs/kernel/include/linux/remoteproc/ |
| H A D | qcom_rproc.h | 26 bool crashed; member
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0079-desktop-shell-Fix-crash-when-hotplugging-screens.patch | 33 + /* HACK: The shell might be crashed too early when hotplugging */
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0078-desktop-shell-Fix-crash-when-hotplugging-screens.patch | 33 + /* HACK: The shell might be crashed too early when hotplugging */
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0079-desktop-shell-Fix-crash-when-hotplugging-screens.patch | 33 + /* HACK: The shell might be crashed too early when hotplugging */
|
| /OK3568_Linux_fs/buildroot/package/google-breakpad/ |
| H A D | Config.in | 23 crashed.
|
| /OK3568_Linux_fs/kernel/tools/testing/kunit/test_data/ |
| H A D | test_is_test_passed-crash.log | 62 # example_simple_test: kunit test case crashed!
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/omap3isp/ |
| H A D | isp.c | 685 if (media_entity_enum_intersects(&pipe->ent_enum, &isp->crashed)) in isp_pipeline_enable() 838 media_entity_enum_set(&isp->crashed, in isp_pipeline_disable() 1045 media_entity_enum_zero(&isp->crashed); in isp_reset() 1456 if (!media_entity_enum_empty(&isp->crashed) || in __omap3isp_put() 2009 media_entity_enum_cleanup(&isp->crashed); in isp_remove() 2031 ret = media_entity_enum_init(&isp->crashed, &isp->media_dev); in isp_subdev_notifier_complete()
|
| H A D | isp.h | 194 struct media_entity_enum crashed; member
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gdb/ |
| H A D | gdb-common.inc | 3 …e another program while it executes -- or what another program was doing at the moment it crashed."
|
| /OK3568_Linux_fs/buildroot/package/gdb/ |
| H A D | Config.in | 29 what another program was doing at the moment it crashed.
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | remoteproc.h | 574 void (*stop)(struct rproc_subdev *subdev, bool crashed);
|
| /OK3568_Linux_fs/kernel/drivers/net/ipa/ |
| H A D | ipa_modem.c | 334 notify_data->crashed ? "crashed" : "stopping"); in ipa_modem_notify()
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/mei/ |
| H A D | iamt.rst | 11 even when the operating system running on the host processor has crashed or
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | Kconfig | 46 Exports the dump image of crashed kernel in ELF format.
|
| /OK3568_Linux_fs/kernel/drivers/rpmsg/ |
| H A D | mtk_rpmsg.c | 339 static void mtk_rpmsg_stop(struct rproc_subdev *subdev, bool crashed) in mtk_rpmsg_stop() argument
|
| /OK3568_Linux_fs/kernel/Documentation/powerpc/ |
| H A D | firmware-assisted-dump.rst | 8 a crashed system, and to do so from a fully-reset system, and 84 of memory, which holds the previous crashed kernel dump in ELF
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/kdump/ |
| H A D | vmcoreinfo.rst | 432 These values are used to compute the number of nodes the crashed kernel used. 583 Indicates whether the crashed kernel enabled SH extended mode.
|