Lines Matching refs:bmc_device

195 struct bmc_device {  struct
203 #define to_bmc_device(x) container_of((x), struct bmc_device, pdev.dev) argument
336 struct bmc_device *bmc;
2205 struct bmc_device *bmc = to_bmc_device(dev); in __find_bmc_guid()
2209 static struct bmc_device *ipmi_find_bmc_guid(struct device_driver *drv, in ipmi_find_bmc_guid()
2229 struct bmc_device *bmc = to_bmc_device(dev); in __find_bmc_prod_dev_id()
2235 static struct bmc_device *ipmi_find_bmc_prod_dev_id( 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()
2415 struct bmc_device *bmc = container_of(ref, struct bmc_device, usecount); in cleanup_bmc_device()
2422 struct bmc_device *bmc = intf->bmc; in ipmi_bmc_unregister()
2440 struct bmc_device *bmc = intf->bmc; in ipmi_bmc_register()
2441 struct bmc_device *old_bmc; in ipmi_bmc_register()