Lines Matching refs:bmc_device

313 struct bmc_device {  struct
328 #define to_bmc_device(x) container_of((x), struct bmc_device, pdev.dev) argument
330 static int bmc_get_device_id(struct ipmi_smi *intf, struct bmc_device *bmc,
474 struct bmc_device tmp_bmc;
475 struct bmc_device *bmc;
2556 static int __get_device_id(struct ipmi_smi *intf, struct bmc_device *bmc) in __get_device_id()
2604 static int __bmc_get_device_id(struct ipmi_smi *intf, struct bmc_device *bmc, in __bmc_get_device_id()
2737 static int bmc_get_device_id(struct ipmi_smi *intf, struct bmc_device *bmc, in bmc_get_device_id()
2748 struct bmc_device *bmc = to_bmc_device(dev); in device_id_show()
2764 struct bmc_device *bmc = to_bmc_device(dev); in provides_device_sdrs_show()
2779 struct bmc_device *bmc = to_bmc_device(dev); in revision_show()
2795 struct bmc_device *bmc = to_bmc_device(dev); in firmware_revision_show()
2812 struct bmc_device *bmc = to_bmc_device(dev); in ipmi_version_show()
2830 struct bmc_device *bmc = to_bmc_device(dev); in add_dev_support_show()
2847 struct bmc_device *bmc = to_bmc_device(dev); in manufacturer_id_show()
2863 struct bmc_device *bmc = to_bmc_device(dev); in product_id_show()
2879 struct bmc_device *bmc = to_bmc_device(dev); in aux_firmware_rev_show()
2898 struct bmc_device *bmc = to_bmc_device(dev); in guid_show()
2931 struct bmc_device *bmc = to_bmc_device(dev); in bmc_dev_attr_is_visible()
2967 struct bmc_device *bmc; in __find_bmc_guid()
2983 static struct bmc_device *ipmi_find_bmc_guid(struct device_driver *drv, in ipmi_find_bmc_guid()
2987 struct bmc_device *bmc = NULL; in ipmi_find_bmc_guid()
3005 struct bmc_device *bmc; in __find_bmc_prod_dev_id()
3022 static struct bmc_device *ipmi_find_bmc_prod_dev_id( in ipmi_find_bmc_prod_dev_id()
3031 struct bmc_device *bmc = NULL; in ipmi_find_bmc_prod_dev_id()
3051 struct bmc_device *bmc = container_of(work, struct bmc_device, in cleanup_bmc_work()
3062 struct bmc_device *bmc = container_of(ref, struct bmc_device, usecount); in cleanup_bmc_device()
3077 struct bmc_device *bmc = intf->bmc; in __ipmi_bmc_unregister()
3110 struct bmc_device *bmc; in __ipmi_bmc_register()
3111 struct bmc_device *old_bmc; in __ipmi_bmc_register()
3295 struct bmc_device *bmc = intf->bmc; in guid_handler()
3331 struct bmc_device *bmc = intf->bmc; in __get_guid()