Home
last modified time | relevance | path

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

/include/linux/soc/qcom/
Dmdt_loader.h17 ssize_t qcom_mdt_get_size(const struct firmware *fw);
18 int qcom_mdt_pas_init(struct device *dev, const struct firmware *fw,
21 int qcom_mdt_load(struct device *dev, const struct firmware *fw,
26 int qcom_mdt_load_no_init(struct device *dev, const struct firmware *fw,
30 void *qcom_mdt_read_metadata(const struct firmware *fw, size_t *data_len,
35 static inline ssize_t qcom_mdt_get_size(const struct firmware *fw) in qcom_mdt_get_size() argument
40 static inline int qcom_mdt_pas_init(struct device *dev, const struct firmware *fw, in qcom_mdt_pas_init() argument
47 static inline int qcom_mdt_load(struct device *dev, const struct firmware *fw, in qcom_mdt_load() argument
56 const struct firmware *fw, in qcom_mdt_load_no_init() argument
65 static inline void *qcom_mdt_read_metadata(const struct firmware *fw, in qcom_mdt_read_metadata() argument
/include/linux/
Dfirmware.h89 bool firmware_request_builtin(struct firmware *fw, const char *name);
91 static inline bool firmware_request_builtin(struct firmware *fw, in firmware_request_builtin() argument
99 int request_firmware(const struct firmware **fw, const char *name,
104 void (*cont)(const struct firmware *fw, void *context));
105 int firmware_request_nowarn(const struct firmware **fw, const char *name,
107 int firmware_request_platform(const struct firmware **fw, const char *name,
112 void (*cont)(const struct firmware *fw, void *context));
113 int request_firmware_direct(const struct firmware **fw, const char *name,
121 void release_firmware(const struct firmware *fw);
123 static inline int request_firmware(const struct firmware **fw, in request_firmware() 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);
Dpagewalk.h192 struct folio *folio_walk_start(struct folio_walk *fw,
/include/soc/bcm2835/
Draspberrypi-firmware.h177 int rpi_firmware_property(struct rpi_firmware *fw,
179 int rpi_firmware_property_list(struct rpi_firmware *fw,
181 void rpi_firmware_put(struct rpi_firmware *fw);
182 unsigned int rpi_firmware_clk_get_max_rate(struct rpi_firmware *fw,
189 static inline int rpi_firmware_property(struct rpi_firmware *fw, u32 tag, in rpi_firmware_property() argument
195 static inline int rpi_firmware_property_list(struct rpi_firmware *fw, in rpi_firmware_property_list() argument
201 static inline void rpi_firmware_put(struct rpi_firmware *fw) { } in rpi_firmware_put() argument
203 static inline unsigned int rpi_firmware_clk_get_max_rate(struct rpi_firmware *fw, in rpi_firmware_clk_get_max_rate() 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.h371 #define VDO_CABLE(hw, fw, cbl, lat, term, tx1d, tx2d, rx1d, rx2d, cur, vps, sopp, usbss) \ argument
372 (((hw) & 0x7) << 28 | ((fw) & 0x7) << 24 | ((cbl) & 0x3) << 18 \
376 #define VDO_PCABLE(hw, fw, ver, conn, lat, term, vbm, cur, spd) \ argument
377 (((hw) & 0xf) << 28 | ((fw) & 0xf) << 24 | ((ver) & 0x7) << 21 \
380 #define VDO_ACABLE1(hw, fw, ver, conn, lat, term, vbm, sbu, sbut, cur, vbt, sopp, spd) \ argument
381 (((hw) & 0xf) << 28 | ((fw) & 0xf) << 24 | ((ver) & 0x7) << 21 \
458 #define VDO_AMA(hw, fw, tx1d, tx2d, rx1d, rx2d, vcpwr, vcr, vbr, usbss) \ argument
459 (((hw) & 0x7) << 28 | ((fw) & 0x7) << 24 \
496 #define VDO_VPD(hw, fw, ver, vbm, curr, vbi, gi, ct) \ argument
497 (((hw) & 0xf) << 28 | ((fw) & 0xf) << 24 | ((ver) & 0x7) << 21 \
/include/linux/firmware/cirrus/
Dwmfw.h85 struct wmfw_id_hdr fw; member
92 struct wmfw_id_hdr fw; member
100 struct wmfw_v3_id_hdr fw; member
/include/video/
Dmetronomefb.h51 int fw; member
/include/linux/mfd/
Dcs40l50.h122 const struct firmware *fw; member
/include/sound/
Dsoc-topology.h181 const struct snd_soc_tplg_ops *ops, const struct firmware *fw);
Dtas2781.h208 void (*cont)(const struct firmware *fw, void *context));
Dvx_core.h90 int (*load_dsp)(struct vx_core *chip, int idx, const struct firmware *fw);
/include/net/
Ddevlink.h649 const struct firmware *fw; member
/include/linux/platform_data/
Dcros_ec_commands.h5358 struct mcdp_version fw; member