Searched refs:handle_error (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/edac/ |
D | e752x_edac.c | 381 int handle_error) in process_ce() argument 385 if (handle_error) in process_ce() 439 int handle_error) in process_ue() argument 443 if (handle_error) in process_ue() 448 int *error_found, int handle_error) in process_ue_no_info_wr() argument 452 if (!handle_error) in process_ue_no_info_wr() 482 int handle_error) in process_ded_retry() argument 486 if (handle_error) in process_ded_retry() 491 int *error_found, int handle_error) in process_threshold_ce() argument 495 if (handle_error) in process_threshold_ce() [all …]
|
/linux-4.4.14/kernel/irq/ |
D | msi.c | 290 if (ops->handle_error) in msi_domain_alloc_irqs() 291 ret = ops->handle_error(domain, desc, ret); in msi_domain_alloc_irqs()
|
/linux-4.4.14/include/linux/ |
D | msi.h | 219 int (*handle_error)(struct irq_domain *domain, member
|
/linux-4.4.14/drivers/pci/ |
D | msi.c | 1227 .handle_error = pci_msi_domain_handle_error, 1241 if (ops->handle_error == NULL) in pci_msi_domain_update_dom_ops() 1242 ops->handle_error = pci_msi_domain_handle_error; in pci_msi_domain_update_dom_ops()
|
/linux-4.4.14/drivers/tty/serial/ |
D | ucc_uart.c | 502 goto handle_error; in qe_uart_int_rx() 531 handle_error: in qe_uart_int_rx()
|
/linux-4.4.14/drivers/tty/serial/cpm_uart/ |
D | cpm_uart_core.c | 297 goto handle_error; in cpm_uart_int_rx() 333 handle_error: in cpm_uart_int_rx()
|
/linux-4.4.14/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-4.4.14/Documentation/blockdev/ |
D | zram.txt | 49 handle_error
|
/linux-4.4.14/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__)
|