Searched refs:dev_dbg_f (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/net/wireless/zydas/zd1211rw/ |
D | zd_usb.c | 112 dev_dbg_f(device, "fw name %s\n", name); in request_fw_file() 153 dev_dbg_f(&udev->dev, "transfer size %zu\n", transfer_size); in upload_code() 198 dev_dbg_f(&udev->dev, "firmware confirm return value %#04x\n", in upload_code() 289 dev_dbg_f(&udev->dev, in upload_firmware() 439 dev_dbg_f(urb_dev(urb), "urb %p error %d\n", urb, urb->status); in int_urb_complete() 442 dev_dbg_f(urb_dev(urb), "urb %p error %d\n", urb, urb->status); in int_urb_complete() 447 dev_dbg_f(urb_dev(urb), "error: urb %p to small\n", urb); in int_urb_complete() 453 dev_dbg_f(urb_dev(urb), "error: urb %p wrong type\n", urb); in int_urb_complete() 473 dev_dbg_f(urb_dev(urb), "error: urb %p unknown id %x\n", urb, in int_urb_complete() 481 dev_dbg_f(urb_dev(urb), "error: resubmit urb %p err code %d\n", in int_urb_complete() [all …]
|
D | zd_chip.c | 118 dev_dbg_f(zd_chip_dev(chip), in zd_ioread32v_locked() 163 dev_dbg_f(zd_chip_dev(chip), in _zd_iowrite32v_async_locked() 208 dev_dbg_f(zd_chip_dev(chip), in zd_iowrite16a_locked() 245 dev_dbg_f(zd_chip_dev(chip), in zd_iowrite32a_locked() 326 dev_dbg_f(zd_chip_dev(chip), "E2P_POD %#010x\n", value); in read_pod() 343 dev_dbg_f(zd_chip_dev(chip), in read_pod() 377 dev_dbg_f(zd_chip_dev(chip), "%s addr %pM\n", type, mac_addr); in zd_write_mac_addr_common() 379 dev_dbg_f(zd_chip_dev(chip), "set NULL %s\n", type); in zd_write_mac_addr_common() 423 dev_dbg_f(zd_chip_dev(chip), "regdomain: %#04x\n", *regdomain); in zd_read_regdomain() 559 dev_dbg_f(zd_chip_dev(chip), "patching value %x\n", value >> 8); in patch_cr157() [all …]
|
D | zd_def.h | 21 # define dev_dbg_f(dev, fmt, args...) \ macro 33 # define dev_dbg_f(dev, fmt, args...) do { (void)(dev); } while (0) macro
|
D | zd_mac.c | 365 dev_dbg_f(zd_mac_dev(mac), "\n"); in zd_restore_settings() 377 dev_dbg_f(zd_mac_dev(mac), "set_mac_and_bssid failed, %d\n", r); in zd_restore_settings() 383 dev_dbg_f(zd_mac_dev(mac), "zd_chip_set_channel failed, %d\n", in zd_restore_settings() 392 dev_dbg_f(zd_mac_dev(mac), in zd_restore_settings() 1193 dev_dbg_f(zd_mac_dev(mac), "Unsupported interrupt\n"); in zd_process_intr() 1210 dev_dbg_f(zd_mac_dev(mac), "mc addr %pM\n", ha->addr); in zd_op_prepare_multicast() 1286 dev_dbg_f(zd_mac_dev(mac), "changes: %llx\n", changes); in zd_op_bss_info_changed() 1365 dev_dbg_f(&intf->dev, "out of memory\n"); in zd_mac_alloc_hw() 1444 dev_dbg_f(zd_mac_dev(mac), "beacon interrupt stalled, " in beacon_watchdog_handler() 1479 dev_dbg_f(zd_mac_dev(mac), "\n"); in beacon_enable() [all …]
|
D | zd_rf_uw2453.c | 287 dev_dbg_f(zd_chip_dev(chip), "can't configure TX gain for " in uw2453_set_tx_gain_level() 400 dev_dbg_f(zd_chip_dev(chip), in uw2453_init_hw() 409 dev_dbg_f(zd_chip_dev(chip), in uw2453_init_hw()
|
D | zd_rf.c | 116 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 | 458 dev_dbg_f(zd_chip_dev(chip), "patching for channel %d\n", channel); in zd1211b_al7230b_patch_6m()
|