Searched refs:max_ (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/drivers/media/tuners/
H A Dmt2063.c84 u32 max_; member in struct:MT2063_ExclZone_t
368 s32 max_; member in struct:MT2063_FIFZone_t
456 while ((pNode != NULL) && (pNode->max_ < f_min)) { MT2063_AddExclZone()
465 if (f_max > pNode->max_) MT2063_AddExclZone()
466 pNode->max_ = f_max; MT2063_AddExclZone()
470 pNode->max_ = f_max; MT2063_AddExclZone()
475 while ((pNext != NULL) && (pNext->min_ < pNode->max_)) { MT2063_AddExclZone()
476 if (pNext->max_ > pNode->max_) MT2063_AddExclZone()
477 pNode->max_ = pNext->max_; MT2063_AddExclZone()
621 ceil((s32) (pNode->max_ - f_Center), (s32) f_Step); MT2063_ChooseFirstIF()
623 if ((pNode->min_ < f_Desired) && (pNode->max_ > f_Desired)) MT2063_ChooseFirstIF()
630 if ((j > 0) && (tmpMin < zones[j - 1].max_)) MT2063_ChooseFirstIF()
631 zones[j - 1].max_ = tmpMax; MT2063_ChooseFirstIF()
635 zones[j].max_ = tmpMax; MT2063_ChooseFirstIF()
658 if (abs(zones[i].max_) < abs(bestDiff)) MT2063_ChooseFirstIF()
659 bestDiff = zones[i].max_; MT2063_ChooseFirstIF()
/linux-4.1.27/drivers/scsi/
H A Dscsi_transport_spi.c359 if (val > tp->max_##field) \
360 val = tp->max_##field; \
382 spi_transport_simple_attr(max_##field, format_string) \
/linux-4.1.27/net/rds/
H A Diw_cm.c282 * XXX this can fail if max_*_wr is too large? Are we supposed rds_iw_setup_qp()
H A Dib_cm.c350 * XXX this can fail if max_*_wr is too large? Are we supposed rds_ib_setup_qp()
/linux-4.1.27/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo.c1705 if (psb_intel_sdvo_connector->max_##name < temp_value) return -EINVAL; \ psb_intel_sdvo_set_property()
2299 psb_intel_sdvo_connector->max_##name = data_value[0]; \
/linux-4.1.27/fs/ceph/
H A Dsuper.h309 u64 i_reported_size; /* (max_)size reported to or requested of mds */
/linux-4.1.27/drivers/gpu/drm/i915/
H A Dintel_sdvo.c2092 if (intel_sdvo_connector->max_##name < temp_value) return -EINVAL; \ intel_sdvo_set_property()
2747 intel_sdvo_connector->max_##name = data_value[0]; \
/linux-4.1.27/drivers/net/ethernet/packetengines/
H A Dhamachi.c317 01/15/1999 EPK Added the max_{rx,tx}_latency options. These are used to

Completed in 293 milliseconds