Searched defs:err_handler (Results 1 - 9 of 9) sorted by relevance
/linux-4.1.27/arch/unicore32/kernel/ |
H A D | dma.c | 29 void (*err_handler)(int, void *); member in struct:dma_channel 35 puv3_request_dma(char *name, puv3_dma_prio prio, void (*irq_handler)(int, void *), void (*err_handler)(int, void *), void *data) puv3_request_dma() argument
|
/linux-4.1.27/include/net/ |
H A D | gre.h | 14 void (*err_handler)(struct sk_buff *skb, u32 info); member in struct:gre_protocol 28 int (*err_handler)(struct sk_buff *skb, u32 info, member in struct:gre_cisco_protocol
|
H A D | protocol.h | 44 void (*err_handler)(struct sk_buff *skb, u32 info); member in struct:net_protocol 60 void (*err_handler)(struct sk_buff *skb, member in struct:inet6_protocol
|
H A D | xfrm.h | 1354 int (*err_handler)(struct sk_buff *skb, u32 info); member in struct:xfrm4_protocol 1363 int (*err_handler)(struct sk_buff *skb, struct inet6_skb_parm *opt, member in struct:xfrm6_protocol 1373 int (*err_handler)(struct sk_buff *skb, u32 info); member in struct:xfrm_tunnel 1381 int (*err_handler)(struct sk_buff *skb, struct inet6_skb_parm *opt, member in struct:xfrm6_tunnel
|
/linux-4.1.27/include/linux/ |
H A D | pcieport_if.h | 52 const struct pci_error_handlers *err_handler; member in struct:pcie_port_service_driver
|
H A D | pci.h | 666 const struct pci_error_handlers *err_handler; member in struct:pci_driver
|
/linux-4.1.27/drivers/pci/pcie/aer/ |
H A D | aerdrv_core.c | 210 const struct pci_error_handlers *err_handler; report_error_detected() local 261 const struct pci_error_handlers *err_handler; report_mmio_enabled() local 282 const struct pci_error_handlers *err_handler; report_slot_reset() local 302 const struct pci_error_handlers *err_handler; report_resume() local
|
/linux-4.1.27/sound/soc/blackfin/ |
H A D | bf5xx-sport.c | 727 static irqreturn_t err_handler(int irq, void *dev_id) err_handler() function
|
/linux-4.1.27/drivers/pci/ |
H A D | pci.c | 3420 const struct pci_error_handlers *err_handler = pci_reset_notify() local
|
Completed in 461 milliseconds