Home
last modified time | relevance | path

Searched refs:get_error_info (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/md/dm-vdo/
H A Derrors.c97 static const char *get_error_info(int errnum, const struct error_info **info_ptr) in get_error_info() function
154 block_name = get_error_info(errnum, &info); in uds_string_error()
188 block_name = get_error_info(errnum, &info); in uds_string_error_name()
/linux/drivers/edac/
H A Dsynopsys_edac.c345 int (*get_error_info)(struct synps_edac_priv *priv); member
615 status = p_data->get_error_info(priv); in intr_handler()
647 status = p_data->get_error_info(priv); in check_errors()
937 .get_error_info = zynq_get_error_info,
945 .get_error_info = zynqmp_get_error_info,
960 .get_error_info = zynqmp_get_error_info,
H A Dzynqmp_edac.c133 static void get_error_info(void __iomem *base, struct ecc_status *p, int mask) in get_error_info() function
200 get_error_info(priv->baseaddr, &priv->stat, regval); in intr_handler()
H A Dversal_edac.c312 static bool get_error_info(struct edac_priv *priv) in get_error_info() function
472 if (get_error_info(priv)) in err_callback()