/linux-6.12.1/drivers/gpu/drm/msm/adreno/ |
D | adreno_gen7_0_0_snapshot.h | 169 UINT_MAX, UINT_MAX, 175 UINT_MAX, UINT_MAX, 206 UINT_MAX, UINT_MAX, 239 UINT_MAX, UINT_MAX, 255 UINT_MAX, UINT_MAX, 268 UINT_MAX, UINT_MAX, 281 UINT_MAX, UINT_MAX, 287 UINT_MAX, UINT_MAX, 293 UINT_MAX, UINT_MAX, 302 UINT_MAX, UINT_MAX, [all …]
|
D | adreno_gen7_9_0_snapshot.h | 221 UINT_MAX, UINT_MAX, 280 UINT_MAX, UINT_MAX, 287 UINT_MAX, UINT_MAX, 331 UINT_MAX, UINT_MAX, 352 UINT_MAX, UINT_MAX, 364 UINT_MAX, UINT_MAX, 379 UINT_MAX, UINT_MAX, 391 UINT_MAX, UINT_MAX, 412 UINT_MAX, UINT_MAX, 433 UINT_MAX, UINT_MAX, [all …]
|
D | adreno_gen7_2_0_snapshot.h | 223 UINT_MAX, UINT_MAX, 263 UINT_MAX, UINT_MAX, 280 UINT_MAX, UINT_MAX, 293 UINT_MAX, UINT_MAX, 306 UINT_MAX, UINT_MAX, 312 UINT_MAX, UINT_MAX, 321 UINT_MAX, UINT_MAX, 330 UINT_MAX, UINT_MAX, 339 UINT_MAX, UINT_MAX, 354 UINT_MAX, UINT_MAX, [all …]
|
/linux-6.12.1/drivers/gpu/drm/tests/ |
D | drm_format_test.c | 150 KUNIT_EXPECT_EQ(test, drm_format_info_min_pitch(info, 0, UINT_MAX), in drm_test_format_min_pitch_one_plane_8bpp() 151 (uint64_t)UINT_MAX); in drm_test_format_min_pitch_one_plane_8bpp() 152 KUNIT_EXPECT_EQ(test, drm_format_info_min_pitch(info, 0, (UINT_MAX - 1)), in drm_test_format_min_pitch_one_plane_8bpp() 153 (uint64_t)(UINT_MAX - 1)); in drm_test_format_min_pitch_one_plane_8bpp() 173 KUNIT_EXPECT_EQ(test, drm_format_info_min_pitch(info, 0, UINT_MAX), in drm_test_format_min_pitch_one_plane_16bpp() 174 (uint64_t)UINT_MAX * 2); in drm_test_format_min_pitch_one_plane_16bpp() 175 KUNIT_EXPECT_EQ(test, drm_format_info_min_pitch(info, 0, (UINT_MAX - 1)), in drm_test_format_min_pitch_one_plane_16bpp() 176 (uint64_t)(UINT_MAX - 1) * 2); in drm_test_format_min_pitch_one_plane_16bpp() 196 KUNIT_EXPECT_EQ(test, drm_format_info_min_pitch(info, 0, UINT_MAX), in drm_test_format_min_pitch_one_plane_24bpp() 197 (uint64_t)UINT_MAX * 3); in drm_test_format_min_pitch_one_plane_24bpp() [all …]
|
/linux-6.12.1/drivers/soc/tegra/ |
D | pmc.c | 311 .instance = UINT_MAX, \ 312 .pin = UINT_MAX, \ 322 .instance = UINT_MAX, \ 323 .pin = UINT_MAX, \ 1548 if (pad->dpd == UINT_MAX) in tegra_io_pad_prepare() 1695 if (pad->dpd == UINT_MAX) in tegra_io_pad_is_powered() 1716 if (pad->voltage == UINT_MAX) in tegra_io_pad_set_voltage() 1763 if (pad->voltage == UINT_MAX) in tegra_io_pad_get_voltage() 3474 TEGRA_IO_PAD(TEGRA_IO_PAD_AUDIO, 17, 0x1b8, 0x1bc, UINT_MAX, "audio"), 3475 TEGRA_IO_PAD(TEGRA_IO_PAD_BB, 15, 0x1b8, 0x1bc, UINT_MAX, "bb"), [all …]
|
/linux-6.12.1/drivers/soc/tegra/fuse/ |
D | speedo-tegra30.c | 62 {306, 338, 360, 376, UINT_MAX}, 63 {295, 336, 358, 375, UINT_MAX}, 64 {325, 325, 358, 375, UINT_MAX}, 65 {325, 325, 358, 375, UINT_MAX}, 66 {292, 324, 348, 364, UINT_MAX}, 67 {324, 324, 348, 364, UINT_MAX}, 68 {324, 324, 348, 364, UINT_MAX}, 69 {295, 336, 358, 375, UINT_MAX}, 70 {358, 358, 358, 358, 397, UINT_MAX}, 71 {364, 364, 364, 364, 397, UINT_MAX}, [all …]
|
D | speedo-tegra210.c | 36 { 2119, UINT_MAX }, 37 { 2119, UINT_MAX }, 41 { UINT_MAX, UINT_MAX }, 42 { UINT_MAX, UINT_MAX }, 46 { 1950, 2100, UINT_MAX }, 47 { 1950, 2100, UINT_MAX },
|
D | speedo-tegra20.c | 43 {315, 366, 420, UINT_MAX}, 44 {303, 368, 419, UINT_MAX}, 45 {316, 331, 383, UINT_MAX}, 49 {165, 195, 224, UINT_MAX}, 50 {165, 195, 224, UINT_MAX}, 51 {165, 195, 224, UINT_MAX},
|
D | speedo-tegra124.c | 36 {2190, UINT_MAX}, 37 {0, UINT_MAX}, 41 {1965, UINT_MAX}, 42 {0, UINT_MAX}, 46 {2101, UINT_MAX}, 47 {0, UINT_MAX},
|
D | speedo-tegra114.c | 24 {1123, UINT_MAX}, 25 {0, UINT_MAX}, 29 {1695, UINT_MAX}, 30 {0, UINT_MAX},
|
/linux-6.12.1/tools/include/linux/ |
D | refcount.h | 11 * It differs in that the counter saturates at UINT_MAX and will not move once 69 * Similar to atomic_inc_not_zero(), will saturate at UINT_MAX and WARN. 96 REFCOUNT_WARN(new == UINT_MAX, "refcount_t: saturated; leaking memory.\n"); in refcount_inc_not_zero() 102 * Similar to atomic_inc(), will saturate at UINT_MAX and WARN. 114 * decrement when saturated at UINT_MAX. 126 if (unlikely(val == UINT_MAX)) in refcount_sub_and_test()
|
/linux-6.12.1/tools/testing/selftests/bpf/verifier/ |
D | jmp32.c | 229 BPF_JMP32_IMM(BPF_JGE, BPF_REG_7, UINT_MAX - 1, 1), 239 .data64 = { UINT_MAX, } 242 .data64 = { UINT_MAX - 1, } 254 BPF_LD_IMM64(BPF_REG_8, UINT_MAX | 1ULL << 32), 266 .data64 = { UINT_MAX, } 272 .data64 = { (UINT_MAX - 1) | 2ULL << 32, } 300 BPF_JMP32_IMM(BPF_JGT, BPF_REG_7, UINT_MAX - 1, 1), 310 .data64 = { UINT_MAX, } 313 .data64 = { UINT_MAX - 1, } 325 BPF_LD_IMM64(BPF_REG_8, (UINT_MAX - 1) | 1ULL << 32), [all …]
|
/linux-6.12.1/arch/powerpc/lib/ |
D | test_emulate_step.c | 1024 .descr = "RA = UINT_MAX, RB = UINT_MAX", 1027 .gpr[21] = UINT_MAX, 1028 .gpr[22] = UINT_MAX, 1032 .descr = "RA = UINT_MAX, RB = 0x1", 1035 .gpr[21] = UINT_MAX, 1111 .descr = "RA = UINT_MAX, RB = UINT_MAX", 1114 .gpr[21] = UINT_MAX, 1115 .gpr[22] = UINT_MAX, 1119 .descr = "RA = UINT_MAX, RB = 0x1", 1122 .gpr[21] = UINT_MAX, [all …]
|
/linux-6.12.1/tools/perf/tests/ |
D | keep-tracking.c | 67 .mmap_pages = UINT_MAX, in test__keep_tracking() 68 .user_freq = UINT_MAX, in test__keep_tracking() 81 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__keep_tracking() 109 CHECK__(evlist__mmap(evlist, UINT_MAX)); in test__keep_tracking()
|
D | perf-time-to-tsc.c | 71 .mmap_pages = UINT_MAX, in test__perf_time_to_tsc() 72 .user_freq = UINT_MAX, in test__perf_time_to_tsc() 93 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__perf_time_to_tsc() 124 CHECK__(evlist__mmap(evlist, UINT_MAX)); in test__perf_time_to_tsc()
|
/linux-6.12.1/net/dccp/ccids/lib/ |
D | tfrc.h | 37 if (result > UINT_MAX) { in scaled_div32() 38 DCCP_CRIT("Overflow: %llu/%llu > UINT_MAX", in scaled_div32() 40 return UINT_MAX; in scaled_div32()
|
/linux-6.12.1/drivers/nvdimm/ |
D | bus.c | 796 .out_sizes = { 4, UINT_MAX, }, 800 .in_sizes = { 4, 4, UINT_MAX, }, 806 .in_sizes = { 4, 4, UINT_MAX, }, 808 .out_sizes = { 4, 4, UINT_MAX, }, 812 .in_sizes = { sizeof(struct nd_cmd_pkg), UINT_MAX, }, 814 .out_sizes = { UINT_MAX, }, 842 .out_sizes = { 4, 4, UINT_MAX, }, 852 .in_sizes = { sizeof(struct nd_cmd_pkg), UINT_MAX, }, 854 .out_sizes = { UINT_MAX, }, 870 return UINT_MAX; in nd_cmd_in_size() [all …]
|
/linux-6.12.1/sound/firewire/fireworks/ |
D | fireworks_command.c | 291 /* give UINT_MAX if set nothing */ 300 if ((source == UINT_MAX) && (rate == UINT_MAX)) { in command_set_clock() 315 if ((source != UINT_MAX) && (clock.source != source)) in command_set_clock() 317 if ((rate != UINT_MAX) && (clock.sampling_rate != rate)) in command_set_clock() 369 return command_set_clock(efw, UINT_MAX, rate); in snd_efw_command_set_sampling_rate()
|
/linux-6.12.1/net/netfilter/ |
D | xt_set.c | 59 info->match_set.u.compat.flags, 0, UINT_MAX, in set_match_v0() 123 info->match_set.flags, 0, UINT_MAX, in set_match_v1() 171 info->match_set.flags, info->flags, UINT_MAX, in set_match_v3() 194 info->match_set.flags, info->flags, UINT_MAX, in set_match_v4() 217 info->add_set.u.compat.flags, 0, UINT_MAX, in set_target_v0() 220 info->del_set.u.compat.flags, 0, UINT_MAX, in set_target_v0() 292 info->add_set.flags, 0, UINT_MAX, in set_target_v1() 295 info->del_set.flags, 0, UINT_MAX, in set_target_v1() 366 info->del_set.flags, 0, UINT_MAX, in set_target_v2() 398 info->del_set.flags, 0, UINT_MAX, in set_target_v3() [all …]
|
/linux-6.12.1/drivers/net/can/dev/ |
D | calc_bittiming.c | 30 unsigned int sample_point_error, best_sample_point_error = UINT_MAX; in can_update_sample_point() 71 unsigned int best_bitrate_error = UINT_MAX; in can_calc_bittiming() 73 unsigned int best_sample_point_error = UINT_MAX; in can_calc_bittiming() 115 best_sample_point_error = UINT_MAX; in can_calc_bittiming()
|
/linux-6.12.1/drivers/pwm/ |
D | pwm-axi-pwmgen.c | 70 if (period_cnt > UINT_MAX) in axi_pwmgen_apply() 71 period_cnt = UINT_MAX; in axi_pwmgen_apply() 81 if (duty_cnt > UINT_MAX) in axi_pwmgen_apply() 82 duty_cnt = UINT_MAX; in axi_pwmgen_apply()
|
/linux-6.12.1/block/ |
D | blk-settings.c | 48 lim->max_hw_sectors = UINT_MAX; in blk_set_stacking_limits() 49 lim->max_segment_size = UINT_MAX; in blk_set_stacking_limits() 50 lim->max_sectors = UINT_MAX; in blk_set_stacking_limits() 51 lim->max_dev_sectors = UINT_MAX; in blk_set_stacking_limits() 52 lim->max_write_zeroes_sectors = UINT_MAX; in blk_set_stacking_limits() 53 lim->max_zone_append_sectors = UINT_MAX; in blk_set_stacking_limits() 54 lim->max_user_discard_sectors = UINT_MAX; in blk_set_stacking_limits() 330 lim->max_segment_size = UINT_MAX; in blk_validate_limits() 382 lim->max_user_discard_sectors = UINT_MAX; in blk_set_default_limits()
|
/linux-6.12.1/arch/powerpc/kernel/ |
D | uprobes.c | 19 #define UPROBE_TRAP_NR UINT_MAX 91 * sets thread.trap_nr != UINT_MAX. 95 * UPROBE_TRAP_NR == UINT_MAX set by arch_uprobe_pre_xol().
|
/linux-6.12.1/drivers/md/bcache/ |
D | sysfs.c | 313 sysfs_strtoul_clamp(writeback_delay, dc->writeback_delay, 0, UINT_MAX); in STORE() 337 1, UINT_MAX); in STORE() 340 1, UINT_MAX); in STORE() 350 dc->writeback_rate_fp_term_mid + 1, UINT_MAX); in STORE() 353 1, UINT_MAX); in STORE() 365 0, UINT_MAX); in STORE() 871 0, UINT_MAX); in STORE() 874 0, UINT_MAX); in STORE() 884 sysfs_strtoul_clamp(io_error_limit, c->error_limit, 0, UINT_MAX); in STORE() 891 ret = strtoul_safe_clamp(buf, v, 0, UINT_MAX); in STORE()
|
/linux-6.12.1/sound/firewire/bebob/ |
D | bebob_pcm.c | 19 .min = UINT_MAX, .max = 0, .integer = 1 in hw_rule_rate() 47 .min = UINT_MAX, .max = 0, .integer = 1 in hw_rule_channels() 73 hw->channels_min = UINT_MAX; in limit_channels_and_rates() 76 hw->rate_min = UINT_MAX; in limit_channels_and_rates()
|