Home
last modified time | relevance | path

Searched refs:read_fws (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/misc/mei/
H A Dhw-me.h53 * @read_fws: read FW status register handler
62 int (*read_fws)(const struct mei_device *dev, int where, u32 *val); member
H A Dhw-me.c212 if (!fw_status || !hw->read_fws) in mei_me_fw_status()
217 ret = hw->read_fws(dev, fw_src->status[i], in mei_me_fw_status()
235 * * -EINVAL when read_fws is not set
244 if (WARN_ON(!hw->read_fws)) in mei_me_hw_config()
252 hw->read_fws(dev, PCI_CFG_HFS_1, &reg); in mei_me_hw_config()
H A Dpci-me.c221 hw->read_fws = mei_me_read_fws; in mei_me_probe()
/kernel/linux/linux-6.6/drivers/misc/mei/
H A Dhw-me.h53 * @read_fws: read FW status register handler
65 int (*read_fws)(const struct mei_device *dev, int where, u32 *val); member
H A Dhw-me.c213 if (!fw_status || !hw->read_fws) in mei_me_fw_status()
218 ret = hw->read_fws(dev, fw_src->status[i], in mei_me_fw_status()
236 * * -EINVAL when read_fws is not set
245 if (WARN_ON(!hw->read_fws)) in mei_me_hw_config()
253 hw->read_fws(dev, PCI_CFG_HFS_1, &reg); in mei_me_hw_config()
449 hw->read_fws(dev, PCI_CFG_HFS_5, &fwsts5); in mei_gsc_pxp_check()
H A Dgsc-me.c76 hw->read_fws = mei_gsc_read_hfs; in mei_gsc_probe()
H A Dpci-me.c215 hw->read_fws = mei_me_read_fws; in mei_me_probe()

Completed in 7 milliseconds