Searched refs:report_error (Results 1 – 9 of 9) sorted by relevance
| /linux/scripts/dtc/ |
| H A D | fdtput.c | 39 static void report_error(const char *name, int namelen, int err) in report_error() function 128 report_error(node_name, -1, node); in store_key_value() 134 report_error(property, -1, err); in store_key_value() 173 report_error(path, sep - path, node); in create_paths() 199 report_error(node_name, -1, -FDT_ERR_BADPATH); in create_node() 207 report_error(node_name, -1, node); in create_node() 214 report_error(p + 1, -1, node); in create_node()
|
| H A D | fdtget.c | 37 static void report_error(const char *where, int err) in report_error() function 218 report_error(property, len); in show_data_for_item() 254 report_error(arg[i], node); in do_fdtget()
|
| /linux/drivers/input/rmi4/ |
| H A D | rmi_f54.c | 109 int report_error; member 344 if (f54->report_error) { in rmi_f54_buffer_queue() 345 dev_err(&f54->fn->dev, "Error acquiring report: %d\n", f54->report_error); in rmi_f54_buffer_queue() 620 f54->report_error = error; in rmi_f54_work()
|
| /linux/net/batman-adv/ |
| H A D | main.c | 723 goto report_error; in batadv_throw_uevent() 747 report_error: in batadv_throw_uevent()
|
| /linux/drivers/net/can/usb/kvaser_usb/ |
| H A D | kvaser_usb_leaf.c | 1307 bool report_error; in kvaser_usb_leaf_usbcan_conditionally_rx_error() local 1317 report_error = false; in kvaser_usb_leaf_usbcan_conditionally_rx_error() 1321 report_error = true; in kvaser_usb_leaf_usbcan_conditionally_rx_error() 1325 report_error = true; in kvaser_usb_leaf_usbcan_conditionally_rx_error() 1330 report_error = true; in kvaser_usb_leaf_usbcan_conditionally_rx_error() 1333 if (report_error) in kvaser_usb_leaf_usbcan_conditionally_rx_error()
|
| /linux/arch/s390/pci/ |
| H A D | pci_sysfs.c | 160 static const BIN_ATTR(report_error, S_IWUSR, NULL, report_error_write, PAGE_SIZE);
|
| /linux/tools/perf/ |
| H A D | builtin-record.c | 1363 bool report_error = true; in record__open() 1390 report_error = false; in record__open() 1396 if (report_error || verbose > 0) { in record__open() 1372 bool report_error = true; record__open() local
|
| /linux/fs/xfs/ |
| H A D | xfs_super.c | 1349 .report_error = xfs_fs_report_error,
|
| /linux/kernel/bpf/ |
| H A D | verifier.c | 4366 goto report_error; in check_mem_region_access() 4380 goto report_error; in check_mem_region_access() 4395 goto report_error; in check_mem_region_access() 4410 goto report_error; in check_mem_region_access() 4415 report_error: in check_mem_region_access()
|