Searched refs:set_level (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sockopt.c | 32 int set_level; member 83 .set_level = SOL_IP, 457 .set_level = SOL_IP, 478 .set_level = SOL_IP, 527 .set_level = 123, 547 .set_level = 234, /* should be rewritten to SOL_IP */ 602 .set_level = SOL_IP, 723 .set_level = SOL_IP, 767 .set_level = SOL_IP, 874 .set_level = SOL_IP, [all …]
|
| /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()
|
| /linux/drivers/leds/ |
| H A D | leds-tca6507.c | 295 static void set_level(struct tca6507_chip *tca, int bank, int level) in set_level() function 428 set_level(tca, best, level); in led_prepare() 484 set_level(tca, i, level); in led_prepare()
|
| /linux/drivers/acpi/ |
| H A D | acpi_video.c | 939 goto set_level; in acpi_video_init_brightness() 954 goto set_level; in acpi_video_init_brightness() 969 set_level: in acpi_video_init_brightness()
|
| /linux/include/video/ |
| H A D | imx-ipu-v3.h | 473 int ipu_smfc_set_watermark(struct ipu_smfc *smfc, u32 set_level, u32 clr_level);
|