Searched refs:read_fws (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/misc/mei/ |
| H A D | hw-me.h | 59 int (*read_fws)(const struct mei_device *dev, int where, const char *name, u32 *val); member
|
| H A D | hw-me.c | 213 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", ®); 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", ®); 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 D | pci-csc.c | 78 hw->read_fws = mei_csc_read_fws; in mei_csc_probe()
|
| H A D | gsc-me.c | 77 hw->read_fws = mei_gsc_read_hfs; in mei_gsc_probe()
|
| H A D | pci-me.c | 231 hw->read_fws = mei_me_read_fws; in mei_me_probe()
|