Home
last modified time | relevance | path

Searched refs:logs (Results 1 – 12 of 12) sorted by relevance

/drivers/gpu/drm/nouveau/include/nvif/
A Dlog.h32 #define NVIF_LOGS_DECLARE(logs) \ argument
33 struct nvif_logs logs = { LIST_HEAD_INIT(logs.head) }
35 static inline void nvif_log_shutdown(struct nvif_logs *logs) in nvif_log_shutdown() argument
37 if (!list_empty(&logs->head)) { in nvif_log_shutdown()
40 list_for_each_entry_safe(log, n, &logs->head, entry) { in nvif_log_shutdown()
/drivers/nvme/target/
A Dadmin-cmd.c203 struct nvme_supported_log *logs; in nvmet_execute_get_supported_log_pages() local
206 logs = kzalloc(sizeof(*logs), GFP_KERNEL); in nvmet_execute_get_supported_log_pages()
207 if (!logs) { in nvmet_execute_get_supported_log_pages()
213 logs->lids[NVME_LOG_ERROR] = cpu_to_le32(NVME_LIDS_LSUPP); in nvmet_execute_get_supported_log_pages()
214 logs->lids[NVME_LOG_SMART] = cpu_to_le32(NVME_LIDS_LSUPP); in nvmet_execute_get_supported_log_pages()
215 logs->lids[NVME_LOG_FW_SLOT] = cpu_to_le32(NVME_LIDS_LSUPP); in nvmet_execute_get_supported_log_pages()
219 logs->lids[NVME_LOG_ANA] = cpu_to_le32(NVME_LIDS_LSUPP); in nvmet_execute_get_supported_log_pages()
220 logs->lids[NVME_LOG_FEATURES] = cpu_to_le32(NVME_LIDS_LSUPP); in nvmet_execute_get_supported_log_pages()
221 logs->lids[NVME_LOG_RMI] = cpu_to_le32(NVME_LIDS_LSUPP); in nvmet_execute_get_supported_log_pages()
224 status = nvmet_copy_to_sgl(req, 0, logs, sizeof(*logs)); in nvmet_execute_get_supported_log_pages()
[all …]
/drivers/media/dvb-core/
A DKconfig65 Should not be enabled on normal cases, as logs can
77 Should not be enabled on normal cases, as logs can
/drivers/gpu/drm/clients/
A DKconfig85 If you only need logs, but no terminal, or if you prefer userspace
110 Use drm log as default drm client. This will display boot logs on the
/drivers/net/wireless/zydas/zd1211rw/
A DKconfig18 messages being saved to your kernel logs, which may help debug any
/drivers/platform/x86/amd/pmf/
A DKconfig32 Say Y here to enable more debug logs and Say N here if you are not sure.
/drivers/gpu/drm/ci/
A Dgitlab-ci.yml236 - _build/meson-logs/*.txt
237 - _build/meson-logs/strace
268 # Sanity checks of MR settings and commit logs
/drivers/soc/fsl/
A DKconfig44 firmware logs.
/drivers/usb/dwc2/
A DKconfig94 non-periodic transfers, but of course the debug logs will be
/drivers/soc/qcom/
A DKconfig102 The Qualcomm PMIC PDCharger ULOG driver provides access to logs of
/drivers/md/
A DKconfig386 shared storage logs) or experimental logs can be implemented
/drivers/platform/chrome/
A DKconfig44 devices. It can be used to store away console logs and crash

Completed in 16 milliseconds