Searched refs:firmware_p (Results 1 – 1 of 1) sorted by relevance
28 request_firmware(const struct firmware **firmware_p, const char *name) in request_firmware() argument31 if (NULL == firmware_p) { in request_firmware()34 *firmware_p = firmware_get(name); in request_firmware()35 if (NULL == *firmware_p) { in request_firmware()