Searched refs:set_level (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/sound/pci/mixart/ |
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() 749 request.data = &set_level; in mixart_update_playback_stream_level() 750 request.size = sizeof(set_level); in mixart_update_playback_stream_level() 767 struct mixart_set_in_audio_level_req set_level; in mixart_update_capture_stream_level() local 782 memset(&set_level, 0, sizeof(set_level)); in mixart_update_capture_stream_level() 783 set_level.audio_count = 2; in mixart_update_capture_stream_level() 794 request.data = &set_level; in mixart_update_capture_stream_level() [all …]
|
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | sockopt.c | 25 int set_level; member 75 .set_level = SOL_IP, 420 .set_level = SOL_IP, 441 .set_level = SOL_IP, 490 .set_level = 123, 509 .set_level = 234, /* should be rewritten to SOL_IP */ 563 .set_level = SOL_IP, 685 .set_level = SOL_IP, 792 .set_level = SOL_IP, 838 .set_level = SOL_IP, [all …]
|
/linux-6.3-rc2/drivers/gpu/ipu-v3/ |
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()
|
/linux-6.3-rc2/drivers/leds/ |
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()
|
/linux-6.3-rc2/include/video/ |
A D | imx-ipu-v3.h | 485 int ipu_smfc_set_watermark(struct ipu_smfc *smfc, u32 set_level, u32 clr_level);
|
/linux-6.3-rc2/drivers/acpi/ |
A D | acpi_video.c | 926 goto set_level; in acpi_video_init_brightness() 941 goto set_level; in acpi_video_init_brightness() 956 set_level: in acpi_video_init_brightness()
|
Completed in 19 milliseconds