Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/char/ipmi/
Dipmi_msghandler.c203 #define to_bmc_device(x) container_of((x), struct bmc_device, pdev.dev) macro
2205 struct bmc_device *bmc = to_bmc_device(dev); in __find_bmc_guid()
2216 return to_bmc_device(dev); in ipmi_find_bmc_guid()
2229 struct bmc_device *bmc = to_bmc_device(dev); in __find_bmc_prod_dev_id()
2247 return to_bmc_device(dev); in ipmi_find_bmc_prod_dev_id()
2256 struct bmc_device *bmc = to_bmc_device(dev); in device_id_show()
2266 struct bmc_device *bmc = to_bmc_device(dev); in provides_device_sdrs_show()
2277 struct bmc_device *bmc = to_bmc_device(dev); in revision_show()
2288 struct bmc_device *bmc = to_bmc_device(dev); in firmware_revision_show()
2299 struct bmc_device *bmc = to_bmc_device(dev); in ipmi_version_show()
[all …]