/Zephyr-latest/subsys/usb/host/ |
D | usbh_api.c | 27 LOG_WRN("USB host controller is already initialized"); in usbh_init() 46 LOG_WRN("USB host controller is not initialized"); in usbh_enable() 52 LOG_WRN("USB host controller is already enabled"); in usbh_enable() 73 LOG_WRN("USB host controller is already disabled"); in usbh_disable()
|
/Zephyr-latest/modules/openthread/platform/ |
D | ble.c | 196 LOG_WRN("Error queuing message: %s", otThreadErrorToString(error)); in on_receive() 224 LOG_WRN("Error queuing message: %s", otThreadErrorToString(error)); in on_cccd_changed() 229 LOG_WRN("Error retrieving mtu: %s", otThreadErrorToString(error)); in on_cccd_changed() 269 LOG_WRN("Error, unable to send notification"); in otPlatBleGattServerIndicate() 273 LOG_WRN("Warning, notification not enabled on the selected attribute"); in otPlatBleGattServerIndicate() 322 LOG_WRN("Connection failed err %u %s", in connected() 326 LOG_WRN("Could not parse connection info"); in connected() 332 LOG_WRN("Error retrieving mtu: %s", otThreadErrorToString(error)); in connected() 351 LOG_WRN("Error queuing message: %s", otThreadErrorToString(error)); in disconnected() 377 LOG_WRN("Error retrieving mtu: %s", otThreadErrorToString(error)); in le_param_updated() [all …]
|
/Zephyr-latest/subsys/bluetooth/services/ots/ |
D | ots_client.c | 161 LOG_WRN("Disconnecting L2CAP returned error %d", err); in write_obj_tx_done() 192 LOG_WRN("Received %u but expected maximum %u", cur_inst->rcvd_size, in rx_done() 208 LOG_WRN("Disconnecting L2CAP returned error %d", err); in rx_done() 221 LOG_WRN("Disconnecting L2CAP returned error %d", err); in rx_done() 507 LOG_WRN("Could not register L2CAP context %d", err); in bt_ots_client_register() 537 LOG_WRN("Invalid Connection"); in bt_ots_client_read_feature() 631 LOG_WRN("Invalid Connection"); in bt_ots_client_select_id() 669 LOG_WRN("Invalid Connection"); in bt_ots_client_select_first() 703 LOG_WRN("Invalid Connection"); in bt_ots_client_select_last() 738 LOG_WRN("Invalid Connection"); in bt_ots_client_select_next() [all …]
|
/Zephyr-latest/tests/subsys/logging/log_custom_header/src/ |
D | zephyr_custom_log.h | 14 #undef LOG_WRN 19 #define LOG_WRN(...) Z_LOG(LOG_LEVEL_WRN, CUSTOM_LOG_PREFIX __VA_ARGS__) macro
|
/Zephyr-latest/subsys/emul/ |
D | emul.c | 44 LOG_WRN("Cannot find emulator for '%s'", elp->dev->name); in emul_init_for_bus() 70 LOG_WRN("Init %s emulator failed: %d", in emul_init_for_bus() 102 LOG_WRN("Found no emulated bus enabled to register emulator %s", in emul_init_for_bus() 107 LOG_WRN("Failed to register emulator for %s: %d", elp->dev->name, rc); in emul_init_for_bus()
|
/Zephyr-latest/drivers/mbox/ |
D | mbox_nrfx_ipc.c | 56 LOG_WRN("RX event on illegal channel"); in mbox_dispatcher() 60 LOG_WRN("RX event on disabled channel"); in mbox_dispatcher() 72 LOG_WRN("Sending data not supported"); in mbox_nrf_send() 124 LOG_WRN("Enabling channel without a registered callback\n"); in mbox_nrf_set_enabled() 154 LOG_WRN("tx_mask too big (or IPC_CONF_NUM too small)"); in enable_dt_channels() 158 LOG_WRN("rx_mask too big (or IPC_CONF_NUM too small)"); in enable_dt_channels()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | proxy_msg.c | 64 LOG_WRN("Proxy SAR timeout"); in proxy_sar_timeout() 89 LOG_WRN("Proxy role buffer overflow"); in bt_mesh_proxy_msg_recv() 96 LOG_WRN("Complete PDU while a pending incomplete one"); in bt_mesh_proxy_msg_recv() 108 LOG_WRN("First PDU while a pending incomplete one"); in bt_mesh_proxy_msg_recv() 119 LOG_WRN("Continuation with no prior data"); in bt_mesh_proxy_msg_recv() 124 LOG_WRN("Unexpected message type in continuation"); in bt_mesh_proxy_msg_recv() 134 LOG_WRN("Last SAR PDU with no prior data"); in bt_mesh_proxy_msg_recv() 139 LOG_WRN("Unexpected message type in last SAR PDU"); in bt_mesh_proxy_msg_recv()
|
D | lpn.c | 605 LOG_WRN("Unexpected message without a preceding Poll"); in bt_mesh_lpn_msg_received() 634 LOG_WRN("Too short Friend Offer"); in bt_mesh_lpn_friend_offer() 639 LOG_WRN("Ignoring unexpected Friend Offer"); in bt_mesh_lpn_friend_offer() 644 LOG_WRN("Prohibited ReceiveWindow value"); in bt_mesh_lpn_friend_offer() 678 LOG_WRN("LPN didn't succeed poll sending (err %d)", err); in bt_mesh_lpn_friend_offer() 702 LOG_WRN("Too short Friend Clear Confirm"); in bt_mesh_lpn_friend_clear_cfm() 707 LOG_WRN("Ignoring unexpected Friend Clear Confirm"); in bt_mesh_lpn_friend_clear_cfm() 717 LOG_WRN("Invalid parameters in Friend Clear Confirm"); in bt_mesh_lpn_friend_clear_cfm() 745 LOG_WRN("Friend Subscription List exceeded!"); in lpn_group_add() 826 LOG_WRN("Friend Queue Size exceeded"); in sub_update() [all …]
|
D | friend.c | 263 LOG_WRN("Too short Friend Clear"); in bt_mesh_friend_clear() 274 LOG_WRN("No matching LPN addr 0x%04x", lpn_addr); in bt_mesh_friend_clear() 285 LOG_WRN("LPN Counter out of range (old %u new %u)", frnd->lpn_counter, lpn_counter); in bt_mesh_friend_clear() 320 LOG_WRN("No space in friend subscription list"); in friend_sub_add() 475 LOG_WRN("Decryption failed! %d", err); in unseg_app_sdu_prepare() 483 LOG_WRN("Re-encryption failed! %d", err); in unseg_app_sdu_prepare() 631 LOG_WRN("Too short Friend Subscription Add"); in bt_mesh_friend_sub_add() 637 LOG_WRN("No matching LPN addr 0x%04x", rx->ctx.addr); in bt_mesh_friend_sub_add() 642 LOG_WRN("Previous buffer not yet sent!"); in bt_mesh_friend_sub_add() 666 LOG_WRN("Too short Friend Subscription Remove"); in bt_mesh_friend_sub_rem() [all …]
|
D | pb_gatt_srv.c | 60 LOG_WRN("Unhandled Message Type 0x%02x", role->msg_type); in proxy_msg_recv() 77 LOG_WRN("Too small Proxy PDU"); in gatt_recv() 82 LOG_WRN("Proxy PDU type doesn't match GATT service"); in gatt_recv() 142 LOG_WRN("Client wrote 0x%04x instead enabling notify", value); in prov_ccc_write() 235 LOG_WRN("Too long URI to fit advertising packet"); in gatt_prov_adv_create()
|
/Zephyr-latest/samples/boards/microchip/mec15xxevb_assy6853/power_management/src/ |
D | power_mgmt.c | 83 LOG_WRN("Sleep entry latency is too high"); in pm_latency_check() 88 LOG_WRN("Sleep entry latency is higher than expected"); in pm_latency_check() 143 LOG_WRN("PM counters entry/exit mismatch"); in pm_check_counters() 147 LOG_WRN("PM counter mismatch expected: %d", cycles); in pm_check_counters() 276 LOG_WRN("PM multi-thread test started for cycles: %d, logging: %d", in test_pwr_mgmt_multithread() 336 LOG_WRN("PM single-thread test started for cycles: %d, logging: %d", in test_pwr_mgmt_singlethread()
|
/Zephyr-latest/subsys/sd/ |
D | sdio.c | 325 LOG_WRN("Unknown CIS tuple %d", tpl_code); in sdio_decode_cis() 530 LOG_WRN("Could not set target SDIO speed"); in sdio_set_bus_speed() 793 LOG_WRN("Card does not support SDIO commands"); in sdio_read_byte() 798 LOG_WRN("Could not get SD card mutex"); in sdio_read_byte() 823 LOG_WRN("Card does not support SDIO commands"); in sdio_write_byte() 828 LOG_WRN("Could not get SD card mutex"); in sdio_write_byte() 856 LOG_WRN("Card does not support SDIO commands"); in sdio_rw_byte() 861 LOG_WRN("Could not get SD card mutex"); in sdio_rw_byte() 890 LOG_WRN("Card does not support SDIO commands"); in sdio_read_fifo() 895 LOG_WRN("Could not get SD card mutex"); in sdio_read_fifo() [all …]
|
/Zephyr-latest/subsys/usb/device/class/ |
D | msc.c | 367 LOG_WRN("Unsupported bmRequestType 0x%02x bRequest 0x%02x", in mass_storage_class_handle_req() 376 LOG_WRN("Stall IN endpoint"); in testUnitReady() 379 LOG_WRN("Stall OUT endpoint"); in testUnitReady() 488 LOG_WRN("Attempt to read past end of device: lba=%u", curr_lba); in memoryRead() 506 LOG_WRN("Zero length in CBW"); in check_cbw_data_length() 579 LOG_WRN("cbw.CBLength %d", cbw.CBLength); in CBWDecode() 627 LOG_WRN("Stall OUT endpoint"); in CBWDecode() 642 LOG_WRN("Stall IN endpoint"); in CBWDecode() 662 LOG_WRN("Stall IN endpoint"); in CBWDecode() 674 LOG_WRN(">> default CB[0] %x", cbw.CB[0]); in CBWDecode() [all …]
|
/Zephyr-latest/drivers/stepper/adi_tmc/ |
D | adi_tmc_spi.c | 19 LOG_WRN("spi dataframe: reset_flag detected"); in parse_tmc_spi_status() 22 LOG_WRN("spi dataframe: driver_error(1) detected"); in parse_tmc_spi_status() 25 LOG_WRN("spi dataframe: driver_error(2) detected"); in parse_tmc_spi_status()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | ascs.c | 144 LOG_WRN("Invalid application error code: %u", rsp->code); in ascs_app_rsp_warn_valid() 155 LOG_WRN("Invalid reason %u for code %u", rsp->reason, rsp->code); in ascs_app_rsp_warn_valid() 161 LOG_WRN("Invalid reason %u for code %u", rsp->reason, rsp->code); in ascs_app_rsp_warn_valid() 167 LOG_WRN("Invalid metadata type %u for code %u", rsp->metadata_type, in ascs_app_rsp_warn_valid() 234 LOG_WRN("Failed to take ase_buf_sem: %d", err); in ase_state_notify() 445 LOG_WRN("No callback for disabled set"); in ase_exit_state_streaming() 452 LOG_WRN("No callback for stopped set"); in ase_exit_state_streaming() 474 LOG_WRN("No callback for disabled set"); in ase_exit_state_enabling() 545 LOG_WRN("Out of buffers for ase state notification. " in state_transition_work_handler() 849 LOG_WRN("ase %p cannot accept ISO connection", ase); in ascs_iso_accept() [all …]
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | sdp.c | 277 LOG_WRN("Malformed packet"); in parse_data_elem() 298 LOG_WRN("Malformed packet"); in parse_data_elem() 312 LOG_WRN("Invalid size in remote request"); in parse_data_elem() 317 LOG_WRN("Invalid type in remote request"); in parse_data_elem() 322 LOG_WRN("Malformed packet"); in parse_data_elem() 391 LOG_WRN("Invalid UUID size in local database"); in search_uuid() 492 LOG_WRN("Invalid type %x in service search pattern", data_elem.type); in find_services() 509 LOG_WRN("Invalid type %u in service search pattern", data_elem.type); in find_services() 514 LOG_WRN("Malformed packet"); in find_services() 530 LOG_WRN("Invalid UUID len %u in service search pattern", in find_services() [all …]
|
/Zephyr-latest/drivers/watchdog/ |
D | wdt_dw_common.c | 23 LOG_WRN("Pausing watchdog by debugger is not configurable"); in dw_wdt_check_options() 27 LOG_WRN("Pausing watchdog in sleep is not configurable"); in dw_wdt_check_options()
|
/Zephyr-latest/drivers/ipm/ |
D | ipm_nrfx_ipc.c | 51 LOG_WRN("nRF driver does not support sending data over IPM"); in ipm_nrf_send() 170 LOG_WRN("Passing message ID to IPM with" \ 175 LOG_WRN("nRF driver does not support" \ 192 LOG_WRN("Trying to register a callback" \
|
/Zephyr-latest/drivers/disk/nvme/ |
D | nvme_disk.c | 33 LOG_WRN("Data buffer pointer needs to be 4-bytes aligned"); in nvme_disk_read() 58 LOG_WRN("Reading at sector %u (count %d) on disk %s failed", in nvme_disk_read() 82 LOG_WRN("Data buffer pointer needs to be 4-bytes aligned"); in nvme_disk_write() 107 LOG_WRN("Writing at sector %u (count %d) on disk %s failed", in nvme_disk_write()
|
/Zephyr-latest/lib/posix/options/getopt/ |
D | getopt_long.c | 245 LOG_WRN(AMBIG, in parse_long_options() 259 LOG_WRN(NOARG, in parse_long_options() 298 LOG_WRN(RECARGSTRING, in parse_long_options() 321 LOG_WRN(ILLOPTSTRING, in parse_long_options() 525 LOG_WRN(GNUOPTCHAR, optchar); 529 LOG_WRN(ILLOPTCHAR, optchar); 542 LOG_WRN(RECARGCHAR, optchar); 569 LOG_WRN(RECARGCHAR, optchar);
|
/Zephyr-latest/drivers/sensor/infineon/dps310/ |
D | dps310.c | 297 LOG_WRN("I2C error: %d", res); in poll_rdy() 327 LOG_WRN("I2C error: %d", res); in dps310_trigger_temperature() 356 LOG_WRN("I2C error: %d", res); in dps310_trigger_pressure() 399 LOG_WRN("I2C error: %d", res); in dps310_hw_bug_fix() 491 LOG_WRN("I2C error: %d", res); in dps310_measure_tmp_psr() 528 LOG_WRN("I2C error: %d", res); in dps310_measure_psr() 558 LOG_WRN("I2C error: %d", res); in dps310_measure_tmp() 609 LOG_WRN("I2C error: %d", res); in dps310_init() 625 LOG_WRN("I2C error: %d", res); in dps310_init() 646 LOG_WRN("I2C error: %d", res); in dps310_init()
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_rw_cbor.c | 241 LOG_WRN("unable to decode a 64-bit integer value"); in get_s64() 257 LOG_WRN("unable to decode a 32-bit integer value, err: %d", in get_s32() 293 LOG_WRN("unable to decode a string"); in get_string() 340 LOG_WRN("unable to decode seconds since Epoch"); in get_time_numerical() 378 LOG_WRN("expected tagged date/time, got tag %" PRIu32 "", tag); in get_time() 409 LOG_WRN("unable to decode a boolean value"); in get_bool() 433 LOG_WRN("unable to decode opaque data header"); in get_opaque() 468 LOG_WRN("decoded id %lu out of range[0..65535]", id); in get_objlnk() 483 LOG_WRN("decoded obj inst id without obj id"); in get_objlnk()
|
/Zephyr-latest/tests/lib/acpi/unit/src/ |
D | mock.h | 17 #define LOG_WRN(...) macro
|
/Zephyr-latest/drivers/xen/ |
D | gnttab.c | 124 LOG_WRN("gref = %u still in use! (0x%x)\n", in gnttab_reset_flags() 200 LOG_WRN("Failed to allocate memory for gnttab page!\n"); in gnttab_get_page() 214 LOG_WRN("Failed to remove gnttab page from physmap, ret = %d\n", ret); in gnttab_get_page() 241 LOG_WRN("failed to populate physmap on gfn = 0x%llx, ret = %d\n", in gnttab_put_page() 261 LOG_WRN("map_grant_ref failed, no device space for page #%d\n", i); in gnttab_map_refs()
|
/Zephyr-latest/subsys/bindesc/ |
D | bindesc_read.c | 74 LOG_WRN("Descriptor too large to copy, skipping"); in get_entry() 191 LOG_WRN("The requested descriptor was not found"); in bindesc_find_str() 205 LOG_WRN("The requested descriptor was not found"); in bindesc_find_uint() 220 LOG_WRN("The requested descriptor was not found"); in bindesc_find_bytes()
|