Home
last modified time | relevance | path

Searched refs:SCHAR_MIN (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/mfd/
H A Dwl1273-core.h207 #define SCHAR_MIN (-128) macro
/openbmc/qemu/audio/
H A Dmixeng.c40 #define IN_MIN SCHAR_MIN
/openbmc/linux/drivers/media/radio/
H A Dradio-wl1273.c806 if (level < SCHAR_MIN || level > SCHAR_MAX) in wl1273_fm_set_seek()