Searched defs:request_firmware (Results 1 – 7 of 7) sorted by relevance
/linux-3.3/drivers/media/dvb/frontends/ |
D | sp8870.h | 35 int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name); member
|
D | sp887x.h | 17 int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name); member
|
D | bcm3510.h | 34 int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name); member
|
D | or51211.h | 34 int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name); member
|
D | tda1004x.h | 103 int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name); member
|
/linux-3.3/include/linux/ |
D | firmware.h | 48 static inline int request_firmware(const struct firmware **fw, in request_firmware() function
|
/linux-3.3/drivers/base/ |
D | firmware_class.c | 602 request_firmware(const struct firmware **firmware_p, const char *name, in request_firmware() function
|