Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/char/ipmi/
Dipmi_msghandler.c203 #define to_bmc_device(x) container_of((x), struct bmc_device, pdev.dev) macro
2211 struct bmc_device *bmc = to_bmc_device(dev); in __find_bmc_guid()
2222 return to_bmc_device(dev); in ipmi_find_bmc_guid()
2235 struct bmc_device *bmc = to_bmc_device(dev); in __find_bmc_prod_dev_id()
2253 return to_bmc_device(dev); in ipmi_find_bmc_prod_dev_id()
2262 struct bmc_device *bmc = to_bmc_device(dev); in device_id_show()
2272 struct bmc_device *bmc = to_bmc_device(dev); in provides_device_sdrs_show()
2283 struct bmc_device *bmc = to_bmc_device(dev); in revision_show()
2294 struct bmc_device *bmc = to_bmc_device(dev); in firmware_revision_show()
2305 struct bmc_device *bmc = to_bmc_device(dev); in ipmi_version_show()
[all …]