Home
last modified time | relevance | path

Searched refs:error_msg (Results 1 – 9 of 9) sorted by relevance

/drivers/platform/x86/hp/hp-bioscfg/
A Dbioscfg.c230 char *error_msg = NULL; in hp_wmi_error_and_message() local
235 error_msg = "Success"; in hp_wmi_error_and_message()
239 error_msg = "Command failed"; in hp_wmi_error_and_message()
243 error_msg = "Invalid signature"; in hp_wmi_error_and_message()
251 error_msg = "Invalid command type"; in hp_wmi_error_and_message()
255 error_msg = "Invalid data size"; in hp_wmi_error_and_message()
275 error_msg = "Secure session failed"; in hp_wmi_error_and_message()
287 error_msg = "Nonce did not match"; in hp_wmi_error_and_message()
291 error_msg = "Generic/Other error"; in hp_wmi_error_and_message()
315 error_msg = "HEP not activated"; in hp_wmi_error_and_message()
[all …]
/drivers/tty/vt/
A Dgen_ucs_recompose_table.py159error_msg = f"Error: Common pair (0x{base:04X}, 0x{combining:04X}) not found in full data"
160 print(error_msg)
161 raise ValueError(error_msg)
163error_msg = (f"Error: Common pair (0x{base:04X}, 0x{combining:04X}) has different recomposition: "
165 print(error_msg)
166 raise ValueError(error_msg)
/drivers/tty/serial/
A Dpch_uart.c973 char *error_msg[5] = {}; in pch_uart_err_ir() local
977 error_msg[i++] = "Error data in FIFO\n"; in pch_uart_err_ir()
981 error_msg[i++] = " Framing Error\n"; in pch_uart_err_ir()
986 error_msg[i++] = " Parity Error\n"; in pch_uart_err_ir()
991 error_msg[i++] = " Overrun Error\n"; in pch_uart_err_ir()
995 for (i = 0; error_msg[i] != NULL; i++) in pch_uart_err_ir()
996 dev_err(&priv->pdev->dev, error_msg[i]); in pch_uart_err_ir()
/drivers/gpu/drm/i915/
A Di915_gpu_error.c832 if (*error->error_msg) in __err_print_to_sgl()
833 err_printf(m, "%s\n", error->error_msg); in __err_print_to_sgl()
1926 static const char *error_msg(struct i915_gpu_coredump *error) in error_msg() function
1945 len = scnprintf(error->error_msg, sizeof(error->error_msg), in error_msg()
1951 len += scnprintf(error->error_msg + len, in error_msg()
1952 sizeof(error->error_msg) - len, in error_msg()
1957 return error->error_msg; in error_msg()
2141 drm_info(&i915->drm, "%s\n", error_msg(error)); in i915_error_state_store()
A Di915_gpu_error.h200 char error_msg[128]; member
/drivers/media/pci/cx23885/
A Dcx23885-alsa.c553 goto error_msg; in cx23885_audio_register()
579 error_msg: in cx23885_audio_register()
/drivers/gpu/drm/i915/gt/
A Dintel_reset.c1476 char error_msg[80]; in intel_gt_handle_error() local
1483 vscnprintf(error_msg, sizeof(error_msg), fmt, args); in intel_gt_handle_error()
1486 msg = error_msg; in intel_gt_handle_error()
/drivers/w1/
A Dw1.c403 const char *error_msg = "bad slave string format, expecting " in w1_atoreg_num() local
407 dev_err(dev, "%s", error_msg); in w1_atoreg_num()
412 dev_err(dev, "%s", error_msg); in w1_atoreg_num()
/drivers/firewire/
A Dohci.c774 static void ar_context_abort(struct ar_context *ctx, const char *error_msg) in ar_context_abort() argument
782 ohci_err(ohci, "AR error: %s; DMA stopped\n", error_msg); in ar_context_abort()

Completed in 32 milliseconds