Lines Matching refs:to_bmc_device
203 #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()
2311 struct bmc_device *bmc = to_bmc_device(dev); in add_dev_support_show()
2323 struct bmc_device *bmc = to_bmc_device(dev); in manufacturer_id_show()
2333 struct bmc_device *bmc = to_bmc_device(dev); in product_id_show()
2343 struct bmc_device *bmc = to_bmc_device(dev); in aux_firmware_rev_show()
2356 struct bmc_device *bmc = to_bmc_device(dev); in guid_show()
2382 struct bmc_device *bmc = to_bmc_device(dev); in bmc_dev_attr_is_visible()
2409 kfree(to_bmc_device(dev)); in release_bmc_device()