Symbol: UP
arch/alpha/kernel/machvec_impl.h
56
#define IO_LITE(UP,low) \
arch/alpha/kernel/machvec_impl.h
57
.hae_register = (unsigned long *) CAT(UP,_HAE_ADDRESS), \
arch/alpha/kernel/machvec_impl.h
58
.iack_sc = CAT(UP,_IACK_SC), \
arch/alpha/kernel/machvec_impl.h
81
#define IO(UP,low) \
arch/alpha/kernel/machvec_impl.h
82
IO_LITE(UP,low), \
arch/loongarch/mm/mmap.c
100
addr0, len, pgoff, flags, UP);
arch/mips/mm/mmap.c
105
addr0, len, pgoff, flags, UP);
arch/parisc/kernel/sys_parisc.c
174
addr, len, pgoff, flags, UP);
drivers/clk/tegra/cvb.c
61
min_mv = round_voltage(table->min_millivolts, align, UP);
drivers/counter/104-quad-8.c
421
*direction = (u8_get_bits(flag, FLAG_UD) == UP) ? COUNTER_COUNT_DIRECTION_FORWARD :
drivers/iio/light/apds9960.c
179
regmap_reg_range(APDS9960_REG_GFIFO_DIR(UP),
drivers/iio/light/apds9960.c
202
regmap_reg_range(APDS9960_REG_GFIFO_DIR(UP),
drivers/iio/light/apds9960.c
315
APDS9960_GESTURE_CHANNEL(UP, 0),
drivers/net/ethernet/freescale/dpaa2/dpsw.c
396
state->up = dpsw_get_field(rsp_params->up, UP);
drivers/net/phy/phy.c
53
PHY_STATE_STR(UP)
drivers/pmdomain/qcom/cpr.c
426
if (drv->tcsr && dir == UP)
drivers/pmdomain/qcom/cpr.c
468
if (dir != UP && dir != DOWN)
drivers/pmdomain/qcom/cpr.c
483
if (dir == UP) {
drivers/pmdomain/qcom/cpr.c
566
if (dir == UP) {
drivers/pmdomain/qcom/cpr.c
621
cpr_scale(drv, UP);
drivers/pmdomain/qcom/cpr.c
771
dir = UP;
drivers/tty/serial/ip22zilog.c
93
#define ZS_IS_CONS(UP) ((UP)->flags & IP22ZILOG_FLAG_IS_CONS)
drivers/tty/serial/ip22zilog.c
94
#define ZS_IS_KGDB(UP) ((UP)->flags & IP22ZILOG_FLAG_IS_KGDB)
drivers/tty/serial/ip22zilog.c
95
#define ZS_WANTS_MODEM_STATUS(UP) ((UP)->flags & IP22ZILOG_FLAG_MODEM_STATUS)
drivers/tty/serial/ip22zilog.c
96
#define ZS_REGS_HELD(UP) ((UP)->flags & IP22ZILOG_FLAG_REGS_HELD)
drivers/tty/serial/ip22zilog.c
97
#define ZS_TX_STOPPED(UP) ((UP)->flags & IP22ZILOG_FLAG_TX_STOPPED)
drivers/tty/serial/ip22zilog.c
98
#define ZS_TX_ACTIVE(UP) ((UP)->flags & IP22ZILOG_FLAG_TX_ACTIVE)
drivers/tty/serial/pmac_zilog.h
361
#define ZS_IS_CONS(UP) ((UP)->flags & PMACZILOG_FLAG_IS_CONS)
drivers/tty/serial/pmac_zilog.h
362
#define ZS_IS_KGDB(UP) ((UP)->flags & PMACZILOG_FLAG_IS_KGDB)
drivers/tty/serial/pmac_zilog.h
363
#define ZS_IS_CHANNEL_A(UP) ((UP)->flags & PMACZILOG_FLAG_IS_CHANNEL_A)
drivers/tty/serial/pmac_zilog.h
364
#define ZS_REGS_HELD(UP) ((UP)->flags & PMACZILOG_FLAG_REGS_HELD)
drivers/tty/serial/pmac_zilog.h
365
#define ZS_TX_STOPPED(UP) ((UP)->flags & PMACZILOG_FLAG_TX_STOPPED)
drivers/tty/serial/pmac_zilog.h
366
#define ZS_TX_ACTIVE(UP) ((UP)->flags & PMACZILOG_FLAG_TX_ACTIVE)
drivers/tty/serial/pmac_zilog.h
367
#define ZS_WANTS_MODEM_STATUS(UP) ((UP)->flags & PMACZILOG_FLAG_MODEM_STATUS)
drivers/tty/serial/pmac_zilog.h
368
#define ZS_IS_IRDA(UP) ((UP)->flags & PMACZILOG_FLAG_IS_IRDA)
drivers/tty/serial/pmac_zilog.h
369
#define ZS_IS_INTMODEM(UP) ((UP)->flags & PMACZILOG_FLAG_IS_INTMODEM)
drivers/tty/serial/pmac_zilog.h
370
#define ZS_IS_OPEN(UP) ((UP)->flags & PMACZILOG_FLAG_IS_OPEN)
drivers/tty/serial/pmac_zilog.h
371
#define ZS_IS_EXTCLK(UP) ((UP)->flags & PMACZILOG_FLAG_IS_EXTCLK)
drivers/tty/serial/sunzilog.c
108
#define ZS_IS_KEYB(UP) ((UP)->flags & SUNZILOG_FLAG_CONS_KEYB)
drivers/tty/serial/sunzilog.c
109
#define ZS_IS_MOUSE(UP) ((UP)->flags & SUNZILOG_FLAG_CONS_MOUSE)
drivers/tty/serial/sunzilog.c
110
#define ZS_IS_CONS(UP) ((UP)->flags & SUNZILOG_FLAG_IS_CONS)
drivers/tty/serial/sunzilog.c
111
#define ZS_IS_KGDB(UP) ((UP)->flags & SUNZILOG_FLAG_IS_KGDB)
drivers/tty/serial/sunzilog.c
112
#define ZS_WANTS_MODEM_STATUS(UP) ((UP)->flags & SUNZILOG_FLAG_MODEM_STATUS)
drivers/tty/serial/sunzilog.c
113
#define ZS_IS_CHANNEL_A(UP) ((UP)->flags & SUNZILOG_FLAG_IS_CHANNEL_A)
drivers/tty/serial/sunzilog.c
114
#define ZS_REGS_HELD(UP) ((UP)->flags & SUNZILOG_FLAG_REGS_HELD)
drivers/tty/serial/sunzilog.c
115
#define ZS_TX_STOPPED(UP) ((UP)->flags & SUNZILOG_FLAG_TX_STOPPED)
drivers/tty/serial/sunzilog.c
116
#define ZS_TX_ACTIVE(UP) ((UP)->flags & SUNZILOG_FLAG_TX_ACTIVE)
mm/slab_common.c
1018
slab_state = UP;
mm/slab_common.c
612
return slab_state >= UP;
mm/slub.c
8489
if (slab_state >= UP) {
mm/slub.c
8509
if (slab_state <= UP)
net/core/dev.c
1865
N(UP) N(DOWN) N(REBOOT) N(CHANGE) N(REGISTER) N(UNREGISTER)
tools/testing/memblock/lib/slab.c
8
return slab_state >= UP;