Home
last modified time | relevance | path

Searched refs:tco (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/watchdog/
H A Dsp5100_tco.c190 switch (tco->tco_reg_layout) { in tco_timer_enable()
280 if (!tco->tcobase) { in sp5100_tco_prepare_base()
410 ret = sp5100_tco_timer_init(tco); in sp5100_tco_setupdevice_mmio()
446 switch (tco->tco_reg_layout) { in sp5100_tco_setupdevice()
496 tco_timer_enable(tco); in sp5100_tco_setupdevice()
497 ret = sp5100_tco_timer_init(tco); in sp5100_tco_setupdevice()
522 struct sp5100_tco *tco; in sp5100_tco_probe() local
525 tco = devm_kzalloc(dev, sizeof(*tco), GFP_KERNEL); in sp5100_tco_probe()
526 if (!tco) in sp5100_tco_probe()
531 wdd = &tco->wdd; in sp5100_tco_probe()
[all …]
/linux-6.15/tools/testing/selftests/arm64/mte/
H A Dmte_helper.S103 msr tco, #MT_PSTATE_TCO_EN
115 msr tco, #MT_PSTATE_TCO_DIS
127 mrs x0, tco
/linux-6.15/sound/pci/rme9652/
H A Dhdspm.c2309 if (hdspm->tco) { in hdspm_get_tco_sample_rate()
2334 if (hdspm->tco) { in hdspm_get_sync_in_sample_rate()
2722 if (hdspm->tco) { in hdspm_pref_sync_ref()
3969 if (hdspm->tco) { in hdspm_tco_sync_check()
4076 if (hdspm->tco) { in snd_hdspm_get_sync_check()
4725 if (hdspm->tco) { in snd_hdspm_create_controls()
6313 if (hdspm->tco) in snd_hdspm_hwdep_ioctl()
6722 hdspm->tco = kzalloc(sizeof(*hdspm->tco), GFP_KERNEL); in snd_hdspm_create()
6723 if (hdspm->tco) in snd_hdspm_create()
6736 hdspm->tco = kzalloc(sizeof(*hdspm->tco), GFP_KERNEL); in snd_hdspm_create()
[all …]
/linux-6.15/drivers/mfd/
H A Dintel_pmc_bxt.c258 static const struct mfd_cell tco = { variable
397 ret = devm_mfd_add_devices(pmc->dev, PLATFORM_DEVID_AUTO, &tco, in intel_pmc_create_devices()