Searched refs:pss (Results 1 – 4 of 4) sorted by relevance
33 static const char * const pss[] = {"ab8500_ac", "ab8500_usb"}; in ab8500_power_off() local50 for (i = 0; i < ARRAY_SIZE(pss); i++) { in ab8500_power_off()51 psy = power_supply_get_by_name(pss[i]); in ab8500_power_off()75 pss[i]); in ab8500_power_off()
3557 union acpi_object *pss; in intel_pstate_no_acpi_pss() local3568 pss = buffer.pointer; in intel_pstate_no_acpi_pss()3569 if (pss && pss->type == ACPI_TYPE_PACKAGE) { in intel_pstate_no_acpi_pss()3570 kfree(pss); in intel_pstate_no_acpi_pss()3574 kfree(pss); in intel_pstate_no_acpi_pss()
5855 size_t ZSTD_resetCStream(ZSTD_CStream* zcs, unsigned long long pss) in ZSTD_resetCStream() argument5861 U64 const pledgedSrcSize = (pss==0) ? ZSTD_CONTENTSIZE_UNKNOWN : pss; in ZSTD_resetCStream()5923 ZSTD_parameters params, unsigned long long pss) in ZSTD_initCStream_advanced() argument5929 …U64 const pledgedSrcSize = (pss==0 && params.fParams.contentSizeFlag==0) ? ZSTD_CONTENTSIZE_UNKNOW… in ZSTD_initCStream_advanced()5948 size_t ZSTD_initCStream_srcSize(ZSTD_CStream* zcs, int compressionLevel, unsigned long long pss) in ZSTD_initCStream_srcSize() argument5954 U64 const pledgedSrcSize = (pss==0) ? ZSTD_CONTENTSIZE_UNKNOWN : pss; in ZSTD_initCStream_srcSize()
1016 RSAES-PKCS1-v1.5; "pss" for "RSASSA-PSS"; "oaep" for