Searched refs:handle_error (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/edac/ |
D | e752x_edac.c | 380 int handle_error) in process_ce() argument 384 if (handle_error) in process_ce() 438 int handle_error) in process_ue() argument 442 if (handle_error) in process_ue() 447 int *error_found, int handle_error) in process_ue_no_info_wr() argument 451 if (!handle_error) in process_ue_no_info_wr() 481 int handle_error) in process_ded_retry() argument 485 if (handle_error) in process_ded_retry() 490 int *error_found, int handle_error) in process_threshold_ce() argument 494 if (handle_error) in process_threshold_ce() [all …]
|
/Linux-v4.19/kernel/irq/ |
D | msi.c | 422 if (ops->handle_error) in msi_domain_alloc_irqs() 423 ret = ops->handle_error(domain, desc, ret); in msi_domain_alloc_irqs()
|
/Linux-v4.19/include/linux/ |
D | msi.h | 243 int (*handle_error)(struct irq_domain *domain, member
|
/Linux-v4.19/drivers/pci/ |
D | msi.c | 1388 .handle_error = pci_msi_domain_handle_error, 1402 if (ops->handle_error == NULL) in pci_msi_domain_update_dom_ops() 1403 ops->handle_error = pci_msi_domain_handle_error; in pci_msi_domain_update_dom_ops()
|
/Linux-v4.19/net/tls/ |
D | tls_device.c | 390 handle_error: in tls_push_data() 414 goto handle_error; in tls_push_data()
|
/Linux-v4.19/drivers/tty/serial/ |
D | ucc_uart.c | 500 goto handle_error; in qe_uart_int_rx() 529 handle_error: in qe_uart_int_rx()
|
/Linux-v4.19/drivers/tty/serial/cpm_uart/ |
D | cpm_uart_core.c | 283 goto handle_error; in cpm_uart_int_rx() 319 handle_error: in cpm_uart_int_rx()
|
/Linux-v4.19/drivers/scsi/ |
D | mesh.c | 1030 static void handle_error(struct mesh_state *ms) in handle_error() function 1507 handle_error(ms); in cmd_complete() 1672 handle_error(ms); in DEF_SCSI_QCMD()
|
/Linux-v4.19/Documentation/blockdev/ |
D | zram.txt | 49 handle_error
|
/Linux-v4.19/sound/pci/asihpi/ |
D | asihpi.c | 283 static u16 handle_error(u16 err, int line, char *filename) in handle_error() function 292 #define hpi_handle_error(x) handle_error(x, __LINE__, __FILE__)
|