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