| /linux/arch/mips/generic/ |
| H A D | board-sead3.c | 63 pr_err("unable to find DT GIC node: %d\n", gic_off); in remove_gic() 69 pr_err("unable to nop GIC node\n"); in remove_gic() 76 pr_err("unable to find CPU intc node: %d\n", cpu_off); in remove_gic() 82 pr_err("unable to get CPU intc phandle\n"); in remove_gic() 91 pr_warn("unable to set UART interrupt-parent: %d\n", in remove_gic() 99 pr_err("unable to set UART interrupts property: %d\n", in remove_gic() 114 pr_err("unable to find ethernet DT node: %d\n", eth_off); in remove_gic() 120 pr_err("unable to set ethernet interrupt-parent: %d\n", err); in remove_gic() 126 pr_err("unable to set ethernet interrupts property: %d\n", err); in remove_gic() 132 pr_err("unable to find EHCI DT node: %d\n", ehci_off); in remove_gic() [all …]
|
| H A D | yamon-dt.c | 29 pr_err("Unable to find or add DT chosen node: %d\n", in yamon_dt_append_cmdline() 36 pr_err("Unable to set bootargs property: %d\n", err); in yamon_dt_append_cmdline() 126 pr_err("Unable to find or add memory DT node: %d\n", mem_off); in yamon_dt_append_memory() 132 pr_err("Unable to set memory node device_type: %d\n", err); in yamon_dt_append_memory() 141 pr_err("Unable to set memory regs property: %d\n", err); in yamon_dt_append_memory() 150 pr_err("Unable to set linux,usable-memory property: %d\n", err); in yamon_dt_append_memory() 220 pr_err("Unable to find or add DT chosen node: %d\n", in yamon_dt_serial_config() 227 pr_err("Unable to set stdout-path property: %d\n", err); in yamon_dt_serial_config()
|
| /linux/tools/testing/selftests/gpio/ |
| H A D | gpio-sim.sh | 35 fail "Unable to remove the hog" 39 fail "Unable to remove the line" 46 rmdir $CONFIGFS_DIR/$CHIP || fail "Unable to remove the chip" 67 echo $LABEL > $CONFIGFS_DIR/$CHIP/$BANK/label || fail "Unable to set the chip label" 76 fail "Unable to set the number of lines" 87 echo $NAME > $LINE_DIR/name || fail "Unable to set the line name" 93 echo 1 > $CONFIGFS_DIR/$CHIP/live || fail "Unable to enable the chip" 99 echo 0 > $CONFIGFS_DIR/$CHIP/live || fail "Unable to disable the chip" 114 fail "unable to read the chip name from configfs" 121 fail "unable to read the device name from configfs" [all …]
|
| H A D | gpio-aggregator.sh | 28 echo 1 > "$CONFIGFS_SIM_DIR/$CHIP/live" || fail "Unable to enable the chip" 34 echo 0 > "$CONFIGFS_SIM_DIR/$CHIP/live" || fail "Unable to disable the chip" 56 fail "Unable to read the chip name from configfs" 59 fail "Unable to read the chip label from the character device" 73 fail "Unable to remove $CONFIGFS_AGG_DIR/$CHIP" 95 echo "$KEY" > "$CONFIGFS_AGG_DIR/$CHIP/$LINE/key" || fail "Unable to set the lookup key" 104 fail "Unable to set the lookup offset" 112 echo "$NAME" > "$CONFIGFS_AGG_DIR/$CHIP/$LINE/name" || fail "Unable to set the line name" 118 echo 1 > "$CONFIGFS_AGG_DIR/$CHIP/live" || fail "Unable to enable the chip" 124 echo 0 > "$CONFIGFS_AGG_DIR/$CHIP/live" || fail "Unable to disable the chip" [all …]
|
| /linux/arch/mips/mti-malta/ |
| H A D | malta-dtshim.c | 208 panic("Unable to add memory node to DT: %d", mem_off); in append_memory() 212 panic("Unable to set memory node device_type: %d", err); in append_memory() 218 panic("Unable to set memory regs property: %d", err); in append_memory() 224 panic("Unable to set linux,usable-memory property: %d", err); in append_memory() 256 pr_warn("malta-dtshim: unable to find DT GIC node: %d\n", in remove_gic() 263 pr_warn("malta-dtshim: unable to nop GIC node\n"); in remove_gic() 267 pr_warn("malta-dtshim: unable to find DT i8259 node: %d\n", in remove_gic() 275 pr_warn("malta-dtshim: unable to find CPU intc node: %d\n", in remove_gic() 282 pr_warn("malta-dtshim: unable to get CPU intc phandle\n"); in remove_gic() 288 pr_warn("malta-dtshim: unable to set i8259 interrupt-parent: %d\n", in remove_gic() [all …]
|
| /linux/drivers/irqchip/ |
| H A D | irq-orion.c | 66 panic("%pOFn: unable to add irq domain\n", np); in orion_irq_init() 73 panic("%pOFn: unable to alloc irq domain gc\n", np); in orion_irq_init() 82 panic("%pOFn: unable to request mem region %d", in orion_irq_init() 87 panic("%pOFn: unable to map resource %d", np, n); in orion_irq_init() 152 pr_err("%pOFn: unable to add irq domain\n", np); in orion_bridge_irq_init() 159 pr_err("%pOFn: unable to alloc irq domain gc\n", np); in orion_bridge_irq_init() 165 pr_err("%pOFn: unable to get resource\n", np); in orion_bridge_irq_init() 170 pr_err("%s: unable to request mem region\n", np->name); in orion_bridge_irq_init() 177 pr_err("%pOFn: unable to parse irq\n", np); in orion_bridge_irq_init() 184 pr_err("%pOFn: unable to map resource\n", np); in orion_bridge_irq_init()
|
| H A D | irq-dw-apb-ictl.c | 132 pr_err("%pOF: unable to parse irq\n", np); in dw_apb_ictl_init() 140 pr_err("%pOF: unable to get resource\n", np); in dw_apb_ictl_init() 145 pr_err("%pOF: unable to request mem region\n", np); in dw_apb_ictl_init() 151 pr_err("%pOF: unable to map resource\n", np); in dw_apb_ictl_init() 177 pr_err("%pOF: unable to add irq domain\n", np); in dw_apb_ictl_init() 186 pr_err("%pOF: unable to alloc irq domain gc\n", np); in dw_apb_ictl_init()
|
| /linux/tools/testing/selftests/mm/ |
| H A D | mremap_dontunmap.c | 59 "unable to unmap destination mapping"); in kernel_support_for_mremap_dontunmap() 63 "unable to unmap source mapping"); in kernel_support_for_mremap_dontunmap() 122 "unable to unmap destination mapping"); in mremap_dontunmap_simple() 124 "unable to unmap source mapping"); in mremap_dontunmap_simple() 155 "unable to unmap source mapping"); in mremap_dontunmap_simple_shmem() 174 "unable to unmap destination mapping"); in mremap_dontunmap_simple_shmem() 176 "unable to unmap source mapping"); in mremap_dontunmap_simple_shmem() 221 "unable to unmap destination mapping"); in mremap_dontunmap_simple_fixed() 223 "unable to unmap source mapping"); in mremap_dontunmap_simple_fixed() 272 "unable t in mremap_dontunmap_partial_mapping() [all...] |
| /linux/Documentation/driver-api/mei/ |
| H A D | mei.rst | 109 ENOMEM Unable to allocate memory to client internal data. 110 EFAULT Fatal Error (e.g. Unable to access user input data) 146 ENOMEM Unable to allocate memory to client internal data. 147 EFAULT Fatal Error (e.g. Unable to access user input data) 174 ENOMEM Unable to allocate memory to client internal data. 175 EFAULT Fatal Error (e.g. Unable to access user input data) 199 ENOMEM Unable to allocate memory to client internal data. 200 EFAULT Fatal Error (e.g. Unable to access user input data)
|
| /linux/drivers/rtc/ |
| H A D | rtc-rx4581.c | 108 dev_err(dev, "Unable to read device flags\n"); in rx4581_get_datetime() 118 dev_err(dev, "Unable to write device " in rx4581_get_datetime() 128 dev_err(dev, "Unable to read date\n"); in rx4581_get_datetime() 135 dev_err(dev, "Unable to read device flags\n"); in rx4581_get_datetime() 200 dev_err(dev, "Unable to read control register\n"); in rx4581_set_datetime() 207 dev_err(dev, "Unable to write control register\n"); in rx4581_set_datetime() 214 dev_err(dev, "Unable to write to date registers\n"); in rx4581_set_datetime() 221 dev_err(dev, "Unable to read flag register\n"); in rx4581_set_datetime() 228 dev_err(dev, "Unable to write flag register\n"); in rx4581_set_datetime() 235 dev_err(dev, "Unable to read control register\n"); in rx4581_set_datetime() [all …]
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A D | bmi.c | 37 ath6kl_err("Unable to send bmi done: %d\n", ret); in ath6kl_bmi_done() 57 ath6kl_err("Unable to send get target info: %d\n", ret); in ath6kl_bmi_get_target_info() 70 ath6kl_err("Unable to recv target info: %d\n", ret); in ath6kl_bmi_get_target_info() 80 ath6kl_err("unable to read target info byte count: %d\n", in ath6kl_bmi_get_target_info() 104 ath6kl_err("Unable to read target info (%d bytes): %d\n", in ath6kl_bmi_get_target_info() 155 ath6kl_err("Unable to write to the device: %d\n", in ath6kl_bmi_read() 161 ath6kl_err("Unable to read from the device: %d\n", in ath6kl_bmi_read() 229 ath6kl_err("Unable to write to the device: %d\n", in ath6kl_bmi_write() 271 ath6kl_err("Unable to write to the device: %d\n", ret); in ath6kl_bmi_execute() 277 ath6kl_err("Unable to read from the device: %d\n", ret); in ath6kl_bmi_execute() [all …]
|
| /linux/tools/testing/selftests/powerpc/security/ |
| H A D | uaccess_flush.c | 40 perror("Unable to read powerpc/rfi_flush debugfs file"); in uaccess_flush_test() 45 perror("Unable to read powerpc/entry_flush debugfs file"); in uaccess_flush_test() 50 perror("Unable to read powerpc/entry_flush debugfs file"); in uaccess_flush_test() 138 perror("unable to restore original value of powerpc/rfi_flush debugfs file"); in uaccess_flush_test() 143 perror("unable to restore original value of powerpc/entry_flush debugfs file"); in uaccess_flush_test() 148 perror("unable to restore original value of powerpc/uaccess_flush debugfs file"); in uaccess_flush_test()
|
| /linux/tools/testing/selftests/cachestat/ |
| H A D | test_cachestat.c | 49 ksft_print_msg("Unable to access urandom.\n"); in write_exactly() 56 ksft_print_msg("Unable to allocate data.\n"); in write_exactly() 68 ksft_print_msg("Unable to read from urandom.\n"); in write_exactly() 84 ksft_print_msg("Unable write random data to file.\n"); in write_exactly() 137 ksft_print_msg("Unable to create/open file.\n"); in test_cachestat() 146 ksft_print_msg("Unable to access urandom.\n"); in test_cachestat() 240 ksft_print_msg("Unable to create %s file.\n", in run_cachestat_test() 247 ksft_print_msg("Unable to truncate %s file.\n",file_type_str(type)); in run_cachestat_test() 254 ksft_print_msg("Unable to write to file.\n"); in run_cachestat_test()
|
| /linux/tools/testing/selftests/timens/ |
| H A D | procfs.c | 44 return pr_perror("Unable to open %s", path); in init_namespaces() 47 return pr_perror("Unable to stat the parent timens"); in init_namespaces() 54 return pr_perror("Unable to open %s", path); in init_namespaces() 57 return pr_perror("Unable to stat the timens"); in init_namespaces() 75 pr_perror("Unable to open /proc/uptime"); in read_proc_uptime() 101 pr_perror("Unable to open /proc/stat"); in read_proc_stat_btime()
|
| /linux/tools/usb/ffs-aio-example/simple/device_app/ |
| H A D | aio_simple.c | 196 perror("unable to read event from ep0"); in handle_ep0() 255 perror("unable to open ep0"); in main() 259 perror("unable do write descriptors"); in main() 263 perror("unable to write strings"); in main() 270 printf("unable to open ep%d: %s\n", i+1, in main() 281 perror("unable to setup aio"); in main() 287 perror("unable to open eventfd"); in main() 323 perror("unable to read eventfd"); in main() 354 perror("unable to submit request"); in main() 368 perror("unable to submit request"); in main()
|
| /linux/drivers/iio/adc/ |
| H A D | twl4030-madc.c | 312 dev_err(madc->dev, "unable to read register 0x%X\n", reg); in twl4030_madc_channel_raw_read() 386 dev_err(madc->dev, "Unable to read register 0x%X\n", in twl4030_madc_read_channels() 449 dev_err(madc->dev, "unable to read imr register 0x%X\n", in twl4030_madc_disable_irq() 457 "unable to write imr register 0x%X\n", madc->imr); in twl4030_madc_disable_irq() 475 dev_err(madc->dev, "unable to read isr register 0x%X\n", in twl4030_madc_threaded_irq_handler() 481 dev_err(madc->dev, "unable to read imr register 0x%X\n", in twl4030_madc_threaded_irq_handler() 554 dev_err(madc->dev, "unable to write ctrl register 0x%X\n", in twl4030_madc_start_conversion() 583 "unable to read status register 0x%X\n", in twl4030_madc_wait_conversion_ready() 627 "unable to write sel register 0x%X\n", method->sel); in twl4030_madc_conversion() 636 "unable to write avg register 0x%X\n", in twl4030_madc_conversion() [all …]
|
| /linux/drivers/infiniband/core/ |
| H A D | iwpm_util.c | 449 pr_warn("%s: Unable to put the nlmsg header\n", __func__); in iwpm_create_nlmsg() 474 err_str = "Unable to parse the nlmsg"; in iwpm_parse_nlmsg() 588 err_str = "Unable to create a nlmsg"; in send_mapinfo_num() 593 err_str = "Unable to put attribute of mapinfo number nlmsg"; in send_mapinfo_num() 607 err_str = "Unable to send a nlmsg"; in send_mapinfo_num() 627 pr_warn("%s Unable to put NLMSG_DONE\n", __func__); in send_nlmsg_done() 634 pr_warn("%s Unable to send a nlmsg\n", __func__); in send_nlmsg_done() 652 err_str = "Unable to allocate skb"; in iwpm_send_mapinfo() 667 err_str = "Unable to put the nlmsg header"; in iwpm_send_mapinfo() 670 err_str = "Unable to put attribute of the nlmsg"; in iwpm_send_mapinfo() [all …]
|
| /linux/arch/arm/mach-socfpga/ |
| H A D | l2_cache.c | 30 pr_err("Unable to find socfpga-l2-ecc in dtb\n"); in socfpga_init_l2_ecc() 37 pr_err("Unable to find L2 ECC mapping in dtb\n"); in socfpga_init_l2_ecc() 54 pr_err("Unable to find socfpga-a10-l2-ecc in dtb\n"); in socfpga_init_arria10_l2_ecc() 61 pr_err("Unable to find L2 ECC mapping in dtb\n"); in socfpga_init_arria10_l2_ecc()
|
| /linux/drivers/clocksource/ |
| H A D | timer-davinci.c | 252 pr_err("Unable to prepare and enable the timer clock\n"); in davinci_timer_register() 259 pr_err("Unable to request memory region\n"); in davinci_timer_register() 266 pr_err("Unable to map the register range\n"); in davinci_timer_register() 302 pr_err("Unable to request the clockevent interrupt\n"); in davinci_timer_register() 329 pr_err("Unable to register clocksource\n"); in davinci_timer_register() 361 pr_err("Unable to get the register range for timer\n"); in of_davinci_timer_register() 368 pr_err("Unable to get the interrupts for timer\n"); in of_davinci_timer_register() 374 pr_err("Unable to get the timer clock\n"); in of_davinci_timer_register()
|
| /linux/tools/usb/ffs-aio-example/multibuff/device_app/ |
| H A D | aio_multibuff.c | 183 perror("unable to read event from ep0"); in handle_ep0() 266 perror("unable to open ep0"); in main() 270 perror("unable do write descriptors"); in main() 274 perror("unable to write strings"); in main() 280 perror("unable to open ep1"); in main() 289 perror("unable to setup aio"); in main() 295 perror("unable to open eventfd"); in main() 345 perror("unable to submit requests"); in main() 355 perror("unable to read eventfd"); in main()
|
| /linux/drivers/power/reset/ |
| H A D | syscon-poweroff.c | 35 pr_emerg("Unable to poweroff system\n"); in syscon_poweroff() 54 dev_err(dev, "unable to get syscon"); in syscon_poweroff_probe() 60 dev_err(dev, "unable to read 'offset'"); in syscon_poweroff_probe() 67 dev_err(dev, "unable to read 'value' and 'mask'"); in syscon_poweroff_probe()
|
| /linux/tools/testing/selftests/filesystems/nsfs/ |
| H A D | pidns.c | 58 return pr_err("Unable to open %s", path); in main() 62 return pr_err("Unable to get a parent pidns"); in main() 66 return pr_err("Unable to stat %s", path); in main() 68 return pr_err("Unable to stat the parent pidns"); in main()
|
| H A D | owner.c | 52 return pr_err("Unable to read from pipe"); in main() 58 return pr_err("Unable to open %s", path); in main() 62 return pr_err("Unable to get an owning user namespace"); in main() 76 return pr_err("Unable to get an owning user namespace"); in main()
|
| /linux/sound/usb/6fire/ |
| H A D | firmware.c | 220 "unable to upload ezusb firmware %s: begin message.\n", in usb6fire_fw_ezusb_upload() 230 "unable to upload ezusb firmware %s: data urb.\n", in usb6fire_fw_ezusb_upload() 241 "unable to upload ezusb firmware %s: post urb.\n", in usb6fire_fw_ezusb_upload() 251 "unable to upload ezusb firmware %s: end message.\n", in usb6fire_fw_ezusb_upload() 274 dev_err(&intf->dev, "unable to get fpga firmware %s.\n", in usb6fire_fw_fpga_upload() 285 "unable to upload fpga firmware: begin urb.\n"); in usb6fire_fw_fpga_upload() 296 "unable to upload fpga firmware: fw urb.\n"); in usb6fire_fw_fpga_upload() 304 "unable to upload fpga firmware: end urb.\n"); in usb6fire_fw_fpga_upload() 340 "unable to receive device firmware state.\n"); in usb6fire_fw_check()
|
| /linux/arch/arm/mach-bcm/ |
| H A D | platsmp.c | 111 pr_warn("unable to ioremap SKU-ROM LUT register for cpu %u\n", cpu); in nsp_write_lut() 180 pr_err("unable to map boot register for cpu %u\n", cpu_id); in kona_boot_secondary() 236 pr_err("unable to find cdc node\n"); in bcm23550_boot_secondary() 244 pr_err("unable to remap cdc base register\n"); in bcm23550_boot_secondary() 274 pr_err("unable to write startup addr to SKU ROM LUT\n"); in nsp_boot_secondary() 294 pr_err("unable to find intc node\n"); in bcm2836_boot_secondary() 302 pr_err("unable to remap intc base register\n"); in bcm2836_boot_secondary()
|