/include/linux/ |
D | firmware.h | 43 int request_firmware(const struct firmware **fw, const char *name, 45 int firmware_request_nowarn(const struct firmware **fw, const char *name, 50 void (*cont)(const struct firmware *fw, void *context)); 51 int request_firmware_direct(const struct firmware **fw, const char *name, 56 void release_firmware(const struct firmware *fw); 58 static inline int request_firmware(const struct firmware **fw, in request_firmware() argument 65 static inline int firmware_request_nowarn(const struct firmware **fw, in firmware_request_nowarn() argument 75 void (*cont)(const struct firmware *fw, void *context)) in request_firmware_nowait() argument 80 static inline void release_firmware(const struct firmware *fw) in release_firmware() argument 84 static inline int request_firmware_direct(const struct firmware **fw, in request_firmware_direct() argument
|
D | ihex.h | 47 static inline int ihex_validate_fw(const struct firmware *fw) in ihex_validate_fw() argument 51 rec = (const void *)fw->data; in ihex_validate_fw() 52 end = (const void *)&fw->data[fw->size - sizeof(*end)]; in ihex_validate_fw() 64 static inline int request_ihex_firmware(const struct firmware **fw, in request_ihex_firmware() argument 81 *fw = lfw; in request_ihex_firmware()
|
D | remoteproc.h | 378 int (*parse_fw)(struct rproc *rproc, const struct firmware *fw); 382 struct rproc *rproc, const struct firmware *fw); 383 int (*load)(struct rproc *rproc, const struct firmware *fw); 384 int (*sanity_check)(struct rproc *rproc, const struct firmware *fw); 385 u32 (*get_boot_addr)(struct rproc *rproc, const struct firmware *fw);
|
/include/linux/soc/qcom/ |
D | mdt_loader.h | 14 ssize_t qcom_mdt_get_size(const struct firmware *fw); 15 int qcom_mdt_load(struct device *dev, const struct firmware *fw, 20 int qcom_mdt_load_no_init(struct device *dev, const struct firmware *fw, 24 void *qcom_mdt_read_metadata(const struct firmware *fw, size_t *data_len);
|
/include/misc/ |
D | altera.h | 24 extern int altera_init(struct altera_config *config, const struct firmware *fw); 28 const struct firmware *fw) in altera_init() argument
|
/include/soc/bcm2835/ |
D | raspberrypi-firmware.h | 139 int rpi_firmware_property(struct rpi_firmware *fw, 141 int rpi_firmware_property_list(struct rpi_firmware *fw, 145 static inline int rpi_firmware_property(struct rpi_firmware *fw, u32 tag, in rpi_firmware_property() argument 151 static inline int rpi_firmware_property_list(struct rpi_firmware *fw, in rpi_firmware_property_list() argument
|
/include/linux/usb/ |
D | pd_vdo.h | 172 #define VDO_CABLE(hw, fw, cbl, gdr, lat, term, tx1d, tx2d, rx1d, rx2d, cur,\ argument 174 (((hw) & 0x7) << 28 | ((fw) & 0x7) << 24 | ((cbl) & 0x3) << 18 \ 195 #define VDO_AMA(hw, fw, tx1d, tx2d, rx1d, rx2d, vcpwr, vcr, vbr, usbss) \ argument 196 (((hw) & 0x7) << 28 | ((fw) & 0x7) << 24 \
|
/include/sound/ |
D | sof.h | 24 const struct firmware *fw; member
|
D | soc-topology.h | 184 struct snd_soc_tplg_ops *ops, const struct firmware *fw,
|
D | vx_core.h | 90 int (*load_dsp)(struct vx_core *chip, int idx, const struct firmware *fw);
|
/include/video/ |
D | metronomefb.h | 51 int fw; member
|
/include/linux/platform_data/ |
D | cros_ec_commands.h | 4986 struct mcdp_version fw; member
|
/include/ |
D | Kbuild | 1083 header-test- += uapi/sound/sof/fw.h
|