Home
last modified time | relevance | path

Searched defs:min (Results 26 – 50 of 881) sorted by relevance

12345678910>>...36

/openbmc/linux/drivers/base/regmap/
H A Dregcache-maple.c107 static int regcache_maple_drop(struct regmap *map, unsigned int min, in regcache_maple_drop()
191 unsigned int min, unsigned int max) in regcache_maple_sync_block()
238 static int regcache_maple_sync(struct regmap *map, unsigned int min, in regcache_maple_sync()
/openbmc/u-boot/board/synopsys/hsdk/
H A Denv-lib.h28 u32 min; member
37 u32 min[NR_CPUS]; member
/openbmc/linux/mm/damon/
H A Dsysfs-common.c19 unsigned long min, in damon_sysfs_ul_range_alloc()
48 unsigned long min; in min_store() local
/openbmc/u-boot/drivers/rtc/
H A Ds3c24x0_rtc.c46 uchar sec, min, hour, mday, wday, mon, year; in rtc_get() local
110 uchar sec, min, hour, mday, wday, mon, year; in rtc_set() local
/openbmc/phosphor-pid-control/dbus/
H A Ddbuswrite.cpp38 const std::string& path, int64_t min, int64_t max, in createDbusWrite()
107 DbusWrite::createDbusWrite(const std::string& path, int64_t min, in createDbusWrite()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dbitfield.h135 #define EFX_EXTRACT64(element, min, max, low, high) \ argument
142 #define EFX_EXTRACT32(element, min, max, low, high) \ argument
244 #define EFX_INSERT_NATIVE64(min, max, low, high, value) \ argument
250 #define EFX_INSERT_NATIVE32(min, max, low, high, value) \ argument
256 #define EFX_INSERT_NATIVE(min, max, low, high, value) \ argument
267 #define EFX_INSERT_FIELD_NATIVE(min, max, field, value) \ argument
277 #define EFX_INSERT_FIELDS_NATIVE(min, max, \ argument
516 #define EFX_INSERT64(min, max, low, high, value) \ argument
519 #define EFX_INSERT32(min, max, low, high, value) \ argument
522 #define EFX_INPLACE_MASK64(min, max, low, high) \ argument
[all …]
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dbitfield.h133 #define EFX_EXTRACT64(element, min, max, low, high) \ argument
140 #define EFX_EXTRACT32(element, min, max, low, high) \ argument
242 #define EFX_INSERT_NATIVE64(min, max, low, high, value) \ argument
248 #define EFX_INSERT_NATIVE32(min, max, low, high, value) \ argument
254 #define EFX_INSERT_NATIVE(min, max, low, high, value) \ argument
265 #define EFX_INSERT_FIELD_NATIVE(min, max, field, value) \ argument
275 #define EFX_INSERT_FIELDS_NATIVE(min, max, \ argument
514 #define EFX_INSERT64(min, max, low, high, value) \ argument
517 #define EFX_INSERT32(min, max, low, high, value) \ argument
520 #define EFX_INPLACE_MASK64(min, max, low, high) \ argument
[all …]
/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-phosphor/fans/phosphor-pid-control/
H A Dconfig-evb-npcm845.json8 "min": 0, number
16 "min": 0, number
24 "min": 0, number
32 "min": 0, number
/openbmc/openbmc/poky/meta/recipes-graphics/pong-clock/pong-clock/
H A Dpong-clock-no-flicker.c66 get_time(int *hour, int *min, int *sec) in get_time()
148 int hour, min; in draw_time() local
211 int sec, min, hour; in update_state() local
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorutils.cpp150 bool getSensorAttributes(const double max, const double min, int16_t& mValue, in getSensorAttributes()
307 const double min) in getScaledIPMIValue()
/openbmc/linux/lib/
H A Dmaple_tree.c1085 unsigned long min, max; in mas_ascend() local
2403 unsigned char *mid_split, unsigned long min) in mas_mab_to_node()
2792 unsigned long max, min; in mtree_range_walk() local
4522 unsigned long min; in mas_next_node() local
4729 unsigned long max, min; in mas_rev_awalk() local
4811 unsigned long pivot, min, gap = 0; in mas_anode_descend() local
5023 int mas_empty_area(struct ma_state *mas, unsigned long min, in mas_empty_area()
5838 void *mas_prev(struct ma_state *mas, unsigned long min) in mas_prev()
6379 void *entry, unsigned long size, unsigned long min, in mtree_alloc_range()
6417 void *entry, unsigned long size, unsigned long min, in mtree_alloc_rrange()
[all …]
/openbmc/linux/arch/s390/boot/
H A Dphysmem_info.c186 static void die_oom(unsigned long size, unsigned long align, unsigned long min, unsigned long max) in die_oom()
247 unsigned long min, unsigned long max, in __physmem_alloc_range()
283 unsigned long align, unsigned long min, unsigned long max, in physmem_alloc_range()
/openbmc/phosphor-pid-control/examples/
H A Dfan-info.json8 "min": 0, number
16 "min": 0, number
24 "min": 0, number
32 "min": 0, number
/openbmc/linux/drivers/memory/
H A Dof_memory.c32 struct lpddr2_min_tck *min; in of_get_min_tck() local
169 struct lpddr3_min_tck *min; in of_lpddr3_get_min_tck() local
/openbmc/intel-ipmi-oem/include/
H A Dsensorutils.hpp158 static inline bool getSensorAttributes(const double max, const double min, in getSensorAttributes()
317 const double min) in getScaledIPMIValue()
/openbmc/linux/net/sctp/
H A Dsysctl.c440 unsigned int min = *(unsigned int *) ctl->extra1; in proc_sctp_do_rto_min() local
468 unsigned int min = *(unsigned int *) ctl->extra1; in proc_sctp_do_rto_max() local
535 unsigned int min = *(unsigned int *)ctl->extra1; in proc_sctp_do_udp_port() local
/openbmc/phosphor-pid-control/test/
H A Dwriteinterface_mock.hpp15 WriteInterfaceMock(int64_t min, int64_t max) : WriteInterface(min, max) {} in WriteInterfaceMock()
/openbmc/qemu/
H A Dpage-vary-common.c46 void finalize_target_page_bits_common(int min) in finalize_target_page_bits_common()
/openbmc/linux/drivers/regulator/
H A Dbd71815-regulator.c426 #define BD71815_BUCK_REG(_name, _id, vsel, ereg, min, max, step, _dvs) \ argument
448 #define BD71815_BUCK12_REG(_name, _id, vsel, ereg, min, max, step, \ argument
494 #define BD71815_LDO_REG(_name, _id, vsel, ereg, emsk, min, max, step, \ argument
H A Dpfuze100-regulator.c235 #define PFUZE100_SW_REG(_chip, _name, base, min, max, step) \ argument
273 #define PFUZE100_VGEN_REG(_chip, _name, base, min, max, step) \ argument
310 #define PFUZE3000_VCC_REG(_chip, _name, base, min, max, step) { \ argument
352 #define PFUZE3000_SW3_REG(_chip, _name, base, min, max, step) { \ argument
H A Dmt6358-regulator.c39 #define MT6358_BUCK(match, vreg, min, max, step, \ argument
91 #define MT6358_LDO1(match, vreg, min, max, step, \ argument
135 #define MT6366_BUCK(match, vreg, min, max, step, \ argument
187 #define MT6366_LDO1(match, vreg, min, max, step, \ argument
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-core.c1486 s64 min, s64 max, u64 step, s64 def) in check_range()
1753 s64 min, s64 max, u64 step, s64 def, in v4l2_ctrl_new()
2015 s64 min = cfg->min; in v4l2_ctrl_new_custom() local
2051 u32 id, s64 min, s64 max, u64 step, s64 def) in v4l2_ctrl_new_std()
2080 s64 min; in v4l2_ctrl_new_std_menu() local
2112 s64 min; in v4l2_ctrl_new_std_menu_items() local
2144 s64 min, max, step, def; in v4l2_ctrl_new_std_compound() local
2164 s64 min; in v4l2_ctrl_new_int_menu() local
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_types.c169 unsigned long long *min, in xfs_icount_range()
190 unsigned long long min, max; in xfs_verify_icount() local
/openbmc/linux/drivers/media/common/
H A Dcx2341x.c120 s32 *min, s32 *max, s32 *step, s32 *def, u32 *flags) in cx2341x_ctrl_fill()
538 s32 min, s32 max, s32 step, s32 def) in cx2341x_ctrl_query_fill()
1540 u32 id, s32 min, s32 max, s32 step, s32 def) in cx2341x_ctrl_new_custom()
1563 u32 id, s32 min, s32 max, s32 step, s32 def) in cx2341x_ctrl_new_std()
/openbmc/linux/include/uapi/linux/netfilter/
H A Dxt_length.h8 __u16 min, max; member

12345678910>>...36