Searched refs:mt76x0_usb_free_buf (Results 1 – 3 of 3) sorted by relevance
48 void mt76x0_usb_free_buf(struct mt76x0_dev *dev, struct mt76x0_dma_buf *buf);
523 mt76x0_usb_free_buf(dev, &dma_buf); in mt76x0_upload_firmware()637 mt76x0_usb_free_buf(dev, &dev->mcu.resp); in mt76x0_mcu_cmd_init()645 mt76x0_usb_free_buf(dev, &dev->mcu.resp); in mt76x0_mcu_cmd_init()655 mt76x0_usb_free_buf(dev, &dev->mcu.resp); in mt76x0_mcu_cmd_deinit()
61 void mt76x0_usb_free_buf(struct mt76x0_dev *dev, struct mt76x0_dma_buf *buf) in mt76x0_usb_free_buf() function