Home
last modified time | relevance | path

Searched refs:get_fw_version (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/hwmon/
H A Dcorsair-cpro.c512 static int get_fw_version(struct ccp_device *ccp) in get_fw_version() function
577 ret = get_fw_version(ccp); in ccp_debugfs_init()
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.h722 u32 (*get_fw_version)(struct hnae3_handle *handle); member
H A Dhns3_ethtool.c632 if (!h->ae_algo->ops->get_fw_version) { in hns3_get_drvinfo()
643 fw_version = priv->ae_handle->ae_algo->ops->get_fw_version(h); in hns3_get_drvinfo()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c10652 .get_fw_version = hclge_get_fw_version,