| /kernel/linux/linux-5.10/drivers/power/supply/ |
| H A D | lego_ev3_battery.c | 33 int v_max; member
|
| /kernel/linux/linux-6.6/drivers/power/supply/ |
| H A D | lego_ev3_battery.c | 33 int v_max; member
|
| /kernel/linux/linux-5.10/sound/isa/gus/ |
| H A D | gus_reset.c | 188 void snd_gf1_stop_voices(struct snd_gus_card * gus, unsigned short v_min, unsigned short v_max) in snd_gf1_stop_voices() argument 146 snd_gf1_clear_voices(struct snd_gus_card * gus, unsigned short v_min, unsigned short v_max) snd_gf1_clear_voices() argument
|
| /kernel/linux/linux-6.6/sound/isa/gus/ |
| H A D | gus_reset.c | 188 void snd_gf1_stop_voices(struct snd_gus_card * gus, unsigned short v_min, unsigned short v_max) in snd_gf1_stop_voices() argument 146 snd_gf1_clear_voices(struct snd_gus_card * gus, unsigned short v_min, unsigned short v_max) snd_gf1_clear_voices() argument
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/nfpcore/ |
| H A D | nfp_target.c | 453 nfp_encode_basic_search(u64 *addr, int dest_island, int *isld, int iid_lsb, int idx_lsb, int v_max) nfp_encode_basic_search() argument
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nfpcore/ |
| H A D | nfp_target.c | 453 nfp_encode_basic_search(u64 *addr, int dest_island, int *isld, int iid_lsb, int idx_lsb, int v_max) nfp_encode_basic_search() argument
|
| /kernel/linux/linux-5.10/drivers/leds/ |
| H A D | leds-lm3533.c | 182 time_to_val(unsigned *t, unsigned t_min, unsigned t_step, u8 v_min, u8 v_max) time_to_val() argument
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/msm/dp/ |
| H A D | dp_link.c | 1108 int v_max = 0, p_max = 0; in dp_link_adjust_levels() local
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/msm/dp/ |
| H A D | dp_link.c | 1144 int v_max = 0, p_max = 0; in dp_link_adjust_levels() local
|
| /kernel/linux/linux-6.6/drivers/leds/ |
| H A D | leds-lm3533.c | 182 time_to_val(unsigned *t, unsigned t_min, unsigned t_step, u8 v_min, u8 v_max) time_to_val() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | mjpegdec.h | 107 int h_max, v_max; /* maximum h and v counts */ member
|
| /kernel/linux/linux-5.10/sound/pci/trident/ |
| H A D | trident_main.c | 3837 static void snd_trident_clear_voices(struct snd_trident * trident, unsigned short v_min, unsigned short v_max) in snd_trident_clear_voices() argument
|
| /kernel/linux/linux-6.6/drivers/iio/dac/ |
| H A D | ad3552r.c | 740 s32 idx, v_max, v_min, span, rem; in ad3552r_calc_gain_and_offset() local 712 ad3552r_get_custom_range(struct ad3552r_desc *dac, s32 i, s32 *v_min, s32 *v_max) ad3552r_get_custom_range() argument
|
| /kernel/linux/linux-6.6/sound/pci/trident/ |
| H A D | trident_main.c | 3821 static void snd_trident_clear_voices(struct snd_trident * trident, unsigned short v_min, unsigned short v_max) in snd_trident_clear_voices() argument
|
| /third_party/mesa3d/src/imgui/ |
| H A D | imgui_widgets.cpp | 2077 SliderCalcRatioFromValueT(ImGuiDataType data_type, TYPE v, TYPE v_min, TYPE v_max, float power, float linear_zero_pos) SliderCalcRatioFromValueT() argument 2104 SliderBehaviorT(const ImRect& bb, ImGuiID id, ImGuiDataType data_type, TYPE* v, const TYPE v_min, const TYPE v_max, const char* format, float power, ImGuiSliderFlags flags, ImRect* out_grab_bb) SliderBehaviorT() argument [all...] |
| /kernel/linux/linux-5.10/drivers/clk/tegra/ |
| H A D | clk-dfll.c | 1640 static int dfll_build_pwm_lut(struct tegra_dfll *td, unsigned long v_max) in dfll_build_pwm_lut() argument 1695 static int dfll_build_i2c_lut(struct tegra_dfll *td, unsigned long v_max) in dfll_build_i2c_lut() argument 1762 unsigned long rate, v_max; in dfll_build_lut() local [all...] |
| /kernel/linux/linux-5.10/sound/pci/ali5451/ |
| H A D | ali5451.c | 964 snd_ali_clear_voices(struct snd_ali *codec, unsigned int v_min, unsigned int v_max) snd_ali_clear_voices() argument
|
| /kernel/linux/linux-6.6/drivers/clk/tegra/ |
| H A D | clk-dfll.c | 1645 static int dfll_build_pwm_lut(struct tegra_dfll *td, unsigned long v_max) in dfll_build_pwm_lut() argument 1700 static int dfll_build_i2c_lut(struct tegra_dfll *td, unsigned long v_max) in dfll_build_i2c_lut() argument 1767 unsigned long rate, v_max; in dfll_build_lut() local [all...] |
| /kernel/linux/linux-6.6/sound/pci/ali5451/ |
| H A D | ali5451.c | 963 snd_ali_clear_voices(struct snd_ali *codec, unsigned int v_min, unsigned int v_max) snd_ali_clear_voices() argument
|
| /third_party/ffmpeg/libpostproc/ |
| H A D | postprocess_altivec_template.c | 633 vector unsigned char v_max; in dering_altivec() local
|
| /third_party/skia/third_party/externals/imgui/ |
| H A D | imgui_widgets.cpp | 2114 static bool DataTypeClampT(T* v, const T* v_min, const T* v_max) in DataTypeClampT() argument 2226 bool ImGui::DragBehaviorT(ImGuiDataType data_type, TYPE* v, float v_speed, const TYPE v_min, const TYPE v_max, const char* format, ImGuiSliderFlags flags) in DragBehaviorT() argument 2500 DragFloat(const char* label, float* v, float v_speed, float v_min, float v_max, const char* format, ImGuiSliderFlags flags) DragFloat() argument 2505 DragFloat2(const char* label, float v[2], float v_speed, float v_min, float v_max, const char* format, ImGuiSliderFlags flags) DragFloat2() argument 2510 DragFloat3(const char* label, float v[3], float v_speed, float v_min, float v_max, const char* format, ImGuiSliderFlags flags) DragFloat3() argument 2515 DragFloat4(const char* label, float v[4], float v_speed, float v_min, float v_max, const char* format, ImGuiSliderFlags flags) DragFloat4() argument 2521 DragFloatRange2(const char* label, float* v_current_min, float* v_current_max, float v_speed, float v_min, float v_max, const char* format, const char* format_max, ImGuiSliderFlags flags) DragFloatRange2() argument 2554 DragInt(const char* label, int* v, float v_speed, int v_min, int v_max, const char* format, ImGuiSliderFlags flags) DragInt() argument 2559 DragInt2(const char* label, int v[2], float v_speed, int v_min, int v_max, const char* format, ImGuiSliderFlags flags) DragInt2() argument 2564 DragInt3(const char* label, int v[3], float v_speed, int v_min, int v_max, const char* format, ImGuiSliderFlags flags) DragInt3() argument 2569 DragInt4(const char* label, int v[4], float v_speed, int v_min, int v_max, const char* format, ImGuiSliderFlags flags) DragInt4() argument 2575 DragIntRange2(const char* label, int* v_current_min, int* v_current_max, float v_speed, int v_min, int v_max, const char* format, const char* format_max, ImGuiSliderFlags flags) DragIntRange2() argument 2661 ScaleRatioFromValueT(ImGuiDataType data_type, TYPE v, TYPE v_min, TYPE v_max, bool is_logarithmic, float logarithmic_zero_epsilon, float zero_deadzone_halfsize) ScaleRatioFromValueT() argument [all...] |
| H A D | imgui.h | 2844 DragFloat(const char* label, float* v, float v_speed, float v_min, float v_max, const char* format, float power) DragFloat() argument 2845 DragFloat2(const char* label, float v[2], float v_speed, float v_min, float v_max, const char* format, float power) DragFloat2() argument 2846 DragFloat3(const char* label, float v[3], float v_speed, float v_min, float v_max, const char* format, float power) DragFloat3() argument 2847 DragFloat4(const char* label, float v[4], float v_speed, float v_min, float v_max, const char* format, float power) DragFloat4() argument 2850 SliderFloat(const char* label, float* v, float v_min, float v_max, const char* format, float power) SliderFloat() argument 2851 SliderFloat2(const char* label, float v[2], float v_min, float v_max, const char* format, float power) SliderFloat2() argument 2852 SliderFloat3(const char* label, float v[3], float v_min, float v_max, const char* format, float power) SliderFloat3() argument 2853 SliderFloat4(const char* label, float v[4], float v_min, float v_max, const char* format, float power) SliderFloat4() argument [all...] |
| /third_party/astc-encoder/Source/ |
| H A D | stb_image.h | 3265 int Lf,p,i,q, h_max=1,v_max=1,c; in stbi__process_frame_header() local
|