Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/vkms/
Dvkms_composer.c104 static s64 get_lut_index(const struct vkms_color_lut *lut, u16 channel_value) in get_lut_index() argument
106 s64 color_channel_fp = drm_int2fixp(channel_value); in get_lut_index()
122 static u16 apply_lut_to_channel_value(const struct vkms_color_lut *lut, u16 channel_value, in apply_lut_to_channel_value() argument
125 s64 lut_index = get_lut_index(lut, channel_value); in apply_lut_to_channel_value()
/Linux-v6.6/drivers/iio/adc/
Dtwl6030-gpadc.c492 int channel_value; in twl6030_gpadc_get_processed() local
501 channel_value = corrected_code * in twl6030_gpadc_get_processed()
505 channel_value /= 1000; in twl6030_gpadc_get_processed()
508 dev_dbg(gpadc->dev, "GPADC value: %d", channel_value); in twl6030_gpadc_get_processed()
510 *val = channel_value; in twl6030_gpadc_get_processed()
/Linux-v6.6/sound/soc/codecs/aw88395/
Daw88395_device.c1594 u32 channel_value; in aw88395_parse_channel_dt() local
1597 ret = of_property_read_u32(np, "sound-channel", &channel_value); in aw88395_parse_channel_dt()
1606 channel_value); in aw88395_parse_channel_dt()
1607 aw_dev->channel = channel_value; in aw88395_parse_channel_dt()
/Linux-v6.6/sound/soc/codecs/
Daw88261.c1189 u32 channel_value = AW88261_DEV_DEFAULT_CH; in aw88261_parse_channel_dt() local
1192 of_property_read_u32(np, "sound-channel", &channel_value); in aw88261_parse_channel_dt()
1195 aw_dev->channel = channel_value; in aw88261_parse_channel_dt()