1UNCACHE_FIRMWARE(9) Device drivers infrastructure UNCACHE_FIRMWARE(9)
23
4
NAME
6uncache_firmware - remove one cached firmware image
7
SYNOPSIS
9int uncache_firmware(const char * fw_name);
10
ARGUMENTS
12fw_name
13the firmware image name
14
DESCRIPTION
16Uncache one firmware image which has been cached successfully before.
1718
Return 0 if the firmware cache has been removed successfully Return !0
19otherwise
20
COPYRIGHT
22Kernel Hackers Manual 3.10 June 2019 UNCACHE_FIRMWARE(9)