Home
last modified time | relevance | path

Searched refs:max_ (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/media/tuners/
Dmt2063.c76 u32 max_; member
359 s32 max_; member
447 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 …]
/Linux-v5.4/drivers/scsi/
Dscsi_transport_spi.c345 if (val > tp->max_##field) \
346 val = tp->max_##field; \
368 spi_transport_simple_attr(max_##field, format_string) \
/Linux-v5.4/drivers/gpu/drm/gma500/
Dpsb_intel_sdvo.c1712 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]; \
/Linux-v5.4/Documentation/security/keys/
Dcore.rst943 ``max_*_size`` indicate the maximum sizes in bytes of a blob of data to be
1722 max_*_size fields are measured in bytes.