Searched refs:control_type (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/powercap/ |
| H A D | powercap_sys.c | 328 static bool control_type_valid(void *control_type) in control_type_valid() argument 336 if (pos == control_type) { in control_type_valid() 406 struct powercap_control_type *control_type = in powercap_release() local 410 allocated = control_type->allocated; in powercap_release() 411 idr_destroy(&control_type->idr); in powercap_release() 412 mutex_destroy(&control_type->lock); in powercap_release() 413 if (control_type->ops && control_type->ops->release) in powercap_release() 414 control_type->ops->release(control_type); in powercap_release() 416 kfree(control_type); in powercap_release() 433 struct powercap_control_type *control_type = in enabled_show() local [all …]
|
| H A D | intel_rapl_common.c | 905 rp->priv->control_type, rp->name, in rapl_package_register_powercap() 934 rp->priv->control_type, in rapl_package_register_powercap() 955 powercap_unregister_zone(rp->priv->control_type, in rapl_package_register_powercap() 1701 powercap_unregister_zone(rp->priv->control_type, in rapl_remove_package_cpuslocked() 1705 powercap_unregister_zone(rp->priv->control_type, in rapl_remove_package_cpuslocked() 1754 && rp->priv->control_type == priv->control_type) in rapl_find_package_domain_cpuslocked()
|
| /linux/sound/pci/asihpi/ |
| H A D | hpicmn.c | 226 if (info->control_type) { in control_cache_alloc_check() 238 info->control_index, info->control_type, in control_cache_alloc_check() 292 (*pI)->control_type); 328 switch (pC->u.i.control_type) { in hpi_check_control_cache_single() 522 pC->u.i.control_index, pC->u.i.control_type, in hpi_check_control_cache_single() 564 switch (pC->u.i.control_type) { in hpi_cmn_control_cache_sync_to_msg_single()
|
| H A D | asihpi.c | 1274 u16 control_type; member 2551 prev_ctl.control_type = -1; in snd_card_asihpi_mixer_new() 2561 &hpi_ctl.control_type, in snd_card_asihpi_mixer_new() 2582 if ((hpi_ctl.control_type == prev_ctl.control_type) && in snd_card_asihpi_mixer_new() 2593 switch (hpi_ctl.control_type) { in snd_card_asihpi_mixer_new() 2634 hpi_ctl.control_type, in snd_card_asihpi_mixer_new()
|
| H A D | hpi_internal.h | 773 u16 control_type; /* = HPI_CONTROL_METER _VOLUME etc */ member 1255 u8 control_type; member
|
| H A D | hpi.h | 1316 u16 control_type, u32 *ph_control);
|
| H A D | hpifunc.c | 1234 u16 control_type, u32 *ph_control) in hpi_mixer_get_control() argument 1246 hm.u.m.control_type = control_type; in hpi_mixer_get_control()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-powercap | 25 This status affects every power zone using this "control_type.
|