/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()
|
/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/drivers/misc/lkdtm/ |
H A D | heap.c | 106 pr_info("Unable to allocate base memory.\n"); in lkdtm_READ_AFTER_FREE() 112 pr_info("Unable to allocate val memory.\n"); in lkdtm_READ_AFTER_FREE() 163 pr_err("FAIL: Unable to allocate kfence memory!\n"); in lkdtm_KFENCE_READ_AFTER_FREE() 198 pr_info("Unable to allocate free page\n"); in lkdtm_WRITE_BUDDY_AFTER_FREE() 221 pr_info("Unable to allocate free page\n"); in lkdtm_READ_BUDDY_AFTER_FREE() 227 pr_info("Unable to allocate val memory.\n"); in lkdtm_READ_BUDDY_AFTER_FREE() 258 pr_info("Unable to allocate 512 bytes the first time.\n"); in lkdtm_SLAB_INIT_ON_ALLOC() 267 pr_info("Unable to allocate 512 bytes the second time.\n"); in lkdtm_SLAB_INIT_ON_ALLOC() 290 pr_info("Unable to allocate first free page\n"); in lkdtm_BUDDY_INIT_ON_ALLOC() 299 pr_info("Unable to allocate second free page\n"); in lkdtm_BUDDY_INIT_ON_ALLOC() [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/power/supply/ |
H A D | ingenic-battery.c | 71 dev_err(bat->dev, "Unable to read max raw channel value\n"); in ingenic_battery_set_scale() 79 dev_err(bat->dev, "Unable to read channel avail scale\n"); in ingenic_battery_set_scale() 101 dev_err(bat->dev, "Unable to find matching voltage scale\n"); in ingenic_battery_set_scale() 154 "Unable to register battery\n"); in ingenic_battery_probe() 158 dev_err(dev, "Unable to get battery info: %d\n", ret); in ingenic_battery_probe() 162 dev_err(dev, "Unable to get voltage min design\n"); in ingenic_battery_probe() 166 dev_err(dev, "Unable to get voltage max design\n"); in ingenic_battery_probe()
|
/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/cpufreq/ |
H A D | kirkwood-cpufreq.c | 120 dev_err(priv.dev, "Unable to get cpuclk\n"); in kirkwood_cpufreq_probe() 127 dev_err(priv.dev, "Unable to prepare cpuclk\n"); in kirkwood_cpufreq_probe() 135 dev_err(priv.dev, "Unable to get ddrclk\n"); in kirkwood_cpufreq_probe() 142 dev_err(priv.dev, "Unable to prepare ddrclk\n"); in kirkwood_cpufreq_probe() 149 dev_err(priv.dev, "Unable to get powersave\n"); in kirkwood_cpufreq_probe() 155 dev_err(priv.dev, "Unable to prepare powersave clk\n"); in kirkwood_cpufreq_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/drivers/iio/adc/ |
H A D | twl4030-madc.c | 313 dev_err(madc->dev, "unable to read register 0x%X\n", reg); in twl4030_madc_channel_raw_read() 387 dev_err(madc->dev, "Unable to read register 0x%X\n", in twl4030_madc_read_channels() 450 dev_err(madc->dev, "unable to read imr register 0x%X\n", in twl4030_madc_disable_irq() 458 "unable to write imr register 0x%X\n", madc->imr); in twl4030_madc_disable_irq() 476 dev_err(madc->dev, "unable to read isr register 0x%X\n", in twl4030_madc_threaded_irq_handler() 482 dev_err(madc->dev, "unable to read imr register 0x%X\n", in twl4030_madc_threaded_irq_handler() 555 dev_err(madc->dev, "unable to write ctrl register 0x%X\n", in twl4030_madc_start_conversion() 584 "unable to read status register 0x%X\n", in twl4030_madc_wait_conversion_ready() 628 "unable to write sel register 0x%X\n", method->sel); in twl4030_madc_conversion() 637 "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 …]
|
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/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/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()
|