/linux-6.3-rc2/drivers/power/supply/ |
A D | pcf50633-charger.c | 112 if (!mbc) in pcf50633_mbc_get_status() 118 if (mbc->usb_online) in pcf50633_mbc_get_status() 125 if (mbc->adapter_online) in pcf50633_mbc_get_status() 141 if (!mbc) in pcf50633_mbc_get_usb_online_status() 144 return mbc->usb_online; in pcf50633_mbc_get_usb_online_status() 259 mbc->usb_online = 1; in pcf50633_mbc_irq_handler() 261 mbc->usb_online = 0; in pcf50633_mbc_irq_handler() 276 mbc->pcf->pdata->mbc_event_callback(mbc->pcf, irq); in pcf50633_mbc_irq_handler() 390 mbc = devm_kzalloc(&pdev->dev, sizeof(*mbc), GFP_KERNEL); in pcf50633_mbc_probe() 391 if (!mbc) in pcf50633_mbc_probe() [all …]
|
/linux-6.3-rc2/arch/microblaze/include/asm/ |
A D | cacheflush.h | 49 extern struct scache *mbc; 53 #define enable_icache() mbc->ie(); 54 #define disable_icache() mbc->id(); 55 #define flush_icache() mbc->ifl(); 56 #define flush_icache_range(start, end) mbc->iflr(start, end); 57 #define invalidate_icache() mbc->iin(); 60 #define enable_dcache() mbc->de(); 61 #define disable_dcache() mbc->dd(); 63 #define invalidate_dcache() mbc->din(); 65 #define flush_dcache() mbc->dfl(); [all …]
|
/linux-6.3-rc2/drivers/staging/qlge/ |
A D | qlge_mpi.c | 614 struct mbox_params mbc; in qlge_mb_about_fw() local 646 struct mbox_params mbc; in qlge_mb_get_fw_state() local 685 struct mbox_params mbc; in qlge_mb_idc_ack() local 717 struct mbox_params mbc; in qlge_mb_set_port_cfg() local 749 struct mbox_params mbc; in qlge_mb_dump_ram() local 807 struct mbox_params mbc; in qlge_mb_get_port_cfg() local 837 struct mbox_params mbc; in qlge_mb_wol_mode() local 862 struct mbox_params mbc; in qlge_mb_wol_set_magic() local 952 struct mbox_params mbc; in qlge_mb_set_led_cfg() local 979 struct mbox_params mbc; in qlge_mb_get_led_cfg() local [all …]
|
/linux-6.3-rc2/drivers/mailbox/ |
A D | bcm-pdc-mailbox.c | 293 struct mbox_controller mbc; member 593 mbc = &pdcs->mbc; in pdc_receive_one() 594 chan = &mbc->chans[0]; in pdc_receive_one() 1444 mbc = &pdcs->mbc; in pdc_mb_init() 1445 mbc->dev = dev; in pdc_mb_init() 1447 mbc->num_chans = 1; in pdc_mb_init() 1448 mbc->chans = devm_kcalloc(dev, mbc->num_chans, sizeof(*mbc->chans), in pdc_mb_init() 1450 if (!mbc->chans) in pdc_mb_init() 1453 mbc->txdone_irq = false; in pdc_mb_init() 1454 mbc->txdone_poll = true; in pdc_mb_init() [all …]
|
/linux-6.3-rc2/arch/microblaze/kernel/cpu/ |
A D | cache.c | 509 struct scache *mbc; variable 614 mbc = (struct scache *)&wb_msr; in microblaze_cache_init() 622 mbc = (struct scache *)&wt_msr_noirq; in microblaze_cache_init() 625 mbc = (struct scache *)&wt_msr; in microblaze_cache_init() 631 mbc = (struct scache *)&wb_nomsr; in microblaze_cache_init() 639 mbc = (struct scache *)&wt_nomsr_noirq; in microblaze_cache_init() 642 mbc = (struct scache *)&wt_nomsr; in microblaze_cache_init()
|
/linux-6.3-rc2/sound/soc/codecs/ |
A D | wm8958-dsp2.c | 199 if (wm8994->mbc) in wm8958_dsp_start_mbc() 200 wm8958_dsp2_fw(component, "MBC", wm8994->mbc, false); in wm8958_dsp_start_mbc() 499 int mbc = kcontrol->private_value; in wm8958_mbc_get() local 503 ucontrol->value.integer.value[0] = wm8994->mbc_ena[mbc]; in wm8958_mbc_get() 511 int mbc = kcontrol->private_value; in wm8958_mbc_put() local 515 if (wm8994->mbc_ena[mbc] == ucontrol->value.integer.value[0]) in wm8958_mbc_put() 521 if (wm8958_dsp2_busy(wm8994, mbc)) { in wm8958_mbc_put() 526 if (wm8994->enh_eq_ena[mbc]) in wm8958_mbc_put() 529 wm8994->mbc_ena[mbc] = ucontrol->value.integer.value[0]; in wm8958_mbc_put() 531 wm8958_dsp_apply(component, mbc, wm8994->mbc_ena[mbc]); in wm8958_mbc_put() [all …]
|
A D | wm8994.h | 168 const struct firmware *mbc; member
|
A D | wm8994.c | 4607 release_firmware(wm8994->mbc); in wm8994_component_remove()
|
/linux-6.3-rc2/drivers/net/ethernet/amd/xgbe/ |
A D | xgbe-dcb.c | 220 pfc->mbc = pdata->pfc->mbc; in xgbe_dcb_ieee_getpfc() 234 pfc->pfc_cap, pfc->pfc_en, pfc->mbc, pfc->delay); in xgbe_dcb_ieee_setpfc()
|
/linux-6.3-rc2/arch/microblaze/kernel/ |
A D | microblaze_ksyms.c | 37 EXPORT_SYMBOL(mbc);
|
/linux-6.3-rc2/drivers/net/ethernet/freescale/dpaa2/ |
A D | dpaa2-eth-dcb.c | 69 if (pfc->mbc || pfc->delay) in dpaa2_eth_dcbnl_ieee_setpfc()
|
/linux-6.3-rc2/drivers/s390/cio/ |
A D | chsc.h | 195 u32 mbc; member
|
A D | scm.c | 212 scmdev_setup(scmdev, sale, scm_info->is, scm_info->mbc); in scm_add()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | dcbnl.h | 160 __u8 mbc; member
|
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnxt/ |
A D | bnxt_dcb.c | 607 pfc->mbc = my_pfc->mbc; in bnxt_dcbnl_ieee_getpfc()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/i40e/ |
A D | i40e_dcb_nl.c | 87 pfc->mbc = dcbxcfg->pfc.mbc; in i40e_dcbnl_ieee_getpfc()
|
A D | i40e_dcb.c | 175 dcbcfg->pfc.mbc = (u8)((buf[0] & I40E_IEEE_PFC_MBC_MASK) >> in i40e_parse_ieee_pfccfg_tlv() 1148 if (dcbcfg->pfc.mbc) in i40e_add_ieee_pfc_tlv()
|
A D | i40e_type.h | 500 u8 mbc; member
|
A D | i40e_debugfs.c | 1102 cfg->pfc.willing, cfg->pfc.mbc, in i40e_dbg_command_write() 1132 r_cfg->pfc.mbc, in i40e_dbg_command_write()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbe/ |
A D | ixgbe_dcb_nl.c | 572 pfc->mbc = my_pfc->mbc; in ixgbe_dcbnl_ieee_getpfc()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/ |
A D | ice_dcb_nl.c | 238 pfc->mbc = dcbxcfg->pfc.mbc; in ice_dcbnl_getpfc()
|
A D | ice_dcb.c | 273 dcbcfg->pfc.mbc = ((buf[0] & ICE_IEEE_PFC_MBC_M) >> ICE_IEEE_PFC_MBC_S); in ice_parse_ieee_pfccfg_tlv() 1226 if (dcbcfg->pfc.mbc) in ice_add_ieee_pfc_tlv()
|
A D | ice_type.h | 641 u8 mbc; member
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx4/ |
A D | en_dcb_nl.c | 423 pfc->mbc, in mlx4_en_dcbnl_ieee_setpfc()
|