Home
last modified time | relevance | path

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

/linux-6.12.1/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-6.12.1/drivers/hid/bpf/progs/
Dhid_report_helpers.h87 #define LogicalRange_i8(min_, max_) 0x15, i8(min_), 0x25, i8(max_), argument
88 #define LogicalRange_i16(min_, max_) 0x16, LE16(min_), 0x26, LE16(max_), argument
89 #define LogicalRange_i32(min_, max_) 0x17, LE32(min_), 0x27, LE32(max_), argument
91 #define PhysicalRange_i8(min_, max_) 0x35, i8(min_), 0x45, i8(max_), argument
92 #define PhysicalRange_i16(min_, max_) 0x36, LE16(min_), 0x46, LE16(max_), argument
93 #define PhysicalRange_i32(min_, max_) 0x37, LE32(min_), 0x47, LE32(max_), argument
95 #define UsageRange_i8(min_, max_) 0x19, i8(min_), 0x29, i8(max_), argument
96 #define UsageRange_i16(min_, max_) 0x1a, LE16(min_), 0x2a, LE16(max_), argument
/linux-6.12.1/drivers/scsi/
Dscsi_transport_spi.c349 if (val > tp->max_##field) \
350 val = tp->max_##field; \
372 spi_transport_simple_attr(max_##field, format_string) \
/linux-6.12.1/drivers/gpu/drm/gma500/
Dpsb_intel_sdvo.c1637 if (psb_intel_sdvo_connector->max_##name < temp_value) return -EINVAL; \ in psb_intel_sdvo_set_property()
2231 psb_intel_sdvo_connector->max_##name = data_value[0]; \
/linux-6.12.1/Documentation/security/keys/
Dcore.rst947 ``max_*_size`` indicate the maximum sizes in bytes of a blob of data to be
1783 max_*_size fields are measured in bytes.
/linux-6.12.1/Documentation/virt/kvm/
Dapi.rst5396 The max_* members provide information about the maximum number of PV