Home
last modified time | relevance | path

Searched refs:POSTFIX (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/kernel/cpu/
H A Dmkcapflags.sh16 POSTFIX=$4
38 if [ -n "$POSTFIX" ]; then
39 T=$(( $PFX_SZ + $(echo $POSTFIX | wc -c) + 2 ))
42 printf "\t[%s - %s]%.*s = %s,\n" "$PFX$NAME" "$POSTFIX" "$TABCOUNT" "$TABS" "$VALUE"
/linux/drivers/platform/x86/
H A Dcompal-laptop.c468 #define TEMPERATURE_SHOW_TEMP_AND_LABEL(POSTFIX, ADDRESS, LABEL) \ argument
469 static ssize_t temp_##POSTFIX(struct device *dev, \
474 static ssize_t label_##POSTFIX(struct device *dev, \