/Linux-v4.19/drivers/char/ipmi/ |
D | ipmi_msghandler.c | 335 static int bmc_get_device_id(struct ipmi_smi *intf, struct bmc_device *bmc, 474 struct bmc_device *bmc; member 2285 msg->msg.data, msg->msg.data_len, &intf->bmc->fetch_id); in bmc_device_id_handler() 2289 intf->bmc->dyn_id_set = 0; in bmc_device_id_handler() 2296 intf->bmc->dyn_id_set = 1; in bmc_device_id_handler() 2331 static int __get_device_id(struct ipmi_smi *intf, struct bmc_device *bmc) in __get_device_id() argument 2335 bmc->dyn_id_set = 2; in __get_device_id() 2343 wait_event(intf->waitq, bmc->dyn_id_set != 2); in __get_device_id() 2345 if (!bmc->dyn_id_set) in __get_device_id() 2365 static int __bmc_get_device_id(struct ipmi_smi *intf, struct bmc_device *bmc, in __bmc_get_device_id() argument [all …]
|
D | Makefile | 25 obj-$(CONFIG_ASPEED_BT_IPMI_BMC) += bt-bmc.o
|
D | Kconfig | 124 tristate "BT IPMI bmc driver"
|
/Linux-v4.19/drivers/md/ |
D | md-bitmap.c | 1293 bitmap_counter_t *bmc; in md_bitmap_daemon_work() local 1305 bmc = md_bitmap_get_counter(counts, block, &blocks, 0); in md_bitmap_daemon_work() 1306 if (!bmc) { in md_bitmap_daemon_work() 1310 if (*bmc == 1 && !bitmap->need_sync) { in md_bitmap_daemon_work() 1312 *bmc = 0; in md_bitmap_daemon_work() 1315 } else if (*bmc && *bmc <= 2) { in md_bitmap_daemon_work() 1316 *bmc = 1; in md_bitmap_daemon_work() 1413 bitmap_counter_t *bmc; in md_bitmap_startwrite() local 1416 bmc = md_bitmap_get_counter(&bitmap->counts, offset, &blocks, 1); in md_bitmap_startwrite() 1417 if (!bmc) { in md_bitmap_startwrite() [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/ipmi/ |
D | aspeed,ast2400-ibt-bmc.txt | 10 "aspeed,ast2400-ibt-bmc" 11 "aspeed,ast2500-ibt-bmc" 22 compatible = "aspeed,ast2400-ibt-bmc";
|
D | aspeed-kcs-bmc.txt | 9 "aspeed,ast2400-kcs-bmc" 10 "aspeed,ast2500-kcs-bmc" 19 compatible = "aspeed,ast2500-kcs-bmc";
|
D | npcm7xx-kcs-bmc.txt | 9 "nuvoton,npcm750-kcs-bmc" 25 compatible = "nuvoton,npcm750-kcs-bmc"; 33 compatible = "nuvoton,npcm750-kcs-bmc";
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | aspeed-bmc-intel-s2600wf.dts | 9 compatible = "intel,s2600wf-bmc", "aspeed,ast2500"; 46 label = "bmc";
|
D | aspeed-bmc-arm-centriq2400-rep.dts | 9 compatible = "qualcomm,centriq2400-rep-bmc", "aspeed,ast2500"; 56 label = "bmc";
|
D | aspeed-bmc-opp-romulus.dts | 8 compatible = "ibm,romulus-bmc", "aspeed,ast2500"; 86 label = "bmc";
|
D | aspeed-bmc-opp-palmetto.dts | 9 compatible = "tyan,palmetto-bmc", "aspeed,ast2400"; 63 label = "bmc";
|
D | aspeed-bmc-opp-lanyang.dts | 10 compatible = "inventec,lanyang-bmc", "aspeed,ast2500"; 123 label = "bmc";
|
D | aspeed-ast2500-evb.dts | 29 label = "bmc";
|
D | aspeed-bmc-quanta-q71l.dts | 8 compatible = "quanta,q71l-bmc", "aspeed,ast2400"; 72 label = "bmc";
|
D | aspeed-bmc-portwell-neptune.dts | 10 compatible = "portwell,neptune-bmc", "aspeed,ast2500";
|
D | aspeed-bmc-opp-zaius.dts | 8 compatible = "ingrasys,zaius-bmc", "aspeed,ast2500"; 123 label = "bmc";
|
D | aspeed-bmc-opp-witherspoon.dts | 9 compatible = "ibm,witherspoon-bmc", "aspeed,ast2500"; 182 label = "bmc";
|
D | Makefile | 1201 aspeed-bmc-arm-centriq2400-rep.dtb \ 1202 aspeed-bmc-intel-s2600wf.dtb \ 1203 aspeed-bmc-opp-lanyang.dtb \ 1204 aspeed-bmc-opp-palmetto.dtb \ 1205 aspeed-bmc-opp-romulus.dtb \ 1206 aspeed-bmc-opp-witherspoon.dtb \ 1207 aspeed-bmc-opp-zaius.dtb \ 1208 aspeed-bmc-portwell-neptune.dtb \ 1209 aspeed-bmc-quanta-q71l.dtb
|
D | aspeed-g4.dtsi | 272 lpc_bmc: lpc-bmc@0 { 273 compatible = "aspeed,ast2400-lpc-bmc"; 312 compatible = "aspeed,ast2400-ibt-bmc";
|
D | aspeed-g5.dtsi | 332 lpc_bmc: lpc-bmc@0 { 333 compatible = "aspeed,ast2500-lpc-bmc"; 372 compatible = "aspeed,ast2500-ibt-bmc";
|
/Linux-v4.19/Documentation/devicetree/bindings/mfd/ |
D | aspeed-lpc.txt | 65 "aspeed,ast2400-lpc-bmc" 66 "aspeed,ast2500-lpc-bmc" 96 lpc_bmc: lpc-bmc@0 { 97 compatible = "aspeed,ast2500-lpc-bmc";
|
/Linux-v4.19/drivers/staging/rtl8188eu/include/ |
D | rtl8188e_xmit.h | 120 u8 bmc:1; member
|
/Linux-v4.19/drivers/hwmon/ |
D | ibmaem.c | 271 struct device *bmc) in aem_init_ipmi_data() argument 276 data->bmc_device = bmc; in aem_init_ipmi_data() 292 dev_err(bmc, in aem_init_ipmi_data()
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | rtl8723b_xmit.h | 67 u32 bmc:1; member
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | trx.h | 454 u32 bmc:1; member
|