Home
last modified time | relevance | path

Searched refs:get_device_ram (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dcrash_dump.h122 int (*get_device_ram)(struct vmcore_cb *cb, struct list_head *list); member
/linux/fs/proc/
H A Dvmcore.c95 if (!vmcore_open && cb->get_device_ram) in register_vmcore_cb()
1660 if (cb->get_device_ram(cb, &list)) { in vmcore_process_device_ram()