Searched defs:request_firmware (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/drivers/media/dvb-frontends/ |
H A D | bcm3510.h | 34 int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name); member in struct:bcm3510_config
|
H A D | sp8870.h | 35 int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name); member in struct:sp8870_config
|
H A D | sp887x.h | 17 int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name); member in struct:sp887x_config
|
H A D | or51211.h | 34 int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name); member in struct:or51211_config
|
H A D | tda1004x.h | 103 int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name); member in struct:tda1004x_config
|
/linux-4.1.27/include/linux/ |
H A D | firmware.h | 53 static inline int request_firmware(const struct firmware **fw, request_firmware() function
|
/linux-4.1.27/drivers/base/ |
H A D | firmware_class.c | 1184 request_firmware(const struct firmware **firmware_p, const char *name, request_firmware() function 1196 EXPORT_SYMBOL(request_firmware); variable
|
Completed in 219 milliseconds