Searched refs:wl1251_error (Results 1 – 13 of 13) sorted by relevance
/linux-5.19.10/drivers/net/wireless/ti/wl1251/ |
D | cmd.c | 44 wl1251_error("command complete timeout"); in wl1251_cmd_send() 95 wl1251_error("TEST command answer error: %d", in wl1251_cmd_test() 124 wl1251_error("INTERROGATE command failed"); in wl1251_cmd_interrogate() 133 wl1251_error("INTERROGATE command error: %d", in wl1251_cmd_interrogate() 196 wl1251_error("VBM command failed"); in wl1251_cmd_vbm() 226 wl1251_error("rx %s cmd for channel %d failed", in wl1251_cmd_data_path_rx() 260 wl1251_error("tx %s cmd for channel %d failed", in wl1251_cmd_data_path_tx() 304 wl1251_error("failed to initiate cmd join"); in wl1251_cmd_join() 333 wl1251_error("cmd set_ps_mode failed"); in wl1251_cmd_ps_mode() 362 wl1251_error("read memory command failed: %d", ret); in wl1251_cmd_read_memory() [all …]
|
D | spi.c | 51 wl1251_error("could not allocate cmd for spi reset"); in wl1251_spi_reset() 78 wl1251_error("could not allocate cmd for spi init"); in wl1251_spi_wake() 236 wl1251_error("no platform data"); in wl1251_spi_probe() 258 wl1251_error("spi_setup failed"); in wl1251_spi_probe() 279 wl1251_error("Failed to request gpio: %d\n", ret); in wl1251_spi_probe() 283 wl1251_error("set power gpio missing in platform data"); in wl1251_spi_probe() 290 wl1251_error("irq missing in platform data"); in wl1251_spi_probe() 299 wl1251_error("request_irq() failed: %d", ret); in wl1251_spi_probe() 308 wl1251_error("vio regulator missing: %d", ret); in wl1251_spi_probe()
|
D | boot.c | 42 wl1251_error("soft reset timeout"); in wl1251_boot_soft_reset() 220 wl1251_error("chip id doesn't match after firmware boot"); in wl1251_boot_run_firmware() 231 wl1251_error("error reading hardware complete " in wl1251_boot_run_firmware() 244 wl1251_error("timeout waiting for the hardware to " in wl1251_boot_run_firmware() 293 wl1251_error("EVENT mask setting failed"); in wl1251_boot_run_firmware() 322 wl1251_error("firmware length not multiple of four"); in wl1251_boot_upload_firmware() 328 wl1251_error("allocation for firmware upload chunk failed"); in wl1251_boot_upload_firmware() 525 wl1251_error("boot failed, ECPU_CONTROL_HALT not set"); in wl1251_boot()
|
D | sdio.c | 60 wl1251_error("sdio read failed (%d)", ret); in wl1251_sdio_read() 73 wl1251_error("sdio write failed (%d)", ret); in wl1251_sdio_write() 94 wl1251_error("sdio_readb failed (%d)", ret); in wl1251_sdio_read_elp() 108 wl1251_error("sdio_writeb failed (%d)", ret); in wl1251_sdio_write_elp() 245 wl1251_error("request_irq() failed: %d", ret); in wl1251_sdio_probe() 339 wl1251_error("failed to register sdio driver: %d", err); in wl1251_sdio_init()
|
D | main.c | 61 wl1251_error("could not get firmware: %d", ret); in wl1251_fetch_firmware() 66 wl1251_error("firmware size is not multiple of 32 bits: %zu", in wl1251_fetch_firmware() 76 wl1251_error("could not allocate memory for the firmware"); in wl1251_fetch_firmware() 100 wl1251_error("could not get nvs file: %d", ret); in wl1251_fetch_nvs() 105 wl1251_error("nvs size is not multiple of 32 bits: %zu", in wl1251_fetch_nvs() 114 wl1251_error("could not allocate memory for the nvs file"); in wl1251_fetch_nvs() 181 wl1251_error("unsupported chip id: 0x%x", wl->chip_id); in wl1251_chip_wakeup() 379 wl1251_error("cannot start because not in off state: %d", in wl1251_op_start() 730 wl1251_error("Out of memory setting filters."); in wl1251_op_prepare_multicast() 859 wl1251_error("Unknown key cipher 0x%x", mac80211_key->cipher); in wl1251_set_key_type() [all …]
|
D | init.c | 200 wl1251_error("couldn't allocate target memory map"); in wl1251_hw_init_mem_config() 208 wl1251_error("couldn't retrieve firmware memory map"); in wl1251_hw_init_mem_config() 249 wl1251_error("Invalid TX queue id: %d", qid); in wl1251_hw_init_txq_fill()
|
D | io.c | 35 wl1251_error("address out of range (%d)", addr); in wl1251_translate_reg_addr() 128 wl1251_error("can not allocate partition buffer"); in wl1251_set_partition()
|
D | event.c | 61 wl1251_error("Power save entry failed, giving up"); in wl1251_event_ps_report() 213 wl1251_error("can not allocate mbox buffer"); in wl1251_event_handle()
|
D | ps.c | 77 wl1251_error("elp wakeup timeout"); in wl1251_ps_elp_wakeup()
|
D | rx.c | 161 wl1251_error("Couldn't allocate RX frame"); in wl1251_rx_body()
|
D | tx.c | 405 wl1251_error("SKB for packet %d is NULL", result->id); in wl1251_tx_packet_cb() 454 wl1251_error("can not allocate result buffer"); in wl1251_tx_complete()
|
D | acx.c | 32 wl1251_error("Failed to set FW rates and modulation"); in wl1251_acx_frame_rates() 78 wl1251_error("Couldn't set default key"); in wl1251_acx_default_key() 212 wl1251_error("Couldn't set HW encryption"); in wl1251_acx_feature_cfg()
|
D | wl1251.h | 43 #define wl1251_error(fmt, arg...) \ macro
|