Searched refs:max_ (Results 1 – 4 of 4) sorted by relevance
76 u32 max_; member359 s32 max_; member447 while ((pNode != NULL) && (pNode->max_ < f_min)) { in MT2063_AddExclZone()456 if (f_max > pNode->max_) in MT2063_AddExclZone()457 pNode->max_ = f_max; in MT2063_AddExclZone()461 pNode->max_ = f_max; in MT2063_AddExclZone()466 while ((pNext != NULL) && (pNext->min_ < pNode->max_)) { in MT2063_AddExclZone()467 if (pNext->max_ > pNode->max_) in MT2063_AddExclZone()468 pNode->max_ = pNext->max_; in MT2063_AddExclZone()612 ceil((s32) (pNode->max_ - f_Center), (s32) f_Step); in MT2063_ChooseFirstIF()[all …]
345 if (val > tp->max_##field) \346 val = tp->max_##field; \368 spi_transport_simple_attr(max_##field, format_string) \
1712 if (psb_intel_sdvo_connector->max_##name < temp_value) return -EINVAL; \ in psb_intel_sdvo_set_property()2307 psb_intel_sdvo_connector->max_##name = data_value[0]; \
943 ``max_*_size`` indicate the maximum sizes in bytes of a blob of data to be1722 max_*_size fields are measured in bytes.