Lines Matching refs:to_bmc_device
203 #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()
2317 struct bmc_device *bmc = to_bmc_device(dev); in add_dev_support_show()
2329 struct bmc_device *bmc = to_bmc_device(dev); in manufacturer_id_show()
2339 struct bmc_device *bmc = to_bmc_device(dev); in product_id_show()
2349 struct bmc_device *bmc = to_bmc_device(dev); in aux_firmware_rev_show()
2362 struct bmc_device *bmc = to_bmc_device(dev); in guid_show()
2388 struct bmc_device *bmc = to_bmc_device(dev); in bmc_dev_attr_is_visible()
2415 kfree(to_bmc_device(dev)); in release_bmc_device()