Home
last modified time | relevance | path

Searched defs:max (Results 1 – 25 of 1407) sorted by relevance

12345678910>>...57

/openbmc/linux/drivers/macintosh/
H A Dwindfarm_max6690_sensor.c36 struct wf_6690_sensor *max = wf_to_6690(sr); in wf_max6690_get() local
52 struct wf_6690_sensor *max = wf_to_6690(sr); in wf_max6690_release() local
66 struct wf_6690_sensor *max; in wf_max6690_probe() local
108 struct wf_6690_sensor *max = i2c_get_clientdata(client); in wf_max6690_remove() local
/openbmc/qemu/tests/tcg/multiarch/system/
H A Dmemory.c117 const int max = (TEST_SIZE - offset) / sizeof(word); in init_test_data_u16() local
137 const int max = (TEST_SIZE - offset) / sizeof(word); in init_test_data_u32() local
159 const int max = (TEST_SIZE - offset) / sizeof(word); in init_test_data_u64() local
184 const int max = (TEST_SIZE - offset) / sizeof(word); in read_test_data_u16() local
209 const int max = (TEST_SIZE - offset) / sizeof(word); in read_test_data_u32() local
250 const int max = (TEST_SIZE - offset) / sizeof(word); in read_test_data_u64() local
349 const int max = (TEST_SIZE - offset) / 2; in read_test_data_s8() local
376 const int max = (TEST_SIZE - offset) / (sizeof(*ptr)); in read_test_data_s16() local
409 const int max = (TEST_SIZE - offset) / (sizeof(int32_t)); in read_test_data_s32() local
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb_82598.c20 u16 *max, in ixgbe_dcb_config_rx_arbiter_82598()
80 u16 *max, in ixgbe_dcb_config_tx_desc_arbiter_82598()
129 u16 *max, in ixgbe_dcb_config_tx_data_arbiter_82598()
264 u16 *max, u8 *bwg_id, u8 *prio_type) in ixgbe_dcb_hw_config_82598()
H A Dixgbe_dcb_82599.c22 u16 *max, in ixgbe_dcb_config_rx_arbiter_82599()
81 u16 *max, in ixgbe_dcb_config_tx_desc_arbiter_82599()
133 u16 *max, in ixgbe_dcb_config_tx_data_arbiter_82599()
334 u16 *max, u8 *bwg_id, u8 *prio_type, u8 *prio_tc) in ixgbe_dcb_hw_config_82599()
H A Dixgbe_dcb.c22 __u16 *max, int max_frame) in ixgbe_ieee_credits()
183 void ixgbe_dcb_unpack_max(struct ixgbe_dcb_config *cfg, u16 *max) in ixgbe_dcb_unpack_max()
258 u16 max[MAX_TRAFFIC_CLASS]; in ixgbe_dcb_hw_config() local
305 __u16 refill[IEEE_8021QAZ_MAX_TCS], max[IEEE_8021QAZ_MAX_TCS]; in ixgbe_dcb_hw_ets() local
337 u16 *refill, u16 *max, u8 *bwg_id, in ixgbe_dcb_hw_ets_config()
/openbmc/linux/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-ram.c15 u8 max; in can_ram_clamp() local
107 u8 max; in can_ram_get_layout() local
130 u8 max; in can_ram_get_layout() local
/openbmc/linux/sound/soc/
H A Dsoc-ops.c180 int max; in snd_soc_info_volsw() local
223 int max; in snd_soc_info_volsw_sx() local
263 int max = mc->max; in snd_soc_get_volsw() local
323 int max = mc->max; in snd_soc_put_volsw() local
405 int max = mc->max; in snd_soc_get_volsw_sx() local
443 int max = mc->max; in snd_soc_put_volsw_sx() local
540 int max = mc->max; in snd_soc_put_volsw_range() local
613 int max = mc->max; in snd_soc_get_volsw_range() local
652 const char *name, int max) in snd_soc_limit_volume()
890 long max = mc->max; in snd_soc_get_xr_sx() local
[all …]
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/fans/phosphor-pid-control/
H A Dconfig.json.in10 "max": 255 number
18 "max": 255 number
26 "max": 255 number
34 "max": 255 number
42 "max": 255 number
50 "max": 0, number
60 "max": 0, number
70 "max": 0, number
80 "max": 0, number
90 "max": 0, number
[all …]
/openbmc/linux/drivers/regulator/
H A Dmax8973-regulator.c161 struct max8973_chip *max = rdev_get_drvdata(rdev); in max8973_dcdc_get_voltage_sel() local
177 struct max8973_chip *max = rdev_get_drvdata(rdev); in max8973_dcdc_set_voltage_sel() local
213 struct max8973_chip *max = rdev_get_drvdata(rdev); in max8973_dcdc_set_mode() local
241 struct max8973_chip *max = rdev_get_drvdata(rdev); in max8973_dcdc_get_mode() local
258 struct max8973_chip *max = rdev_get_drvdata(rdev); in max8973_set_current_limit() local
281 struct max8973_chip *max = rdev_get_drvdata(rdev); in max8973_get_current_limit() local
318 static int max8973_init_dcdc(struct max8973_chip *max, in max8973_init_dcdc()
596 struct max8973_chip *max; in max8973_probe() local
/openbmc/linux/include/linux/
H A Dprime_numbers.h21 #define for_each_prime_number(prime, max) \ argument
35 #define for_each_prime_number_from(prime, from, max) \ argument
H A Ddelay.h66 static inline void usleep_range(unsigned long min, unsigned long max) in usleep_range()
71 static inline void usleep_idle_range(unsigned long min, unsigned long max) in usleep_idle_range()
/openbmc/linux/sound/core/
H A Dpcm_memory.c267 size_t size, size_t max, bool managed) in preallocate_pages()
302 void *data, size_t size, size_t max, in preallocate_pages_for_all()
328 size_t size, size_t max) in snd_pcm_lib_preallocate_pages()
347 size_t size, size_t max) in snd_pcm_lib_preallocate_pages_for_all()
385 struct device *data, size_t size, size_t max) in snd_pcm_set_managed_buffer()
407 size_t size, size_t max) in snd_pcm_set_managed_buffer_all()
/openbmc/phosphor-pid-control/test/
H A Dsensor_pluggable_unittest.cpp22 int64_t max = 255; in TEST() local
40 int64_t max = 255; in TEST() local
70 int64_t max = 255; in TEST() local
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmd.c99 uint32_t max; in vmw_fifo_create() local
188 uint32_t max = vmw_fifo_mem_read(dev_priv, SVGA_FIFO_MAX); in vmw_fifo_is_full() local
281 uint32_t max; in vmw_local_fifo_reserve() local
387 uint32_t max, uint32_t min, uint32_t bytes) in vmw_fifo_res_copy()
409 uint32_t max, uint32_t min, uint32_t bytes) in vmw_fifo_slow_copy()
430 uint32_t max = vmw_fifo_mem_read(dev_priv, SVGA_FIFO_MAX); in vmw_local_fifo_commit() local
/openbmc/phosphor-pid-control/sysfs/
H A Dsysfswrite.hpp18 SysFsWritePercent(const std::string& writePath, int64_t min, int64_t max) : in SysFsWritePercent()
31 SysFsWrite(const std::string& writePath, int64_t min, int64_t max) : in SysFsWrite()
/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/fans/phosphor-pid-control/
H A Dconfig-olympus-nuvoton.json9 "max": 255 number
17 "max": 0, number
26 "max": 0, number
35 "max": 0, number
44 "max": 0, number
53 "max": 0, number
62 "max": 0, number
71 "max": 0, number
80 "max": 0, number
89 "max": 0, number
[all …]
/openbmc/linux/lib/
H A Dstrnlen_user.c23 …_always_inline long do_strnlen_user(const char __user *src, unsigned long count, unsigned long max) in do_strnlen_user()
102 unsigned long max = max_addr - src_addr; in strnlen_user() local
H A Dtest_maple_tree.c222 unsigned long max, bool verbose) in check_rev_seq()
385 unsigned long max; in check_find() local
1673 int i, max = 4000; in check_node_overwrite() local
1686 int i, brk = 105, max = 1040, brk_start = 100, count = 20000000; in bench_slot_store() local
1702 int i, overwrite = 76, max = 240, count = 20000000; in bench_node_store() local
1721 int i, max = 2500, count = 50000000; in bench_awalk() local
1738 int i, max = 2500, count = 550000000; in bench_walk() local
1756 unsigned long max = 2500, index = 0; in bench_mt_for_each() local
1780 unsigned long max = 2500; in bench_mas_for_each() local
1810 unsigned long max = 2500; in bench_mas_prev() local
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dboost.h9 u32 max; member
22 u32 max; member
/openbmc/linux/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-filter.h19 const u16 max; member
31 const u16 max; member
/openbmc/phosphor-pid-control/dbus/
H A Ddbuswrite.hpp38 DbusWritePercent(const std::string& path, int64_t min, int64_t max, in DbusWritePercent()
60 DbusWrite(const std::string& path, int64_t min, int64_t max, in DbusWrite()
/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/fans/phosphor-pid-control/
H A Dconfig.json16 "max": 255, number
25 "max": 255, number
34 "max": 255, number
43 "max": 255, number
/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/fans/phosphor-pid-control/
H A Dconfig.json10 "max": 255 number
19 "max": 255 number
28 "max": 255 number
37 "max": 255 number
45 "max": 0, number
55 "max": 0, number
/openbmc/openbmc/meta-hpe/meta-dl385-g11/recipes-phosphor/fans/phosphor-pid-control/
H A Dconfig.json9 "max": 255 number
17 "max": 255 number
25 "max": 255 number
33 "max": 255 number
41 "max": 255 number
49 "max": 255 number
/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress_sequences.c70 static size_t ZSTD_NCountCost(unsigned const* count, unsigned const max, in ZSTD_NCountCost()
84 static size_t ZSTD_entropyCost(unsigned const* count, unsigned const max, size_t const total) in ZSTD_entropyCost()
107 unsigned const max) in ZSTD_fseBitCost()
140 unsigned const* count, unsigned const max) in ZSTD_crossEntropyCost()
158 FSE_repeat* repeatMode, unsigned const* count, unsigned const max, in ZSTD_selectEncodingType()
245 unsigned* count, U32 max, in ZSTD_buildCTable()

12345678910>>...57