Searched refs:pms (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/ |
D | hid-prodikeys.c | 240 struct pcmidi_sustain *pms = from_timer(pms, t, timer); in pcmidi_sustained_note_release() local 242 pcmidi_send_note(pms->pm, pms->status, pms->note, pms->velocity); in pcmidi_sustained_note_release() 243 pms->in_use = 0; in pcmidi_sustained_note_release() 248 struct pcmidi_sustain *pms; in init_sustain_timers() local 252 pms = &pm->sustained_notes[i]; in init_sustain_timers() 253 pms->in_use = 0; in init_sustain_timers() 254 pms->pm = pm; in init_sustain_timers() 255 timer_setup(&pms->timer, pcmidi_sustained_note_release, 0); in init_sustain_timers() 261 struct pcmidi_sustain *pms; in stop_sustain_timers() local 265 pms = &pm->sustained_notes[i]; in stop_sustain_timers() [all …]
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_buffers.c | 97 struct mlxsw_sp_sb_pm *pms; member 111 const struct mlxsw_sp_sb_pm *pms; member 178 return &mlxsw_sp->sb->ports[local_port].pms[pool_index]; in mlxsw_sp_sb_pm_get() 610 struct mlxsw_sp_sb_pm *pms; in mlxsw_sp_sb_port_init() local 612 pms = kcalloc(mlxsw_sp->sb_vals->pool_count, sizeof(*pms), in mlxsw_sp_sb_port_init() 614 if (!pms) in mlxsw_sp_sb_port_init() 616 sb_port->pms = pms; in mlxsw_sp_sb_port_init() 622 kfree(sb_port->pms); in mlxsw_sp_sb_port_fini() 1041 const struct mlxsw_sp_sb_pm *pms, in mlxsw_sp_sb_pms_init() argument 1047 const struct mlxsw_sp_sb_pm *pm = &pms[i]; in mlxsw_sp_sb_pms_init() [all …]
|
/kernel/linux/linux-5.10/arch/powerpc/sysdev/ |
D | fsl_pci.c | 1171 u16 pms; in fsl_pci_pme_probe() local 1177 pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &pms); in fsl_pci_pme_probe() 1178 pms &= ~PCI_PM_CTRL_PME_ENABLE; in fsl_pci_pme_probe() 1179 pci_write_config_word(dev, dev->pm_cap + PCI_PM_CTRL, pms); in fsl_pci_pme_probe() 1210 pci_read_config_word(dev, dev->pm_cap + PCI_PM_CTRL, &pms); in fsl_pci_pme_probe() 1211 pms |= PCI_PM_CTRL_PME_ENABLE; in fsl_pci_pme_probe() 1212 pci_write_config_word(dev, dev->pm_cap + PCI_PM_CTRL, pms); in fsl_pci_pme_probe()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0020_linux_drivers_gpu.patch | 7913 + unsigned int pms; 8440 + pllctrl |= PLLCTRL_SET_PMS(dsim->pms) | PLLCTRL_PLLEN; 8874 + dsim->pms = PLLCTRL_SET_P(pmsk->p) |
|