Home
last modified time | relevance | path

Searched defs:regmask (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/i915/gt/
Dselftest_workarounds.c967 struct regmask { struct
974 const struct regmask *tbl, in find_reg() argument
/linux-6.1.9/sound/pci/rme9652/
Dhdspm.c3197 static int hdspm_toggle_setting(struct hdspm *hdspm, u32 regmask) in hdspm_toggle_setting()
3209 static int hdspm_set_toggle_setting(struct hdspm *hdspm, u32 regmask, int out) in hdspm_set_toggle_setting()
3238 u32 regmask = kcontrol->private_value; in snd_hdspm_get_toggle_setting() local
3250 u32 regmask = kcontrol->private_value; in snd_hdspm_put_toggle_setting() local
3473 static int hdspm_tristate(struct hdspm *hdspm, u32 regmask) in hdspm_tristate()
3479 static int hdspm_set_tristate(struct hdspm *hdspm, int mode, u32 regmask) in hdspm_set_tristate()
3491 u32 regmask = kcontrol->private_value; in snd_hdspm_info_tristate() local
3511 u32 regmask = kcontrol->private_value; in snd_hdspm_get_tristate() local
3523 u32 regmask = kcontrol->private_value; in snd_hdspm_put_tristate() local
Dhdsp.c1697 static int hdsp_toggle_setting(struct hdsp *hdsp, u32 regmask) in hdsp_toggle_setting()
1702 static int hdsp_set_toggle_setting(struct hdsp *hdsp, u32 regmask, int out) in hdsp_set_toggle_setting()
1719 u32 regmask = kcontrol->private_value; in snd_hdsp_get_toggle_setting() local
1731 u32 regmask = kcontrol->private_value; in snd_hdsp_put_toggle_setting() local
/linux-6.1.9/sound/soc/codecs/
Dmax98095.c1496 int regmask, regsave; in max98095_put_eq_enum() local
1647 int regmask, regsave; in max98095_put_bq_enum() local
/linux-6.1.9/drivers/iio/adc/
Dtwl4030-madc.c681 int regmask; in twl4030_madc_set_current_generator() local
/linux-6.1.9/drivers/media/usb/dvb-usb/
Daf9005.c37 u8 regmask[8] = { 0x01, 0x03, 0x07, 0x0f, 0x1f, 0x3f, 0x7f, 0xff }; variable
/linux-6.1.9/sound/soc/
Dsoc-ops.c946 unsigned int regmask = (mask >> (regwshift*(regcount-i-1))) & regwmask; in snd_soc_put_xr_sx() local