/Zephyr-latest/samples/tfm_integration/psa_crypto/src/ |
D | util_app_log.c | 23 LOG_ERR("Programmer error"); in al_psa_status() 26 LOG_ERR("Connection refused"); in al_psa_status() 29 LOG_ERR("Connection busy"); in al_psa_status() 32 LOG_ERR("Generic error"); in al_psa_status() 35 LOG_ERR("Not permitted"); in al_psa_status() 38 LOG_ERR("Unsupported operation"); in al_psa_status() 41 LOG_ERR("Invalid argument"); in al_psa_status() 44 LOG_ERR("Invalid handle"); in al_psa_status() 47 LOG_ERR("Bad state"); in al_psa_status() 50 LOG_ERR("Buffer too small"); in al_psa_status() [all …]
|
/Zephyr-latest/subsys/ipc/ipc_service/ |
D | ipc_service.c | 22 LOG_ERR("Invalid instance"); in ipc_service_open_instance() 29 LOG_ERR("Invalid backend configuration"); in ipc_service_open_instance() 46 LOG_ERR("Invalid instance"); in ipc_service_close_instance() 53 LOG_ERR("Invalid backend configuration"); in ipc_service_close_instance() 72 LOG_ERR("Invalid instance, endpoint or configuration"); in ipc_service_register_endpoint() 79 LOG_ERR("Invalid backend configuration"); in ipc_service_register_endpoint() 96 LOG_ERR("Invalid endpoint"); in ipc_service_deregister_endpoint() 101 LOG_ERR("Endpoint not registered\n"); in ipc_service_deregister_endpoint() 108 LOG_ERR("Invalid backend configuration"); in ipc_service_deregister_endpoint() 128 LOG_ERR("Invalid endpoint"); in ipc_service_send() [all …]
|
/Zephyr-latest/drivers/sensor/sensirion/scd4x/ |
D | scd4x.c | 55 LOG_ERR("Failed to read i2c data."); in scd4x_read_reg() 62 LOG_ERR("Invalid CRC."); in scd4x_read_reg() 88 LOG_ERR("Failed to write i2c data."); in scd4x_write_reg() 106 LOG_ERR("Failed to write get_data_ready_status command."); in scd4x_data_ready() 112 LOG_ERR("Failed to read get_data_ready_status register."); in scd4x_data_ready() 133 LOG_ERR("Failed to write read_measurement command."); in scd4x_read_sample() 139 LOG_ERR("Failed to read read_measurement register."); in scd4x_read_sample() 159 LOG_ERR("Failed to write start_periodic_measurement command."); in scd4x_setup_measurement() 166 LOG_ERR("Failed to write start_low_power_periodic_measurement command."); in scd4x_setup_measurement() 173 LOG_ERR("Failed to write power_down command."); in scd4x_setup_measurement() [all …]
|
/Zephyr-latest/arch/mips/core/ |
D | fatal.c | 16 LOG_ERR("$ 0 : (ze) %08lx(at) %08lx(v0) %08lx(v1)\n", in z_mips_fatal_error() 18 LOG_ERR("$ 4 : %08lx(a0) %08lx(a1) %08lx(a2) %08lx(a3)\n", in z_mips_fatal_error() 20 LOG_ERR("$ 8 : %08lx(t0) %08lx(t1) %08lx(t2) %08lx(t3)\n", in z_mips_fatal_error() 22 LOG_ERR("$12 : %08lx(t4) %08lx(t5) %08lx(t6) %08lx(t7)\n", in z_mips_fatal_error() 24 LOG_ERR("...\n"); in z_mips_fatal_error() 25 LOG_ERR("$24 : %08lx(t8) %08lx(t9)\n", in z_mips_fatal_error() 27 LOG_ERR("$28 : %08lx(gp) (sp) (s8) %08lx(ra)\n", in z_mips_fatal_error() 30 LOG_ERR("EPC : %08lx\n", esf->epc); in z_mips_fatal_error() 32 LOG_ERR("Status: %08lx\n", esf->status); in z_mips_fatal_error() 33 LOG_ERR("Cause : %08lx\n", esf->cause); in z_mips_fatal_error() [all …]
|
/Zephyr-latest/arch/riscv/core/ |
D | fatal.c | 94 LOG_ERR(""); in z_riscv_fatal_error_csf() 95 LOG_ERR(" mcause: %ld, %s", mcause, z_riscv_mcause_str(mcause)); in z_riscv_fatal_error_csf() 101 LOG_ERR(" mtval: %lx", mtval); in z_riscv_fatal_error_csf() 106 LOG_ERR(" a0: " PR_REG " t0: " PR_REG, esf->a0, esf->t0); in z_riscv_fatal_error_csf() 107 LOG_ERR(" a1: " PR_REG " t1: " PR_REG, esf->a1, esf->t1); in z_riscv_fatal_error_csf() 108 LOG_ERR(" a2: " PR_REG " t2: " PR_REG, esf->a2, esf->t2); in z_riscv_fatal_error_csf() 110 LOG_ERR(" a3: " PR_REG, esf->a3); in z_riscv_fatal_error_csf() 111 LOG_ERR(" a4: " PR_REG, esf->a4); in z_riscv_fatal_error_csf() 112 LOG_ERR(" a5: " PR_REG, esf->a5); in z_riscv_fatal_error_csf() 114 LOG_ERR(" a3: " PR_REG " t3: " PR_REG, esf->a3, esf->t3); in z_riscv_fatal_error_csf() [all …]
|
/Zephyr-latest/drivers/sensor/ams/tmd2620/ |
D | tmd2620.c | 50 LOG_ERR("Interrupt GPIO device not ready"); in tmd2620_configure_interrupt() 56 LOG_ERR("Failed to configure interrupt pin"); in tmd2620_configure_interrupt() 64 LOG_ERR("Failed to set GPIO callback"); in tmd2620_configure_interrupt() 87 LOG_ERR("Unsupported sensor channel"); in tmd2620_sample_fetch() 96 LOG_ERR("Failed enabling interrupt."); in tmd2620_sample_fetch() 107 LOG_ERR("Failed enabling device."); in tmd2620_sample_fetch() 117 LOG_ERR("Failed reading status register."); in tmd2620_sample_fetch() 127 LOG_ERR("Failed reading proximity data."); in tmd2620_sample_fetch() 138 LOG_ERR("Failed powering down device."); in tmd2620_sample_fetch() 146 LOG_ERR("Failed clearing interrupt flag."); in tmd2620_sample_fetch() [all …]
|
/Zephyr-latest/arch/x86/core/ |
D | fatal.c | 149 LOG_ERR("NULL base ptr"); in walk_stackframe() 155 LOG_ERR("unaligned frame ptr"); in walk_stackframe() 170 LOG_ERR(" corrupted? (bp=%p)", frame); in walk_stackframe() 203 LOG_ERR(" %d: 0x%016lx", (*i)++, addr); in print_trace_address() 205 LOG_ERR(" %d: 0x%08lx", (*i)++, addr); in print_trace_address() 256 LOG_ERR("RAX: 0x%016lx RBX: 0x%016lx RCX: 0x%016lx RDX: 0x%016lx", in dump_regs() 258 LOG_ERR("RSI: 0x%016lx RDI: 0x%016lx RBP: 0x%016lx RSP: 0x%016lx", in dump_regs() 260 LOG_ERR(" R8: 0x%016lx R9: 0x%016lx R10: 0x%016lx R11: 0x%016lx", in dump_regs() 262 LOG_ERR("R12: 0x%016lx R13: 0x%016lx R14: 0x%016lx R15: 0x%016lx", in dump_regs() 264 LOG_ERR("RSP: 0x%016lx RFLAGS: 0x%016lx CS: 0x%04lx CR3: 0x%016lx", in dump_regs() [all …]
|
/Zephyr-latest/drivers/sensor/apds9960/ |
D | apds9960.c | 57 LOG_ERR("Unsupported sensor channel"); in apds9960_sample_fetch() 71 LOG_ERR("Power on bit not set."); in apds9960_sample_fetch() 161 LOG_ERR("Default offset UR not set "); in apds9960_proxy_setup() 168 LOG_ERR("Default offset DL not set "); in apds9960_proxy_setup() 175 LOG_ERR("Default pulse count not set "); in apds9960_proxy_setup() 183 LOG_ERR("LED Drive Strength not set"); in apds9960_proxy_setup() 191 LOG_ERR("LED Drive Strength not set"); in apds9960_proxy_setup() 198 LOG_ERR("Gain is not set"); in apds9960_proxy_setup() 204 LOG_ERR("Low threshold not set"); in apds9960_proxy_setup() 210 LOG_ERR("High threshold not set"); in apds9960_proxy_setup() [all …]
|
/Zephyr-latest/drivers/wifi/nrf_wifi/src/ |
D | net_if.c | 47 LOG_ERR("%s: Invalid parameters", in nrf_wifi_set_iface_event_handler() 53 LOG_ERR("%s: event is NULL", in nrf_wifi_set_iface_event_handler() 80 LOG_ERR("%s: vif_ctx_zep is NULL", __func__); in nrf_wifi_rpu_recovery_work_handler() 85 LOG_ERR("%s: zep_net_if_ctx is NULL", __func__); in nrf_wifi_rpu_recovery_work_handler() 91 LOG_ERR("%s: rpu_ctx_zep is NULL", __func__); in nrf_wifi_rpu_recovery_work_handler() 97 LOG_ERR("%s: RPU recovery already in progress", __func__); in nrf_wifi_rpu_recovery_work_handler() 108 LOG_ERR("%s: In quiet period (last_rpu_recovery_time_ms=%ld), ignoring", in nrf_wifi_rpu_recovery_work_handler() 118 LOG_ERR("%s: Starting RPU recovery", __func__); in nrf_wifi_rpu_recovery_work_handler() 129 LOG_ERR("%s: Maximum recovery retries reached, rebooting system", in nrf_wifi_rpu_recovery_work_handler() 140 LOG_ERR("%s: Bringing the interface down", __func__); in nrf_wifi_rpu_recovery_work_handler() [all …]
|
/Zephyr-latest/subsys/mgmt/updatehub/ |
D | updatehub.c | 103 LOG_ERR("Error in poll"); in wait_fds() 157 LOG_ERR("Could not close the socket"); in cleanup_connection() 203 LOG_ERR("Could not resolve dns"); in start_coap_client() 211 LOG_ERR("Failed to create UDP socket"); in start_coap_client() 220 LOG_ERR("Failed to set TLS_TAG option"); in start_coap_client() 225 LOG_ERR("Failed to set TLS_PEER_VERIFY option"); in start_coap_client() 231 LOG_ERR("Cannot connect to UDP remote"); in start_coap_client() 256 LOG_ERR("Could not alloc data memory"); in send_request() 265 LOG_ERR("Could not init packet"); in send_request() 281 LOG_ERR("Unable add option to request path"); in send_request() [all …]
|
/Zephyr-latest/drivers/sensor/tdk/mpu9250/ |
D | ak8963.c | 110 LOG_ERR("Failed to write i2c target slave address."); in ak8963_execute_rw() 119 LOG_ERR("Failed to write i2c target slave register."); in ak8963_execute_rw() 128 LOG_ERR("Failed to initiate i2c slave transfer."); in ak8963_execute_rw() 137 LOG_ERR("Waiting for slave failed."); in ak8963_execute_rw() 153 LOG_ERR("Failed to prepare transfer."); in ak8963_read_reg() 161 LOG_ERR("Failed to read data from slave."); in ak8963_read_reg() 177 LOG_ERR("Failed to write data to slave."); in ak8963_write_reg() 184 LOG_ERR("Failed to transfer write to slave."); in ak8963_write_reg() 198 LOG_ERR("Failed to set AK8963 mode."); in ak8963_set_mode() 234 LOG_ERR("Failed to set chip in fuse access mode."); in ak8963_fetch_adj() [all …]
|
/Zephyr-latest/drivers/sensor/vishay/vcnl36825t/ |
D | vcnl36825t_trigger.c | 47 LOG_ERR("unknown attribute %d", (int)attr); in vcnl36825t_trigger_attr_set() 53 LOG_ERR("error writing attribute %d", attr); in vcnl36825t_trigger_attr_set() 74 LOG_ERR("cb: NULL"); in vcnl36825t_gpio_callback() 82 LOG_ERR("error deactivating SoC interrupt %d", rc); in vcnl36825t_gpio_callback() 105 LOG_ERR("error activating SoC interrupt %d", rc); in vcnl36825t_thread_cb() 111 LOG_ERR("error reading interrupt flag register %d", rc); in vcnl36825t_thread_cb() 154 LOG_ERR("dev: NULL"); in vcnl36825t_trigger_set() 159 LOG_ERR("trig: NULL"); in vcnl36825t_trigger_set() 170 LOG_ERR("invalid channel %d", (int)trig->chan); in vcnl36825t_trigger_set() 175 LOG_ERR("invalid trigger type %d", (int)trig->type); in vcnl36825t_trigger_set() [all …]
|
/Zephyr-latest/drivers/sensor/ist8310/ |
D | ist8310.c | 44 LOG_ERR("failed to read status register 1"); in ist8310_sample_fetch() 49 LOG_ERR("Data not ready"); in ist8310_sample_fetch() 51 LOG_ERR("failed to set single"); in ist8310_sample_fetch() 58 LOG_ERR("failed to read mag values"); in ist8310_sample_fetch() 67 LOG_ERR("failed to set single"); in ist8310_sample_fetch() 112 LOG_ERR("failed reading chip id"); in ist8310_init_chip() 117 LOG_ERR("failed reading chip id"); in ist8310_init_chip() 122 LOG_ERR("failed reading chip id"); in ist8310_init_chip() 127 LOG_ERR("invalid chip id 0x%x", reg); in ist8310_init_chip() 132 LOG_ERR("failed reading chip reg2"); in ist8310_init_chip() [all …]
|
/Zephyr-latest/drivers/lora/ |
D | rylrxxx.c | 146 LOG_ERR("malformed error message from radio"); in on_err() 151 LOG_ERR("error from rylr: %d", radio_err); in on_err() 179 LOG_ERR("error adding messgae to queue: %d", err); in on_rx() 250 LOG_ERR("could not send cmd: %s. err: %d", data->cmd_buffer, err); in rylr_send_cmd_buffer() 255 LOG_ERR("error waiting for response: %d", err); in rylr_send_cmd_buffer() 266 LOG_ERR("could not create frequency string"); in rylr_set_rf_band() 281 LOG_ERR("datarate/spread factor must be between 7 and 12 inclusive"); in rylr_set_rf_parameters() 286 LOG_ERR("coding rate must be between 1 and 4 inclusive"); in rylr_set_rf_parameters() 291 LOG_ERR("preamble length must be between 4 and 7 inclusive"); in rylr_set_rf_parameters() 298 LOG_ERR("could not create rf settings string"); in rylr_set_rf_parameters() [all …]
|
/Zephyr-latest/drivers/sensor/ti/bq274xx/ |
D | bq274xx.c | 91 LOG_ERR("Unable to read register"); in bq274xx_cmd_reg_read() 112 LOG_ERR("Failed to write into control register"); in bq274xx_ctrl_reg_write() 125 LOG_ERR("Unable to write control register"); in bq274xx_get_device_type() 131 LOG_ERR("Unable to read register"); in bq274xx_get_device_type() 147 LOG_ERR("Failed to update state subclass"); in bq274xx_read_block() 154 LOG_ERR("Failed to update block offset"); in bq274xx_read_block() 162 LOG_ERR("Unable to read block data"); in bq274xx_read_block() 184 LOG_ERR("Unable to write block data"); in bq274xx_write_block() 195 LOG_ERR("Failed to update block checksum"); in bq274xx_write_block() 233 LOG_ERR("Unable to set device mode to %02x", val); in bq274xx_mode_cfgupdate() [all …]
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | hci_esp32.c | 63 LOG_ERR("Not enough data for event header"); in bt_esp_evt_recv() 74 LOG_ERR("Event payload length is not correct"); in bt_esp_evt_recv() 84 LOG_ERR("No available event buffers!"); in bt_esp_evt_recv() 93 LOG_ERR("Not enough space in buffer %zu/%zu", remaining, buf_tailroom); in bt_esp_evt_recv() 110 LOG_ERR("Not enough data for ACL header"); in bt_esp_acl_recv() 122 LOG_ERR("No available ACL buffers!"); in bt_esp_acl_recv() 127 LOG_ERR("ACL payload length is not correct"); in bt_esp_acl_recv() 134 LOG_ERR("Not enough space in buffer %zu/%zu", remaining, buf_tailroom); in bt_esp_acl_recv() 152 LOG_ERR("Not enough data for ISO header"); in bt_esp_iso_recv() 164 LOG_ERR("No available ISO buffers!"); in bt_esp_iso_recv() [all …]
|
/Zephyr-latest/subsys/modbus/ |
D | modbus_core.c | 88 LOG_ERR("Unknown MODBUS mode"); in modbus_rx_handler() 124 LOG_ERR("Unsupported MODBUS serial mode"); in modbus_tx_adu() 130 LOG_ERR("Unsupported MODBUS raw mode"); in modbus_tx_adu() 134 LOG_ERR("Unknown MODBUS mode"); in modbus_tx_adu() 157 LOG_ERR("Interface %u not available", iface); in modbus_get_context() 164 LOG_ERR("Interface not configured"); in modbus_get_context() 198 LOG_ERR("Interface %u not available", iface); in modbus_init_iface() 205 LOG_ERR("Interface already used"); in modbus_init_iface() 230 LOG_ERR("Modbus server support is not enabled"); in modbus_init_server() 236 LOG_ERR("User callbacks should be available"); in modbus_init_server() [all …]
|
/Zephyr-latest/samples/subsys/modbus/rtu_client/src/ |
D | main.c | 48 LOG_ERR("Modbus RTU client initialization failed"); in main() 55 LOG_ERR("FC16 failed with %d", err); in main() 62 LOG_ERR("FC03 failed with %d", err); in main() 74 LOG_ERR("FC01 failed with %d", err); in main() 82 LOG_ERR("FC05 failed with %d", err); in main() 89 LOG_ERR("FC05 failed with %d", err); in main() 96 LOG_ERR("FC05 failed with %d", err); in main() 103 LOG_ERR("FC01 failed with %d", err); in main() 112 LOG_ERR("FC15 failed with %d", err); in main()
|
/Zephyr-latest/samples/subsys/usb/webusb-next/src/ |
D | main.c | 33 LOG_ERR("Failed to enable device support"); in msg_cb() 39 LOG_ERR("Failed to disable device support"); in msg_cb() 52 LOG_ERR("Failed to setup USB device"); in main() 58 LOG_ERR("Failed to add MSOSv2 capability descriptor"); in main() 64 LOG_ERR("Failed to add WebUSB capability descriptor"); in main() 70 LOG_ERR("Failed to initialize device support"); in main() 77 LOG_ERR("Failed to enable device support"); in main()
|
/Zephyr-latest/drivers/ethernet/phy/ |
D | phy_dm8806.c | 94 LOG_ERR("Failed to configure gpio reset pin for PHY DM886 as an output"); in phy_dm8806_port_init() 100 LOG_ERR("Failed to assert gpio reset pin of the PHY DM886 to physical 0"); in phy_dm8806_port_init() 109 LOG_ERR("Failed to assert gpio reset pin of the PHY DM886 to physical 1"); in phy_dm8806_port_init() 130 LOG_ERR("Failed to read IRQ_LED_CONTROL, %i", res); in phy_dm8806_init_interrupt() 136 LOG_ERR("Failed to read IRQ_LED_CONTROL, %i", res); in phy_dm8806_init_interrupt() 145 LOG_ERR("Failed to read IRQ_LED_CONTROL, %i", res); in phy_dm8806_init_interrupt() 151 LOG_ERR("Failed to read IRQ_LED_CONTROL, %i", res); in phy_dm8806_init_interrupt() 160 LOG_ERR("gpio_int gpio not ready"); in phy_dm8806_init_interrupt() 166 LOG_ERR("Failed to configure gpio interrupt pin for PHY DM886 as an input"); in phy_dm8806_init_interrupt() 175 LOG_ERR("Failed to set PHY DM886 gpio callback"); in phy_dm8806_init_interrupt() [all …]
|
/Zephyr-latest/drivers/sensor/ams/tsl2591/ |
D | tsl2591.c | 61 LOG_ERR("Failed to read status register"); in tsl2591_sample_fetch() 75 LOG_ERR("Failed to disable ALS"); in tsl2591_sample_fetch() 81 LOG_ERR("Failed to re-enable ALS"); in tsl2591_sample_fetch() 90 LOG_ERR("Failed to read ALS data"); in tsl2591_sample_fetch() 100 LOG_ERR("Failed to read ALS visible light data"); in tsl2591_sample_fetch() 109 LOG_ERR("Failed to read ALS infrared data"); in tsl2591_sample_fetch() 116 LOG_ERR("Unsupported sensor channel"); in tsl2591_sample_fetch() 170 LOG_ERR("Unsupported sensor channel"); in tsl2591_channel_get() 200 LOG_ERR("Given value would overflow threshold register"); in tsl2591_set_threshold() 212 LOG_ERR("Failed to set interrupt threshold"); in tsl2591_set_threshold() [all …]
|
/Zephyr-latest/drivers/dma/ |
D | dma_si32.c | 69 LOG_ERR("Bus error on channel %" PRIu8, channel); in dma_si32_isr_handler() 140 LOG_ERR("Invalid channel (id %" PRIu32 ", have %d)", channel, CHANNEL_COUNT); in dma_si32_config() 148 LOG_ERR("DMA channel is currently in use"); in dma_si32_config() 155 LOG_ERR("Missing config"); in dma_si32_config() 160 LOG_ERR("Callback on each block not implemented"); in dma_si32_config() 165 LOG_ERR("Error callback disabling not implemented"); in dma_si32_config() 170 LOG_ERR("Handshake not implemented"); in dma_si32_config() 175 LOG_ERR("Channel priority not implemented"); in dma_si32_config() 180 LOG_ERR("Chaining not implemented"); in dma_si32_config() 185 LOG_ERR("Linked channel not implemented"); in dma_si32_config() [all …]
|
/Zephyr-latest/samples/subsys/usb_c/source/src/ |
D | power_ctrl.c | 94 LOG_ERR("Error: Source Enable device %s is not ready", in power_ctrl_init() 100 LOG_ERR("Error: DCDC Enable device %s is not ready", in power_ctrl_init() 106 LOG_ERR("Error: VCONN1 Enable device %s is not ready", in power_ctrl_init() 112 LOG_ERR("Error: VCONN2 Enable device %s is not ready", in power_ctrl_init() 118 LOG_ERR("Error: PWM CTL device is not ready"); in power_ctrl_init() 124 LOG_ERR("Error %d: failed to configure Source Enable device %s pin %d", in power_ctrl_init() 131 LOG_ERR("Error %d: failed to configure DCDC Enable device %s pin %d", in power_ctrl_init() 138 LOG_ERR("Error %d: failed to configure VCONN1 Enable device %s pin %d", in power_ctrl_init() 145 LOG_ERR("Error %d: failed to configure VCONN2 Enable device %s pin %d", in power_ctrl_init() 152 LOG_ERR("Error %d: failed to enable source", ret); in power_ctrl_init() [all …]
|
/Zephyr-latest/drivers/flash/ |
D | flash_cadence_qspi_nor_ll.c | 19 LOG_ERR("Wrong parameter\n"); in cad_qspi_idle() 29 LOG_ERR("Wrong parameter\n"); in cad_qspi_set_baudrate_div() 48 LOG_ERR("Wrong parameter\n"); in cad_qspi_configure_dev_size() 64 LOG_ERR("Wrong parameter\n"); in cad_qspi_set_read_config() 81 LOG_ERR("Wrong parameter\n"); in cad_qspi_set_write_config() 98 LOG_ERR("Wrong parameter\n"); in cad_qspi_timing_config() 121 LOG_ERR("Wrong parameter\n"); in cad_qspi_stig_cmd_helper() 143 LOG_ERR("Error sending QSPI command %x, timed out\n", cmd); in cad_qspi_stig_cmd_helper() 154 LOG_ERR("Wrong parameter\n"); in cad_qspi_stig_cmd() 159 LOG_ERR("Faulty dummy bytes\n"); in cad_qspi_stig_cmd() [all …]
|
/Zephyr-latest/modules/nrf_wifi/bus/ |
D | rpu_hw_if.c | 97 LOG_ERR("Address validation failed - pls check memmory map and re-try"); in rpu_validate_addr() 102 LOG_ERR("Error: Cannot write to ROM blocks"); in rpu_validate_addr() 116 LOG_ERR("Host IRQ GPIO %s is not ready", host_irq_spec.port->name); in rpu_irq_config() 122 LOG_ERR("Failed to configure host_irq pin %d", host_irq_spec.pin); in rpu_irq_config() 129 LOG_ERR("Failed to configure interrupt on host_irq pin %d", in rpu_irq_config() 140 LOG_ERR("Failed to add callback on host_irq pin %d", in rpu_irq_config() 157 LOG_ERR("Failed to remove host_irq pin %d", host_irq_spec.pin); in rpu_irq_remove() 163 LOG_ERR("Failed to remove callback on host_irq pin %d", in rpu_irq_remove() 177 LOG_ERR("IOVDD GPIO %s is not ready", iovdd_ctrl_spec.port->name); in rpu_gpio_config() 182 LOG_ERR("BUCKEN GPIO %s is not ready", bucken_spec.port->name); in rpu_gpio_config() [all …]
|