Searched refs:mt76x0_usb_alloc_buf (Results 1 – 3 of 3) sorted by relevance
46 bool mt76x0_usb_alloc_buf(struct mt76x0_dev *dev, size_t len,
488 if (mt76x0_usb_alloc_buf(dev, MCU_FW_URB_SIZE, &dma_buf)) { in mt76x0_upload_firmware()636 if (mt76x0_usb_alloc_buf(dev, MCU_RESP_URB_SIZE, &dev->mcu.resp)) { in mt76x0_mcu_cmd_init()
49 bool mt76x0_usb_alloc_buf(struct mt76x0_dev *dev, size_t len, in mt76x0_usb_alloc_buf() function