Searched refs:max_ (Results 1 – 8 of 8) 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/drivers/hid/bpf/progs/ |
| H A D | hid_report_helpers.h | 98 #define LogicalMaximum_i8(max_) 0x25, i8(max_), argument 99 #define LogicalMaximum_i16(max_) 0x26, LE16(max_), argument 100 #define LogicalMaximum_i32(max_) 0x27, LE32(max_), argument 106 #define PhysicalMaximum_i8(max_) 0x45, i8(max_), argument 107 #define PhysicalMaximum_i16(max_) 0x46, LE16(max_), argument 108 #define PhysicalMaximum_i32(max_) 0x47, LE32(max_), argument 113 #define UsageMaximum_i8(max_) 0x29, i8(max_), argument 114 #define UsageMaximum_i16(max_) 0x2a, LE16(max_), argument
|
| /linux/tools/testing/selftests/damon/ |
| H A D | _damon_sysfs.py | 241 max_ = None variable in DamosFilter 247 max_=0): argument 256 self.max_ = max_ 291 err = write_file(os.path.join(self.sysfs_dir(), 'max'), self.max_)
|
| H A D | sysfs.py | 95 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 | 5452 The max_* members provide information about the maximum number of PV
|