Searched refs:max_ (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/media/tuners/ |
| H A D | mt2063.c | 76 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/tools/testing/selftests/damon/ |
| H A D | _damon_sysfs.py | 264 max_ = None 270 max_=0): 279 self.max_ = max_ 314 err = write_file(os.path.join(self.sysfs_dir(), 'max'), self.max_) 241 max_ = None global() variable in DamosFilter 247 __init__(self, type_='anon', matching=False, allow=False, memcg_path='', addr_start=0, addr_end=0, target_idx=0, min_=0, max_=0) global() argument
|
| H A D | sysfs.py | 108 assert_true([filter_.min_, filter_.max_] == dump['sz_range'],
|
| /linux/drivers/scsi/ |
| H A D | scsi_transport_spi.c | 349 if (val > tp->max_##field) \ 350 val = tp->max_##field; \ 372 spi_transport_simple_attr(max_##field, format_string) \
|
| /linux/drivers/gpu/drm/gma500/ |
| H A D | psb_intel_sdvo.c | 1638 if (psb_intel_sdvo_connector->max_##name < temp_value) return -EINVAL; \ in psb_intel_sdvo_set_property() 2232 psb_intel_sdvo_connector->max_##name = data_value[0]; \
|
| /linux/Documentation/security/keys/ |
| H A D | core.rst | 947 ``max_*_size`` indicate the maximum sizes in bytes of a blob of data to be 1783 max_*_size fields are measured in bytes.
|
| /linux/Documentation/virt/kvm/ |
| H A D | api.rst | 5466 The max_* members provide information about the maximum number of PV
|