Home
last modified time | relevance | path

Searched refs:fw (Results 1 – 16 of 16) sorted by relevance

/include/linux/soc/qcom/
Dmdt_loader.h16 ssize_t qcom_mdt_get_size(const struct firmware *fw);
17 int qcom_mdt_load(struct device *dev, const struct firmware *fw,
22 int qcom_mdt_load_no_init(struct device *dev, const struct firmware *fw,
26 void *qcom_mdt_read_metadata(const struct firmware *fw, size_t *data_len);
30 static inline ssize_t qcom_mdt_get_size(const struct firmware *fw) in qcom_mdt_get_size() argument
35 static inline int qcom_mdt_load(struct device *dev, const struct firmware *fw, in qcom_mdt_load() argument
44 const struct firmware *fw, in qcom_mdt_load_no_init() argument
53 static inline void *qcom_mdt_read_metadata(const struct firmware *fw, in qcom_mdt_read_metadata() argument
/include/linux/
Dfirmware.h42 int request_firmware(const struct firmware **fw, const char *name,
44 int firmware_request_nowarn(const struct firmware **fw, const char *name,
46 int firmware_request_platform(const struct firmware **fw, const char *name,
51 void (*cont)(const struct firmware *fw, void *context));
52 int request_firmware_direct(const struct firmware **fw, const char *name,
60 void release_firmware(const struct firmware *fw);
62 static inline int request_firmware(const struct firmware **fw, in request_firmware() argument
69 static inline int firmware_request_nowarn(const struct firmware **fw, in firmware_request_nowarn() argument
76 static inline int firmware_request_platform(const struct firmware **fw, in firmware_request_platform() argument
86 void (*cont)(const struct firmware *fw, void *context)) in request_firmware_nowait() argument
[all …]
Dihex.h47 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()
Dremoteproc.h394 int (*parse_fw)(struct rproc *rproc, const struct firmware *fw);
398 struct rproc *rproc, const struct firmware *fw);
401 int (*load)(struct rproc *rproc, const struct firmware *fw);
402 int (*sanity_check)(struct rproc *rproc, const struct firmware *fw);
403 u64 (*get_boot_addr)(struct rproc *rproc, const struct firmware *fw);
Dpldmfw.h163 int pldmfw_flash_image(struct pldmfw *context, const struct firmware *fw);
/include/soc/bcm2835/
Draspberrypi-firmware.h139 int rpi_firmware_property(struct rpi_firmware *fw,
141 int rpi_firmware_property_list(struct rpi_firmware *fw,
143 void rpi_firmware_put(struct rpi_firmware *fw);
148 static inline int rpi_firmware_property(struct rpi_firmware *fw, u32 tag, in rpi_firmware_property() argument
154 static inline int rpi_firmware_property_list(struct rpi_firmware *fw, in rpi_firmware_property_list() argument
160 static inline void rpi_firmware_put(struct rpi_firmware *fw) { } in rpi_firmware_put() argument
/include/linux/firmware/meson/
Dmeson_sm.h21 int meson_sm_call(struct meson_sm_firmware *fw, unsigned int cmd_index,
23 int meson_sm_call_write(struct meson_sm_firmware *fw, void *buffer,
26 int meson_sm_call_read(struct meson_sm_firmware *fw, void *buffer,
/include/misc/
Daltera.h24 extern int altera_init(struct altera_config *config, const struct firmware *fw);
28 const struct firmware *fw) in altera_init() argument
/include/dt-bindings/usb/
Dpd.h341 #define VDO_CABLE(hw, fw, cbl, lat, term, tx1d, tx2d, rx1d, rx2d, cur, vps, sopp, usbss) \ argument
342 (((hw) & 0x7) << 28 | ((fw) & 0x7) << 24 | ((cbl) & 0x3) << 18 \
346 #define VDO_PCABLE(hw, fw, ver, conn, lat, term, vbm, cur, spd) \ argument
347 (((hw) & 0xf) << 28 | ((fw) & 0xf) << 24 | ((ver) & 0x7) << 21 \
350 #define VDO_ACABLE1(hw, fw, ver, conn, lat, term, vbm, sbu, sbut, cur, vbt, sopp, spd) \ argument
351 (((hw) & 0xf) << 28 | ((fw) & 0xf) << 24 | ((ver) & 0x7) << 21 \
425 #define VDO_AMA(hw, fw, tx1d, tx2d, rx1d, rx2d, vcpwr, vcr, vbr, usbss) \ argument
426 (((hw) & 0x7) << 28 | ((fw) & 0x7) << 24 \
463 #define VDO_VPD(hw, fw, ver, vbm, curr, vbi, gi, ct) \ argument
464 (((hw) & 0xf) << 28 | ((fw) & 0xf) << 24 | ((ver) & 0x7) << 21 \
/include/linux/usb/
Dpd_vdo.h364 #define VDO_CABLE(hw, fw, cbl, lat, term, tx1d, tx2d, rx1d, rx2d, cur, vps, sopp, usbss) \ argument
365 (((hw) & 0x7) << 28 | ((fw) & 0x7) << 24 | ((cbl) & 0x3) << 18 \
369 #define VDO_PCABLE(hw, fw, ver, conn, lat, term, vbm, cur, spd) \ argument
370 (((hw) & 0xf) << 28 | ((fw) & 0xf) << 24 | ((ver) & 0x7) << 21 \
373 #define VDO_ACABLE1(hw, fw, ver, conn, lat, term, vbm, sbu, sbut, cur, vbt, sopp, spd) \ argument
374 (((hw) & 0xf) << 28 | ((fw) & 0xf) << 24 | ((ver) & 0x7) << 21 \
450 #define VDO_AMA(hw, fw, tx1d, tx2d, rx1d, rx2d, vcpwr, vcr, vbr, usbss) \ argument
451 (((hw) & 0x7) << 28 | ((fw) & 0x7) << 24 \
488 #define VDO_VPD(hw, fw, ver, vbm, curr, vbi, gi, ct) \ argument
489 (((hw) & 0xf) << 28 | ((fw) & 0xf) << 24 | ((ver) & 0x7) << 21 \
/include/sound/
Dsof.h24 const struct firmware *fw; member
Dsoc-topology.h181 struct snd_soc_tplg_ops *ops, const struct firmware *fw);
Dvx_core.h90 int (*load_dsp)(struct vx_core *chip, int idx, const struct firmware *fw);
/include/video/
Dmetronomefb.h51 int fw; member
/include/net/
Ddevlink.h640 const struct firmware *fw; member
/include/linux/platform_data/
Dcros_ec_commands.h5168 struct mcdp_version fw; member