Searched refs:ipmi_device (Results 1 – 1 of 1) sorted by relevance
117 ipmi_device = kzalloc(sizeof(*ipmi_device), GFP_KERNEL); in ipmi_dev_alloc()118 if (!ipmi_device) in ipmi_dev_alloc()133 kfree(ipmi_device); in ipmi_dev_alloc()138 return ipmi_device; in ipmi_dev_alloc()145 kfree(ipmi_device); in ipmi_dev_release()166 ipmi_device->dead = true; in __ipmi_dev_kill()180 return ipmi_device; in acpi_ipmi_dev_get()452 if (!ipmi_device) { in ipmi_register_bmc()489 ipmi_device = iter; in ipmi_bmc_gone()500 if (ipmi_device) { in ipmi_bmc_gone()[all …]