Home
last modified time | relevance | path

Searched refs:mci (Results 1 – 25 of 71) sorted by relevance

123

/drivers/edac/
A Dedac_mc.c64 struct mem_ctl_info *mci = dimm->mci; in edac_dimm_info_location() local
128 mci->nr_csrows, mci->csrows); in edac_mc_dump_mci()
130 mci->tot_dimms, mci->dimms); in edac_mc_dump_mci()
133 mci->mod_name, mci->ctl_name); in edac_mc_dump_mci()
232 csr->mci = mci; in edac_mc_alloc_csrows()
265 mci->dimms = kcalloc(mci->tot_dimms, sizeof(*mci->dimms), GFP_KERNEL); in edac_mc_alloc_dimms()
283 dimm->mci = mci; in edac_mc_alloc_dimms()
366 if (!mci) in edac_mc_alloc()
482 mci->edac_check(mci); in edac_mc_workq_function()
668 mci->mod_name, mci->ctl_name, mci->dev_name, in edac_mc_add_mc_with_groups()
[all …]
A Dloongson_edac.c49 new = read_ecc(mci); in edac_check()
86 struct mem_ctl_info *mci; in edac_probe() local
102 if (mci == NULL) in edac_probe()
113 mci->pdev = &pdev->dev; in edac_probe()
114 mci->error_desc.grain = 8; in edac_probe()
117 pvt_init(mci, vbase); in edac_probe()
118 dimm_config_init(mci); in edac_probe()
120 ret = edac_mc_add_mc(mci); in edac_probe()
123 edac_mc_free(mci); in edac_probe()
135 if (mci) in edac_remove()
[all …]
A Dpasemi_edac.c132 csrow = mci->csrows[index]; in pasemi_edac_init_csrows()
161 edac_mc_printk(mci, KERN_ERR, in pasemi_edac_init_csrows()
208 if (mci == NULL) in pasemi_edac_probe()
216 mci->pdev = &pdev->dev; in pasemi_edac_probe()
223 mci->mod_name = MODULE_NAME; in pasemi_edac_probe()
227 mci->ctl_page_to_phys = NULL; in pasemi_edac_probe()
230 mci->scrub_mode = in pasemi_edac_probe()
246 if (edac_mc_add_mc(mci)) in pasemi_edac_probe()
253 edac_mc_free(mci); in pasemi_edac_probe()
261 if (!mci) in pasemi_edac_remove()
[all …]
A Damd76x_edac.c107 pdev = to_pci_dev(mci->pdev); in amd76x_get_error_info()
150 mci->ctl_name, ""); in amd76x_process_error_info()
165 mci->ctl_name, ""); in amd76x_process_error_info()
236 struct mem_ctl_info *mci; in amd76x_probe1() local
254 if (mci == NULL) in amd76x_probe1()
258 mci->pdev = &pdev->dev; in amd76x_probe1()
261 mci->edac_cap = ems_mode ? in amd76x_probe1()
275 if (edac_mc_add_mc(mci)) { in amd76x_probe1()
296 edac_mc_free(mci); in amd76x_probe1()
320 struct mem_ctl_info *mci; in amd76x_remove_one() local
[all …]
A Dr82600_edac.c185 mci->ctl_name, ""); in r82600_process_error_info()
197 mci->ctl_name, ""); in r82600_process_error_info()
270 struct mem_ctl_info *mci; in r82600_probe1() local
292 if (mci == NULL) in r82600_probe1()
296 mci->pdev = &pdev->dev; in r82600_probe1()
312 mci, eapr); in r82600_probe1()
317 mci->ctl_name = "R82600"; in r82600_probe1()
327 if (edac_mc_add_mc(mci)) { in r82600_probe1()
354 edac_mc_free(mci); in r82600_probe1()
370 struct mem_ctl_info *mci; in r82600_remove_one() local
[all …]
A Docteon_edac-lmc.c227 struct mem_ctl_info *mci; in octeon_lmc_edac_probe() local
247 if (!mci) in octeon_lmc_edac_probe()
250 mci->pdev = &pdev->dev; in octeon_lmc_edac_probe()
253 mci->mod_name = "octeon-lmc"; in octeon_lmc_edac_probe()
259 edac_mc_free(mci); in octeon_lmc_edac_probe()
279 if (!mci) in octeon_lmc_edac_probe()
282 mci->pdev = &pdev->dev; in octeon_lmc_edac_probe()
285 mci->mod_name = "octeon-lmc"; in octeon_lmc_edac_probe()
286 mci->ctl_name = "co_lmc_err"; in octeon_lmc_edac_probe()
291 edac_mc_free(mci); in octeon_lmc_edac_probe()
[all …]
A De7xxx_edac.c297 process_ce(mci, info); in e7xxx_process_error_info()
304 process_ue(mci, info); in e7xxx_process_error_info()
312 process_ce_no_info(mci); in e7xxx_process_error_info()
314 process_ce(mci, info); in e7xxx_process_error_info()
325 process_ue(mci, info); in e7xxx_process_error_info()
450 if (mci == NULL) in e7xxx_probe1()
459 mci->pdev = &pdev->dev; in e7xxx_probe1()
498 if (edac_mc_add_mc(mci)) { in e7xxx_probe1()
522 edac_mc_free(mci); in e7xxx_probe1()
539 struct mem_ctl_info *mci; in e7xxx_remove_one() local
[all …]
A Daspeed_edac.c283 struct mem_ctl_info *mci; in aspeed_probe() local
315 if (!mci) in aspeed_probe()
318 mci->pdev = &pdev->dev; in aspeed_probe()
324 mci->mod_name = DRV_NAME; in aspeed_probe()
325 mci->ctl_name = "MIC"; in aspeed_probe()
328 rc = init_csrows(mci); in aspeed_probe()
337 rc = edac_mc_add_mc(mci); in aspeed_probe()
355 edac_mc_free(mci); in aspeed_probe()
362 struct mem_ctl_info *mci; in aspeed_remove() local
370 if (mci) in aspeed_remove()
[all …]
A Dfsl_ddr_edac.c378 mci->ctl_name, ""); in fsl_mc_check()
384 mci->ctl_name, ""); in fsl_mc_check()
399 fsl_mc_check(mci); in fsl_mc_isr()
496 struct mem_ctl_info *mci; in fsl_mc_err_probe() local
515 if (!mci) { in fsl_mc_err_probe()
520 pdata = mci->pvt_info; in fsl_mc_err_probe()
522 mci->pdev = &op->dev; in fsl_mc_err_probe()
524 dev_set_drvdata(mci->pdev, mci); in fsl_mc_err_probe()
598 fsl_ddr_init_csrows(mci); in fsl_mc_err_probe()
651 edac_mc_free(mci); in fsl_mc_err_probe()
[all …]
A Di82443bxgx_edac.c125 pdev = to_pci_dev(mci->pdev); in i82443bxgx_edacmc_get_error_info()
197 csrow = mci->csrows[index]; in i82443bxgx_init_csrows()
233 struct mem_ctl_info *mci; in i82443bxgx_edacmc_probe1() local
255 if (mci == NULL) in i82443bxgx_edacmc_probe1()
259 mci->pdev = &pdev->dev; in i82443bxgx_edacmc_probe1()
279 mci->edac_cap = mci->edac_ctl_cap; in i82443bxgx_edacmc_probe1()
319 mci->mod_name = EDAC_MOD_STR; in i82443bxgx_edacmc_probe1()
325 if (edac_mc_add_mc(mci)) { in i82443bxgx_edacmc_probe1()
345 edac_mc_free(mci); in i82443bxgx_edacmc_probe1()
368 struct mem_ctl_info *mci; in i82443bxgx_edacmc_remove_one() local
[all …]
A Di82860_edac.c69 pdev = to_pci_dev(mci->pdev); in i82860_get_error_info()
162 csrow = mci->csrows[index]; in i82860_init_csrows()
186 struct mem_ctl_info *mci; in i82860_probe1() local
207 if (!mci) in i82860_probe1()
211 mci->pdev = &pdev->dev; in i82860_probe1()
216 mci->mod_name = EDAC_MOD_STR; in i82860_probe1()
220 mci->ctl_page_to_phys = NULL; in i82860_probe1()
227 if (edac_mc_add_mc(mci)) { in i82860_probe1()
249 edac_mc_free(mci); in i82860_probe1()
275 struct mem_ctl_info *mci; in i82860_remove_one() local
[all …]
A Dedac_mc_sysfs.c436 csrow->mci = mci; in edac_create_csrow_object()
462 err = edac_create_csrow_object(mci, mci->csrows[i], i); in edac_create_csrow_objects()
644 dimm->mci = mci; in edac_create_dimm_object()
651 if (mci->csbased) in edac_create_dimm_object()
690 mci->ue_mc = 0; in mci_reset_counters_store()
691 mci->ce_mc = 0; in mci_reset_counters_store()
734 new_bw = mci->set_sdram_scrub_rate(mci, bandwidth); in mci_sdram_scrub_rate_store()
754 bandwidth = mci->get_sdram_scrub_rate(mci); in mci_sdram_scrub_rate_show()
942 dev_set_name(&mci->dev, "mc%d", mci->mc_idx); in edac_create_sysfs_mci_device()
943 dev_set_drvdata(&mci->dev, mci); in edac_create_sysfs_mci_device()
[all …]
A Di5100_edac.c832 i5100_init_mtr(mci); in i5100_init_interleaving()
933 i5100_do_inject(mci); in inject_enable_write()
1048 if (!mci) { in i5100_init_one()
1068 mci->pdev = &pdev->dev; in i5100_init_one()
1070 priv = mci->pvt_info; in i5100_init_one()
1094 mci->ctl_name = "i5100"; in i5100_init_one()
1109 i5100_init_csrows(mci); in i5100_init_one()
1139 edac_mc_free(mci); in i5100_init_one()
1167 if (!mci) in i5100_remove_one()
1170 priv = mci->pvt_info; in i5100_remove_one()
[all …]
A Di82875p_edac.c191 pdev = to_pci_dev(mci->pdev); in i82875p_get_error_info()
362 csrow = mci->csrows[index]; in i82875p_init_csrows()
390 struct mem_ctl_info *mci; in i82875p_probe1() local
413 if (!mci) { in i82875p_probe1()
419 mci->pdev = &pdev->dev; in i82875p_probe1()
423 mci->mod_name = EDAC_MOD_STR; in i82875p_probe1()
427 mci->ctl_page_to_phys = NULL; in i82875p_probe1()
438 if (edac_mc_add_mc(mci)) { in i82875p_probe1()
459 edac_mc_free(mci); in i82875p_probe1()
492 struct mem_ctl_info *mci; in i82875p_remove_one() local
[all …]
A Dx38_edac.c200 x38_clear_error_info(mci); in x38_get_and_clear_error_info()
345 if (!mci) in x38_probe1()
350 mci->pdev = &pdev->dev; in x38_probe1()
361 mci->pvt_info = window; in x38_probe1()
393 x38_clear_error_info(mci); in x38_probe1()
407 if (mci) in x38_probe1()
408 edac_mc_free(mci); in x38_probe1()
431 struct mem_ctl_info *mci; in x38_remove_one() local
436 if (!mci) in x38_remove_one()
439 iounmap(mci->pvt_info); in x38_remove_one()
[all …]
A Di82975x_edac.c243 pdev = to_pci_dev(mci->pdev); in i82975x_get_error_info()
382 csrow = mci->csrows[index]; in i82975x_init_csrows()
466 struct mem_ctl_info *mci; in i82975x_probe1() local
547 if (!mci) { in i82975x_probe1()
553 mci->pdev = &pdev->dev; in i82975x_probe1()
570 if (edac_mc_add_mc(mci)) { in i82975x_probe1()
580 edac_mc_free(mci); in i82975x_probe1()
609 struct mem_ctl_info *mci; in i82975x_remove_one() local
615 if (mci == NULL) in i82975x_remove_one()
618 pvt = mci->pvt_info; in i82975x_remove_one()
[all …]
A Dcpc925_edac.c547 mci->ctl_name, ""); in cpc925_mc_check()
909 struct mem_ctl_info *mci; in cpc925_probe() local
956 if (!mci) { in cpc925_probe()
962 pdata = mci->pvt_info; in cpc925_probe()
967 mci->pdev = &pdev->dev; in cpc925_probe()
984 cpc925_init_csrows(mci); in cpc925_probe()
987 cpc925_mc_init(mci); in cpc925_probe()
1003 cpc925_mc_exit(mci); in cpc925_probe()
1004 edac_mc_free(mci); in cpc925_probe()
1022 cpc925_mc_exit(mci); in cpc925_remove()
[all …]
A De752x_edac.c1096 csrow = mci->csrows[remap_csrow_index(mci, index)]; in e752x_init_csrows()
1259 struct mem_ctl_info *mci; in e752x_probe1() local
1294 if (mci == NULL) in e752x_probe1()
1303 mci->mod_name = EDAC_MOD_STR; in e752x_probe1()
1304 mci->pdev = &pdev->dev; in e752x_probe1()
1312 edac_mc_free(mci); in e752x_probe1()
1319 mci->edac_check = e752x_check; in e752x_probe1()
1354 if (edac_mc_add_mc(mci)) { in e752x_probe1()
1379 edac_mc_free(mci); in e752x_probe1()
1398 struct mem_ctl_info *mci; in e752x_remove_one() local
[all …]
A Di3200_edac.c216 i3200_clear_error_info(mci); in i3200_get_and_clear_error_info()
363 if (!mci) in i3200_probe1()
368 mci->pdev = &pdev->dev; in i3200_probe1()
379 priv = mci->pvt_info; in i3200_probe1()
414 if (edac_mc_add_mc(mci)) { in i3200_probe1()
425 if (mci) in i3200_probe1()
426 edac_mc_free(mci); in i3200_probe1()
449 struct mem_ctl_info *mci; in i3200_remove_one() local
455 if (!mci) in i3200_remove_one()
458 priv = mci->pvt_info; in i3200_remove_one()
[all …]
A Dhighbank_mc_edac.c56 struct mem_ctl_info *mci = dev_id; in highbank_mc_err_handler() local
69 mci->ctl_name, ""); in highbank_mc_err_handler()
79 mci->ctl_name, ""); in highbank_mc_err_handler()
150 struct mem_ctl_info *mci; in highbank_mc_probe() local
171 if (!mci) in highbank_mc_probe()
174 mci->pdev = &pdev->dev; in highbank_mc_probe()
175 drvdata = mci->pvt_info; in highbank_mc_probe()
215 mci->mtype_cap = MEM_FLAG_DDR3; in highbank_mc_probe()
224 dimm = *mci->dimms; in highbank_mc_probe()
250 edac_mc_free(mci); in highbank_mc_probe()
[all …]
A Dal_mc_edac.c169 handle_ue(mci); in al_mc_edac_check()
172 handle_ce(mci); in al_mc_edac_check()
180 if (handle_ue(mci)) in al_mc_edac_irq_handler_ue()
190 if (handle_ce(mci)) in al_mc_edac_irq_handler_ce()
220 struct mem_ctl_info *mci; in al_mc_edac_probe() local
238 if (!mci) in al_mc_edac_probe()
246 al_mc = mci->pvt_info; in al_mc_edac_probe()
278 mci->mod_name = DRV_NAME; in al_mc_edac_probe()
279 mci->ctl_name = "al_mc"; in al_mc_edac_probe()
280 mci->pdev = &pdev->dev; in al_mc_edac_probe()
[all …]
/drivers/power/supply/
A Dmt6360_charger.c608 if (!mci->bc12_en) { in mt6360_pmu_attach_i_handler()
647 dev_dbg(mci->dev, "Received attach interrupt, chg_type = %d\n", mci->psy_usb_type); in mt6360_pmu_attach_i_handler()
668 mci->pwr_rdy = pwr_rdy; in mt6360_handle_chrdet_ext_evt()
681 mci->bc12_en = pwr_rdy; in mt6360_handle_chrdet_ext_evt()
786 mci = devm_kzalloc(&pdev->dev, sizeof(*mci), GFP_KERNEL); in mt6360_charger_probe()
787 if (!mci) in mt6360_charger_probe()
790 mci->dev = &pdev->dev; in mt6360_charger_probe()
791 mci->vinovp = 6500000; in mt6360_charger_probe()
803 if (!mci->regmap) in mt6360_charger_probe()
810 memcpy(&mci->psy_desc, &mt6360_charger_desc, sizeof(mci->psy_desc)); in mt6360_charger_probe()
[all …]
/drivers/net/wireless/ath/ath9k/
A Dar9003_mci.c127 struct ath9k_hw_mci *mci = &ah->btcoex_hw.mci; in ar9003_mci_send_coex_version_query() local
142 struct ath9k_hw_mci *mci = &ah->btcoex_hw.mci; in ar9003_mci_send_coex_version_response() local
157 struct ath9k_hw_mci *mci = &ah->btcoex_hw.mci; in ar9003_mci_send_coex_wlan_channels() local
173 struct ath9k_hw_mci *mci = &ah->btcoex_hw.mci; in ar9003_mci_send_coex_bt_status_query() local
204 struct ath9k_hw_mci *mci = &ah->btcoex_hw.mci; in ar9003_mci_send_coex_halt_bt_gpm() local
227 struct ath9k_hw_mci *mci = &ah->btcoex_hw.mci; in ar9003_mci_prep_interface() local
293 if (mci->is_2g && !mci->update_2g5g && MCI_ANT_ARCH_PA_LNA_SHARED(mci)) { in ar9003_mci_prep_interface()
323 struct ath9k_hw_mci *mci = &ah->btcoex_hw.mci; in ar9003_mci_set_full_sleep() local
559 mci->bt_ver_major, mci->bt_ver_minor); in ar9003_mci_process_gpm_extra()
1526 if (mci->gpm_idx >= mci->gpm_len) in ar9003_mci_get_next_gpm_offset()
[all …]
A Dmci.c104 struct ath_mci_profile *mci = &btcoex->mci; in ath_mci_adjust_aggr_limit() local
123 struct ath_mci_profile *mci = &btcoex->mci; in ath_mci_update_scheme() local
155 } else if (mci->num_pan || mci->num_other_acl) { in ath_mci_update_scheme()
259 struct ath_mci_profile *mci = &btcoex->mci; in ath_mci_set_concur_txprio() local
265 if (!mci->num_pan && !mci->num_other_acl) in ath_mci_set_concur_txprio()
302 struct ath_mci_profile *mci = &btcoex->mci; in ath_mci_process_profile() local
336 struct ath_mci_profile *mci = &btcoex->mci; in ath_mci_process_status() local
458 mci->gpm_buf.bf_addr = mci->sched_buf.bf_addr + mci->sched_buf.bf_len; in ath_mci_setup()
459 mci->gpm_buf.bf_paddr = mci->sched_buf.bf_paddr + mci->sched_buf.bf_len; in ath_mci_setup()
731 struct ath_mci_profile *mci = &btcoex->mci; in ath9k_mci_stomp_audio() local
[all …]
/drivers/media/pci/ddbridge/
A Dddbridge-sx8.c36 struct mci mci; member
67 cmd.demod = state->mci.demod; in get_info()
108 cmd.demod = state->mci.demod; in read_status()
210 if (state->mci.nr < 4) in start()
211 i = state->mci.nr; in start()
213 i = state->mci.nr; in start()
256 state->mci.demod = i; in start()
278 state->mci.nr, state->mci.tuner, state->mci.demod); in start()
324 state->mci.demod = 0; in start_iq()
437 state->mci.tuner = input; in set_input()
[all …]

Completed in 86 milliseconds

123