Lines Matching refs:debug
33 debug("%s for '%s' at node offset: %d\n", __func__, pmic->name, in pmic_bind_children()
39 debug("* Found child node: '%s'\n", node_name); in pmic_bind_children()
43 debug(" - compatible prefix: '%s'\n", info->prefix); in pmic_bind_children()
57 debug(" - driver: '%s' not found!\n", in pmic_bind_children()
62 debug(" - found child driver: '%s'\n", drv->name); in pmic_bind_children()
67 debug(" - child binding error: %d\n", ret); in pmic_bind_children()
71 debug(" - bound child device: '%s'\n", child->name); in pmic_bind_children()
75 debug(" - set 'child->driver_data': %lu\n", in pmic_bind_children()
83 debug(" - compatible prefix not found\n"); in pmic_bind_children()
86 debug("Bound: %d children for PMIC: '%s'\n", bind_count, pmic->name); in pmic_bind_children()
139 debug("Wrong transmission size [%d]\n", priv->trans_len); in pmic_reg_read()
143 debug("%s: reg=%x priv->trans_len:%d", __func__, reg, priv->trans_len); in pmic_reg_read()
145 debug(", value=%x, ret=%d\n", val, ret); in pmic_reg_read()
156 debug("Wrong transmission size [%d]\n", priv->trans_len); in pmic_reg_write()
160 debug("%s: reg=%x, value=%x priv->trans_len:%d", __func__, reg, value, in pmic_reg_write()
163 debug(", ret=%d\n", ret); in pmic_reg_write()
175 debug("Wrong transmission size [%d]\n", priv->trans_len); in pmic_clrsetbits()