Home
last modified time | relevance | path

Searched refs:get_scale (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/sound/pci/ctxfi/
H A Dctamixer.h70 int (*get_scale)(struct amixer *amixer); member
H A Dctamixer.c192 .get_scale = amixer_get_y,
H A Dctmixer.c352 val = amixer->ops->get_scale(amixer) / VOL_SCALE; in ct_alsa_mix_volume_get()
380 oval = amixer->ops->get_scale(amixer); in ct_alsa_mix_volume_put()
/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.h35 gint (*get_scale) (Hwmon *object); member
H A Dopenbmc_intf.c948 return HWMON_GET_IFACE (object)->get_scale (object); in hwmon_get_scale()
1227 iface->get_scale = hwmon_proxy_get_scale; in hwmon_proxy_iface_init()
1888 iface->get_scale = hwmon_skeleton_get_scale; in hwmon_skeleton_iface_init()