Home
last modified time | relevance | path

Searched refs:bmc (Results 1 – 5 of 5) sorted by relevance

/drivers/char/ipmi/
Dipmi_msghandler.c318 struct bmc_device *bmc; member
1878 ipmi_version_major(&intf->bmc->id), in version_file_read_proc()
1879 ipmi_version_minor(&intf->bmc->id)); in version_file_read_proc()
2040 struct bmc_device *bmc = dev_get_drvdata(dev); in __find_bmc_guid() local
2041 return memcmp(bmc->guid, id, 16) == 0; in __find_bmc_guid()
2064 struct bmc_device *bmc = dev_get_drvdata(dev); in __find_bmc_prod_dev_id() local
2066 return (bmc->id.product_id == id->product_id in __find_bmc_prod_dev_id()
2067 && bmc->id.device_id == id->device_id); in __find_bmc_prod_dev_id()
2091 struct bmc_device *bmc = dev_get_drvdata(dev); in device_id_show() local
2093 return snprintf(buf, 10, "%u\n", bmc->id.device_id); in device_id_show()
[all …]
/drivers/md/
Dbitmap.c1101 bitmap_counter_t *bmc; in bitmap_daemon_work() local
1156 bmc = bitmap_get_counter(bitmap, j << CHUNK_BLOCK_SHIFT(bitmap), in bitmap_daemon_work()
1158 if (bmc) { in bitmap_daemon_work()
1162 if (*bmc) in bitmap_daemon_work()
1165 if (*bmc == 2) { in bitmap_daemon_work()
1166 *bmc=1; /* maybe clear the bit next time */ in bitmap_daemon_work()
1168 } else if (*bmc == 1) { in bitmap_daemon_work()
1170 *bmc = 0; in bitmap_daemon_work()
1253 bitmap_counter_t *bmc; in bitmap_startwrite() local
1256 bmc = bitmap_get_counter(bitmap, offset, &blocks, 1); in bitmap_startwrite()
[all …]
/drivers/ieee1394/
Dnodemgr.h43 u8 bmc; /* Bus Master Capable */ member
Dnodemgr.c308 ne->busopt.cmc, ne->busopt.isc, ne->busopt.bmc, in fw_show_ne_bus_options()
783 ne->busopt.bmc = (busoptions >> 28) & 1; in nodemgr_update_bus_options()
794 ne->busopt.isc, ne->busopt.bmc, ne->busopt.pmc, in nodemgr_update_bus_options()
/drivers/hwmon/
Dibmaem.c269 struct device *bmc) in aem_init_ipmi_data() argument
274 data->bmc_device = bmc; in aem_init_ipmi_data()
290 dev_err(bmc, "Unable to register user with IPMI " in aem_init_ipmi_data()