Searched defs:request_firmware (Results  1 – 9 of 9) sorted by relevance
| /Linux-v5.4/drivers/media/dvb-frontends/ | 
| D | bcm3510.h | 21 	int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name);  member
 | 
| D | sp8870.h | 22 	int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name);  member
 | 
| D | sp887x.h | 18 	int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name);  member
 | 
| D | or51211.h | 20 	int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name);  member
 | 
| D | cx24120.h | 28 	int (*request_firmware)(struct dvb_frontend *fe,  member
 | 
| D | tda1004x.h | 90 	int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name);  member
 | 
| /Linux-v5.4/Documentation/driver-api/firmware/ | 
| D | request_firmware.rst | 18 request_firmware  section in Synchronous firmware requests
 | 
| /Linux-v5.4/include/linux/ | 
| D | firmware.h | 58 static inline int request_firmware(const struct firmware **fw,  in request_firmware()  function
 | 
| /Linux-v5.4/drivers/base/firmware_loader/ | 
| D | main.c | 819 request_firmware(const struct firmware **firmware_p, const char *name,  in request_firmware()  function
 |