Searched defs:request_firmware (Results 1 - 6 of 6) sorted by relevance

/drivers/media/dvb-frontends/
H A Dbcm3510.h34 int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name); member in struct:bcm3510_config
H A Dsp8870.h35 int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name); member in struct:sp8870_config
H A Dsp887x.h17 int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name); member in struct:sp887x_config
H A Dor51211.h34 int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name); member in struct:or51211_config
H A Dtda1004x.h103 int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name); member in struct:tda1004x_config
/drivers/base/
H A Dfirmware_class.c1096 /* called from request_firmware() and request_firmware_work_func() */
1163 * request_firmware: - send firmware request and wait for it
1183 request_firmware(const struct firmware **firmware_p, const char *name, function
1195 EXPORT_SYMBOL(request_firmware); variable
1198 * request_firmware: - load firmware directly without usermode helper
1203 * This function works pretty much like request_firmware(), but this doesn't
1262 * request_firmware_nowait - asynchronous version of request_firmware
1276 * Asynchronous variant of request_firmware() for user contexts:
1325 * Once it returns successfully, driver can use request_firmware or its
1340 ret = request_firmware(
[all...]

Completed in 1091 milliseconds