Searched refs:bmc (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/drivers/char/ipmi/ |
D | ipmi_msghandler.c | 327 struct bmc_device *bmc; member 1935 ipmi_version_major(&intf->bmc->id), in smi_version_proc_show() 1936 ipmi_version_minor(&intf->bmc->id)); in smi_version_proc_show() 2116 struct bmc_device *bmc = dev_get_drvdata(dev); in __find_bmc_guid() local 2117 return memcmp(bmc->guid, id, 16) == 0; in __find_bmc_guid() 2140 struct bmc_device *bmc = dev_get_drvdata(dev); in __find_bmc_prod_dev_id() local 2142 return (bmc->id.product_id == id->product_id in __find_bmc_prod_dev_id() 2143 && bmc->id.device_id == id->device_id); in __find_bmc_prod_dev_id() 2167 struct bmc_device *bmc = dev_get_drvdata(dev); in device_id_show() local 2169 return snprintf(buf, 10, "%u\n", bmc->id.device_id); in device_id_show() [all …]
|
/linux-3.4.99/drivers/md/ |
D | bitmap.c | 1129 bitmap_counter_t *bmc; in bitmap_daemon_work() local 1189 bmc = bitmap_get_counter(bitmap, in bitmap_daemon_work() 1192 if (!bmc) in bitmap_daemon_work() 1194 else if (*bmc) { in bitmap_daemon_work() 1195 if (*bmc == 1 && !bitmap->need_sync) { in bitmap_daemon_work() 1197 *bmc = 0; in bitmap_daemon_work() 1213 } else if (*bmc <= 2) { in bitmap_daemon_work() 1214 *bmc = 1; /* maybe clear the bit next time */ in bitmap_daemon_work() 1303 bitmap_counter_t *bmc; in bitmap_startwrite() local 1306 bmc = bitmap_get_counter(bitmap, offset, &blocks, 1); in bitmap_startwrite() [all …]
|
/linux-3.4.99/drivers/hwmon/ |
D | ibmaem.c | 270 struct device *bmc) in aem_init_ipmi_data() argument 275 data->bmc_device = bmc; in aem_init_ipmi_data() 291 dev_err(bmc, "Unable to register user with IPMI " in aem_init_ipmi_data()
|
/linux-3.4.99/drivers/net/wireless/rtlwifi/rtl8192ce/ |
D | trx.h | 561 u32 bmc:1; member
|
/linux-3.4.99/drivers/net/wireless/rtlwifi/rtl8192de/ |
D | trx.h | 577 u32 bmc:1; member
|