linux/drivers/gpu/drm/nouveau/include/nvkm/core/firmware.h
<<
>>
Prefs
   1/* SPDX-License-Identifier: GPL-2.0 */
   2#ifndef __NVKM_FIRMWARE_H__
   3#define __NVKM_FIRMWARE_H__
   4
   5#include <core/device.h>
   6
   7int nvkm_firmware_get(struct nvkm_device *device, const char *fwname,
   8                      const struct firmware **fw);
   9
  10void nvkm_firmware_put(const struct firmware *fw);
  11
  12#endif
  13