Searched refs:dev_dbg_f (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/net/wireless/zydas/zd1211rw/ |
D | zd_usb.c | 125 dev_dbg_f(device, "fw name %s\n", name); in request_fw_file() 166 dev_dbg_f(&udev->dev, "transfer size %zu\n", transfer_size); in upload_code() 211 dev_dbg_f(&udev->dev, "firmware confirm return value %#04x\n", in upload_code() 302 dev_dbg_f(&udev->dev, in upload_firmware() 453 dev_dbg_f(urb_dev(urb), "urb %p error %d\n", urb, urb->status); in int_urb_complete() 456 dev_dbg_f(urb_dev(urb), "urb %p error %d\n", urb, urb->status); in int_urb_complete() 461 dev_dbg_f(urb_dev(urb), "error: urb %p to small\n", urb); in int_urb_complete() 467 dev_dbg_f(urb_dev(urb), "error: urb %p wrong type\n", urb); in int_urb_complete() 487 dev_dbg_f(urb_dev(urb), "error: urb %p unknown id %x\n", urb, in int_urb_complete() 495 dev_dbg_f(urb_dev(urb), "error: resubmit urb %p err code %d\n", in int_urb_complete() [all …]
|
D | zd_chip.c | 131 dev_dbg_f(zd_chip_dev(chip), in zd_ioread32v_locked() 176 dev_dbg_f(zd_chip_dev(chip), in _zd_iowrite32v_async_locked() 221 dev_dbg_f(zd_chip_dev(chip), in zd_iowrite16a_locked() 258 dev_dbg_f(zd_chip_dev(chip), in zd_iowrite32a_locked() 339 dev_dbg_f(zd_chip_dev(chip), "E2P_POD %#010x\n", value); in read_pod() 356 dev_dbg_f(zd_chip_dev(chip), in read_pod() 390 dev_dbg_f(zd_chip_dev(chip), "%s addr %pM\n", type, mac_addr); in zd_write_mac_addr_common() 392 dev_dbg_f(zd_chip_dev(chip), "set NULL %s\n", type); in zd_write_mac_addr_common() 436 dev_dbg_f(zd_chip_dev(chip), "regdomain: %#04x\n", *regdomain); in zd_read_regdomain() 572 dev_dbg_f(zd_chip_dev(chip), "patching value %x\n", value >> 8); in patch_cr157() [all …]
|
D | zd_def.h | 33 # define dev_dbg_f(dev, fmt, args...) \ macro 45 # define dev_dbg_f(dev, fmt, args...) do { (void)(dev); } while (0) macro
|
D | zd_mac.c | 378 dev_dbg_f(zd_mac_dev(mac), "\n"); in zd_restore_settings() 390 dev_dbg_f(zd_mac_dev(mac), "set_mac_and_bssid failed, %d\n", r); in zd_restore_settings() 396 dev_dbg_f(zd_mac_dev(mac), "zd_chip_set_channel failed, %d\n", in zd_restore_settings() 405 dev_dbg_f(zd_mac_dev(mac), in zd_restore_settings() 1207 dev_dbg_f(zd_mac_dev(mac), "Unsupported interrupt\n"); in zd_process_intr() 1224 dev_dbg_f(zd_mac_dev(mac), "mc addr %pM\n", ha->addr); in zd_op_prepare_multicast() 1300 dev_dbg_f(zd_mac_dev(mac), "changes: %x\n", changes); in zd_op_bss_info_changed() 1378 dev_dbg_f(&intf->dev, "out of memory\n"); in zd_mac_alloc_hw() 1457 dev_dbg_f(zd_mac_dev(mac), "beacon interrupt stalled, " in beacon_watchdog_handler() 1492 dev_dbg_f(zd_mac_dev(mac), "\n"); in beacon_enable() [all …]
|
D | zd_rf_uw2453.c | 299 dev_dbg_f(zd_chip_dev(chip), "can't configure TX gain for " in uw2453_set_tx_gain_level() 412 dev_dbg_f(zd_chip_dev(chip), in uw2453_init_hw() 421 dev_dbg_f(zd_chip_dev(chip), in uw2453_init_hw()
|
D | zd_rf.c | 128 dev_dbg_f(zd_chip_dev(zd_rf_to_chip(rf)), "channel: %d\n", channel); in zd_rf_set_channel()
|
D | zd_rf_al7230b.c | 470 dev_dbg_f(zd_chip_dev(chip), "patching for channel %d\n", channel); in zd1211b_al7230b_patch_6m()
|