Searched refs:set_level (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/sound/pci/mixart/ |
H A D | mixart_mixer.c | 715 struct mixart_set_out_stream_level_req set_level; in mixart_update_playback_stream_level() local 719 memset(&set_level, 0, sizeof(set_level)); in mixart_update_playback_stream_level() 720 set_level.nb_of_stream = 1; in mixart_update_playback_stream_level() 721 set_level.stream_level.desc.stream_idx = idx; in mixart_update_playback_stream_level() 734 set_level.stream_level.desc.uid_pipe = pipe->group_uid; in mixart_update_playback_stream_level() 743 …set_level.stream_level.out_level.valid_mask1 = MIXART_OUT_STREAM_SET_LEVEL_LEFT_AUDIO1 | MIXART_OU… in mixart_update_playback_stream_level() 744 set_level.stream_level.out_level.left_to_out1_level = mixart_digital_level[volume[0]]; in mixart_update_playback_stream_level() 745 set_level.stream_level.out_level.right_to_out2_level = mixart_digital_level[volume[1]]; in mixart_update_playback_stream_level() 749 request.data = &set_level; in mixart_update_playback_stream_level() 750 request.size = sizeof(set_level); in mixart_update_playback_stream_level() [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockopt.c | 30 int set_level; member 80 .set_level = SOL_IP, 448 .set_level = SOL_IP, 469 .set_level = SOL_IP, 518 .set_level = 123, 537 .set_level = 234, /* should be rewritten to SOL_IP */ 591 .set_level = SOL_IP, 708 .set_level = SOL_IP, 752 .set_level = SOL_IP, 859 .set_level = SOL_IP, [all …]
|
/openbmc/u-boot/drivers/gpio/ |
H A D | tegra_gpio.c | 113 static void set_level(unsigned gpio, int high) in set_level() function 156 set_level(gpio, value); in tegra_gpio_direction_output() 195 set_level(gpio, value); in tegra_gpio_set_value() 210 set_level(config[i].gpio, 0); in gpio_config_table() 214 set_level(config[i].gpio, 1); in gpio_config_table()
|
/openbmc/linux/drivers/gpu/ipu-v3/ |
H A D | ipu-smfc.c | 76 int ipu_smfc_set_watermark(struct ipu_smfc *smfc, u32 set_level, u32 clr_level) in ipu_smfc_set_watermark() argument 87 val |= ((clr_level << 3) | set_level) << shift; in ipu_smfc_set_watermark()
|
/openbmc/linux/drivers/leds/ |
H A D | leds-tca6507.c | 298 static void set_level(struct tca6507_chip *tca, int bank, int level) in set_level() function 431 set_level(tca, best, level); in led_prepare() 487 set_level(tca, i, level); in led_prepare()
|
/openbmc/linux/drivers/acpi/ |
H A D | acpi_video.c | 922 goto set_level; in acpi_video_init_brightness() 937 goto set_level; in acpi_video_init_brightness() 952 set_level: in acpi_video_init_brightness()
|
/openbmc/linux/include/video/ |
H A D | imx-ipu-v3.h | 485 int ipu_smfc_set_watermark(struct ipu_smfc *smfc, u32 set_level, u32 clr_level);
|