Home
last modified time | relevance | path

Searched refs:read_fws (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/misc/mei/
H A Dhw-me.h59 int (*read_fws)(const struct mei_device *dev, int where, const char *name, 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], "PCI_CFG_HFS_X", in mei_me_fw_status()
232 hw->read_fws(dev, PCI_CFG_HFS_2, "PCI_CFG_HFS_2", &reg); in mei_csc_pg_blocked()
251 if (WARN_ON(!hw->read_fws)) in mei_me_hw_config()
259 hw->read_fws(dev, PCI_CFG_HFS_1, "PCI_CFG_HFS_1", &reg); in mei_me_hw_config()
454 hw->read_fws(dev, PCI_CFG_HFS_5, "PCI_CFG_HFS_5", &fwsts5); in mei_gsc_pxp_check()
H A Dpci-csc.c78 hw->read_fws = mei_csc_read_fws; in mei_csc_probe()
H A Dgsc-me.c77 hw->read_fws = mei_gsc_read_hfs; in mei_gsc_probe()
H A Dpci-me.c231 hw->read_fws = mei_me_read_fws; in mei_me_probe()