| /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 to unmap destination mapping"); 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/net/wireless/ath/ath10k/ |
| H A D | bmi.c | 42 ath10k_warn(ar, "unable to write to the device: %d\n", ret); in ath10k_bmi_done() 69 ath10k_warn(ar, "unable to get target info from device\n"); in ath10k_bmi_get_target_info() 113 ath10k_warn(ar, "unable to read from device\n"); in ath10k_bmi_get_target_info_sdio() 126 ath10k_warn(ar, "unable to read from device\n"); in ath10k_bmi_get_target_info_sdio() 146 ath10k_warn(ar, "unable to read from device\n"); in ath10k_bmi_get_target_info_sdio() 183 ath10k_warn(ar, "unable to read from the device (%d)\n", in ath10k_bmi_read_memory() 219 ath10k_warn(ar, "Unable to write soc register to device: %d\n", in ath10k_bmi_write_soc_reg() 248 ath10k_warn(ar, "Unable to read soc register from device: %d\n", in ath10k_bmi_read_soc_reg() 291 ath10k_warn(ar, "unable to write to the device (%d)\n", in ath10k_bmi_write_memory() 329 ath10k_warn(ar, "unable to read from the device\n"); in ath10k_bmi_execute() [all …]
|
| /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 …]
|
| H A D | rtc-nct3018y.c | 73 dev_dbg(&client->dev, "Unable to write NCT3018Y_REG_CTRL\n"); in nct3018y_set_alarm_mode() 87 dev_dbg(&client->dev, "Unable to write NCT3018Y_REG_ST\n"); in nct3018y_set_alarm_mode() 200 dev_dbg(&client->dev, "Unable to write NCT3018Y_REG_CTRL.\n"); in nct3018y_rtc_set_time() 208 dev_dbg(&client->dev, "Unable to write NCT3018Y_REG_SC\n"); in nct3018y_rtc_set_time() 215 dev_dbg(&client->dev, "Unable to write NCT3018Y_REG_MN\n"); in nct3018y_rtc_set_time() 222 dev_dbg(&client->dev, "Unable to write NCT3018Y_REG_HR\n"); in nct3018y_rtc_set_time() 233 dev_dbg(&client->dev, "Unable to write for day and mon and year\n"); in nct3018y_rtc_set_time() 244 dev_dbg(&client->dev, "Unable to write NCT3018Y_REG_CTRL.\n"); in nct3018y_rtc_set_time() 261 dev_dbg(&client->dev, "Unable to read date\n"); in nct3018y_rtc_read_alarm() 294 dev_dbg(&client->dev, "Unable to write NCT3018Y_REG_SCA\n"); in nct3018y_rtc_set_alarm() [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/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/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/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 …]
|
| H A D | iwpm_msg.c | 77 err_str = "Unable to create a nlmsg"; in iwpm_register_pid() 83 err_str = "Unable to allocate netlink request"; in iwpm_register_pid() 89 err_str = "Unable to put attribute of the nlmsg"; in iwpm_register_pid() 115 err_str = "Unable to send a nlmsg"; in iwpm_register_pid() 160 err_str = "Unable to create a nlmsg"; in iwpm_add_mapping() 166 err_str = "Unable to allocate netlink request"; in iwpm_add_mapping() 171 err_str = "Unable to put attribute of the nlmsg"; in iwpm_add_mapping() 200 err_str = "Unable to send a nlmsg"; in iwpm_add_mapping() 244 err_str = "Unable to create a nlmsg"; in iwpm_add_and_query_mapping() 251 err_str = "Unable to allocate netlink request"; in iwpm_add_and_query_mapping() [all …]
|
| /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/drivers/input/joystick/ |
| H A D | adc-joystick.c | 115 dev_err(devp, "Unable to start callback buffer: %d\n", ret); in adc_joystick_open() 141 dev_err(dev, "Unable to find child nodes\n"); in adc_joystick_set_axes() 241 dev_err(dev, "Unable to get IIO channels"); in adc_joystick_probe() 251 dev_err(dev, "Unable to get poll-interval\n"); in adc_joystick_probe() 269 dev_err(dev, "Unable to allocate input device\n"); in adc_joystick_probe() 291 dev_err(dev, "Unable to allocate callback buffer\n"); in adc_joystick_probe() 298 dev_err(dev, "Unable to add action\n"); in adc_joystick_probe() 307 dev_err(dev, "Unable to register input device\n"); in adc_joystick_probe()
|
| /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/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/gpu/drm/qxl/ |
| H A D | qxl_kms.c | 127 pr_err("Unable to create vram_mapping"); in qxl_device_init() 149 pr_err("Unable to create surface_mapping"); in qxl_device_init() 168 pr_err("Unable to ioremap ROM\n"); in qxl_device_init() 188 DRM_ERROR("Unable to ioremap RAM header\n"); in qxl_device_init() 199 DRM_ERROR("Unable to create command ring\n"); in qxl_device_init() 212 DRM_ERROR("Unable to create cursor ring\n"); in qxl_device_init() 224 DRM_ERROR("Unable to create release ring\n"); in qxl_device_init() 245 DRM_ERROR("Unable to init qxl irq\n"); in qxl_device_init()
|
| /linux/drivers/perf/ |
| H A D | arm_pmu_acpi.c | 116 pr_warn("ACPI: %s Unable to register interrupt: %d\n", pdev->name, gsi); in arm_acpi_register_pmu_device() 158 pr_warn("ACPI: SPE: Unable to register device\n"); in arm_spe_acpi_register_device() 191 pr_warn("ACPI: TRBE: Unable to register device\n"); in arm_trbe_acpi_register_device() 208 pr_warn("Unable to parse ACPI PMU IRQ for CPU%d: %d\n", in arm_pmu_acpi_parse_irqs() 330 pr_warn_ratelimited("Unable to associate CPU%d with a PMU\n", in arm_pmu_acpi_cpu_starting() 392 pr_warn("Unable to allocate PMU for CPU%d\n", in arm_pmu_acpi_probe() 407 pr_warn("Unable to initialise PMU for CPU%d\n", cpu); in arm_pmu_acpi_probe() 414 pr_warn("Unable to allocate PMU name for CPU%d\n", cpu); in arm_pmu_acpi_probe()
|