Searched defs:request_firmware (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/drivers/media/dvb-frontends/ |
D | bcm3510.h | 21 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-6.6.21/drivers/staging/media/av7110/ |
D | sp8870.h | 22 int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name); member
|
/linux-6.6.21/Documentation/driver-api/firmware/ |
D | request_firmware.rst | 18 request_firmware section in Synchronous firmware requests
|
/linux-6.6.21/include/linux/ |
D | firmware.h | 116 static inline int request_firmware(const struct firmware **fw, in request_firmware() function
|
/linux-6.6.21/drivers/base/firmware_loader/ |
D | main.c | 951 request_firmware(const struct firmware **firmware_p, const char *name, in request_firmware() function
|