Lines Matching refs:dev_info
94 dev_info(dev, "Wireless USB Cluster ID set to 0x%02x\n", cluster_id); in __hwahc_set_cluster_id()
425 struct hwa_dev_info *dev_info; in __hwahc_op_dev_info_set() local
429 dev_info = kzalloc(sizeof(struct hwa_dev_info), GFP_KERNEL); in __hwahc_op_dev_info_set()
430 if (!dev_info) in __hwahc_op_dev_info_set()
432 uwb_mas_bm_copy_le(dev_info->bmDeviceAvailability, in __hwahc_op_dev_info_set()
434 dev_info->bDeviceAddress = wusb_dev->addr; in __hwahc_op_dev_info_set()
444 dev_info->wPHYRates = wusb_dev->wusb_cap_descr->wPHYRates; in __hwahc_op_dev_info_set()
446 dev_info->wPHYRates = cpu_to_le16(USB_WIRELESS_PHY_53); in __hwahc_op_dev_info_set()
452 dev_info, sizeof(struct hwa_dev_info), in __hwahc_op_dev_info_set()
454 kfree(dev_info); in __hwahc_op_dev_info_set()
703 dev_info(dev, "supported encryption types: %s\n", buf); in hwahc_security_create()