Home
last modified time | relevance | path

Searched refs:UP (Results 1 – 25 of 126) sorted by relevance

123456

/linux-6.1.9/drivers/tty/serial/ !
Dpmac_zilog.h361 #define ZS_IS_CONS(UP) ((UP)->flags & PMACZILOG_FLAG_IS_CONS) argument
362 #define ZS_IS_KGDB(UP) ((UP)->flags & PMACZILOG_FLAG_IS_KGDB) argument
363 #define ZS_IS_CHANNEL_A(UP) ((UP)->flags & PMACZILOG_FLAG_IS_CHANNEL_A) argument
364 #define ZS_REGS_HELD(UP) ((UP)->flags & PMACZILOG_FLAG_REGS_HELD) argument
365 #define ZS_TX_STOPPED(UP) ((UP)->flags & PMACZILOG_FLAG_TX_STOPPED) argument
366 #define ZS_TX_ACTIVE(UP) ((UP)->flags & PMACZILOG_FLAG_TX_ACTIVE) argument
367 #define ZS_WANTS_MODEM_STATUS(UP) ((UP)->flags & PMACZILOG_FLAG_MODEM_STATUS) argument
368 #define ZS_IS_IRDA(UP) ((UP)->flags & PMACZILOG_FLAG_IS_IRDA) argument
369 #define ZS_IS_INTMODEM(UP) ((UP)->flags & PMACZILOG_FLAG_IS_INTMODEM) argument
370 #define ZS_IS_OPEN(UP) ((UP)->flags & PMACZILOG_FLAG_IS_OPEN) argument
[all …]
Dip22zilog.c93 #define ZS_IS_CONS(UP) ((UP)->flags & IP22ZILOG_FLAG_IS_CONS) argument
94 #define ZS_IS_KGDB(UP) ((UP)->flags & IP22ZILOG_FLAG_IS_KGDB) argument
95 #define ZS_WANTS_MODEM_STATUS(UP) ((UP)->flags & IP22ZILOG_FLAG_MODEM_STATUS) argument
96 #define ZS_IS_CHANNEL_A(UP) ((UP)->flags & IP22ZILOG_FLAG_IS_CHANNEL_A) argument
97 #define ZS_REGS_HELD(UP) ((UP)->flags & IP22ZILOG_FLAG_REGS_HELD) argument
98 #define ZS_TX_STOPPED(UP) ((UP)->flags & IP22ZILOG_FLAG_TX_STOPPED) argument
99 #define ZS_TX_ACTIVE(UP) ((UP)->flags & IP22ZILOG_FLAG_TX_ACTIVE) argument
Dsunzilog.c108 #define ZS_IS_KEYB(UP) ((UP)->flags & SUNZILOG_FLAG_CONS_KEYB) argument
109 #define ZS_IS_MOUSE(UP) ((UP)->flags & SUNZILOG_FLAG_CONS_MOUSE) argument
110 #define ZS_IS_CONS(UP) ((UP)->flags & SUNZILOG_FLAG_IS_CONS) argument
111 #define ZS_IS_KGDB(UP) ((UP)->flags & SUNZILOG_FLAG_IS_KGDB) argument
112 #define ZS_WANTS_MODEM_STATUS(UP) ((UP)->flags & SUNZILOG_FLAG_MODEM_STATUS) argument
113 #define ZS_IS_CHANNEL_A(UP) ((UP)->flags & SUNZILOG_FLAG_IS_CHANNEL_A) argument
114 #define ZS_REGS_HELD(UP) ((UP)->flags & SUNZILOG_FLAG_REGS_HELD) argument
115 #define ZS_TX_STOPPED(UP) ((UP)->flags & SUNZILOG_FLAG_TX_STOPPED) argument
116 #define ZS_TX_ACTIVE(UP) ((UP)->flags & SUNZILOG_FLAG_TX_ACTIVE) argument
/linux-6.1.9/Documentation/networking/ !
Dvrf.rst188 …11: mgmt: <NOARP,MASTER,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default…
191 …12: red: <NOARP,MASTER,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default …
194 …13: blue: <NOARP,MASTER,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default…
197 …14: green: <NOARP,MASTER,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group defaul…
205 mgmt UP 72:b3:ba:91:e2:24 <NOARP,MASTER,UP,LOWER_UP>
206 red UP b6:6f:6e:f6:da:73 <NOARP,MASTER,UP,LOWER_UP>
207 blue UP 36:62:e8:7d:bb:8c <NOARP,MASTER,UP,LOWER_UP>
208 green UP e6:28:b8:63:70:bb <NOARP,MASTER,UP,LOWER_UP>
237 …3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master red state UP mode DEFA…
239 …4: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master red state UP mode DEFA…
[all …]
Dnet_failover.rst65 be brought UP during live migration to allow uninterrupted communication.
76 …4: ens10: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
84 …7: ens11: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master ens10 state UP group default …
/linux-6.1.9/arch/alpha/kernel/ !
Dmachvec_impl.h75 #define IO_LITE(UP,low) \ argument
76 .hae_register = (unsigned long *) CAT(UP,_HAE_ADDRESS), \
77 .iack_sc = CAT(UP,_IACK_SC), \
100 #define IO(UP,low) \ argument
101 IO_LITE(UP,low), \
/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/ !
Drtl819x_TSProc.c296 u8 UP = 0; in GetTs() local
307 UP = 0; in GetTs()
318 UP = 0; in GetTs()
323 UP = 2; in GetTs()
328 UP = 5; in GetTs()
333 UP = 7; in GetTs()
341 UP, in GetTs()
347 IEEE80211_DEBUG(IEEE80211_DL_TS, "add new TS failed(tid:%d)\n", UP); in GetTs()
382 … IEEE80211_DEBUG(IEEE80211_DL_TS, "to init current TS, UP:%d, Dir:%d, addr:%pM\n", UP, Dir, Addr); in GetTs()
385 pTSInfo->uc_tsid = UP; // TSID in GetTs()
[all …]
/linux-6.1.9/drivers/staging/rtl8192e/ !
Drtl819x_TSProc.c291 u8 UP = 0; in GetTs() local
303 UP = 0; in GetTs()
308 UP = 0; in GetTs()
312 UP = 2; in GetTs()
316 UP = 5; in GetTs()
320 UP = 7; in GetTs()
329 *ppTS = SearchAdmitTRStream(ieee, Addr, UP, TxRxSelect); in GetTs()
334 netdev_dbg(ieee->dev, "add new TS failed(tid:%d)\n", UP); in GetTs()
370 UP, Dir, Addr, *ppTS); in GetTs()
372 pTSInfo->field.ucTSID = UP; in GetTs()
[all …]
/linux-6.1.9/Documentation/RCU/ !
DUP.rst6 A common misconception is that, on UP systems, the call_rcu() primitive
92 even on a UP system. So do not do it! Even on a UP system, the RCU
97 UP systems, including PREEMPT SMP builds running on UP systems.
100 Why can't synchronize_rcu() return immediately on UP systems running
136 Why can't synchronize_rcu() return immediately on UP systems
Dindex.rst26 UP
/linux-6.1.9/Documentation/misc-devices/ !
Dspear-pcie-gadget.rst56 link write UP to enable ltsmm DOWN to disable
122 # echo UP >> link
132 Wait till it returns UP.
152 # echo UP >> link
158 An application can repetitively read this node till link is found UP. It can
/linux-6.1.9/Documentation/translations/zh_CN/locking/ !
Dspinlocks.rst28 将保证在该锁保护的区域内只有一个控制线程。即使在单处理器(UP)下也能很好的工作,
29 所以代码 _不_ 需要担心UP还是SMP的问题:自旋锁在两种情况下都能正常工作。
/linux-6.1.9/arch/mips/mm/ !
Dmmap.c27 enum mmap_allocation_direction {UP, DOWN}; enumerator
105 addr0, len, pgoff, flags, UP); in arch_get_unmapped_area()
/linux-6.1.9/arch/loongarch/mm/ !
Dmmap.c18 enum mmap_allocation_direction {UP, DOWN}; enumerator
96 addr0, len, pgoff, flags, UP); in arch_get_unmapped_area()
/linux-6.1.9/drivers/clk/tegra/ !
Dcvb.c40 UP enumerator
61 min_mv = round_voltage(table->min_millivolts, align, UP); in build_opp_table()
/linux-6.1.9/tools/testing/memblock/lib/ !
Dslab.c8 return slab_state >= UP; in slab_is_available()
/linux-6.1.9/Documentation/userspace-api/media/rc/ !
Drc-tables.rst347 - VOLUME+ / VOLUME UP
391 - CHANNEL + / CHANNEL UP / UP
683 - UP
743 - On simpler IR's, without separate channel keys, you need to map UP
/linux-6.1.9/arch/x86/lib/ !
Dcmpxchg8b_emu.S19 # Emulate 'cmpxchg8b (%esi)' on UP except we don't
/linux-6.1.9/Documentation/devicetree/bindings/serio/ !
Daltera_ps2.txt1 Altera UP PS/2 controller
/linux-6.1.9/Documentation/networking/device_drivers/ethernet/ti/ !
Dam65_nuss_cpsw_switchdev.rst40 This can be done regardless of the state of Port's netdev devices - UP/DOWN, but
41 Port's netdev devices have to be in UP before joining to the bridge to avoid
43 configuration when first port changes its state to UP.
/linux-6.1.9/Documentation/devicetree/bindings/mips/img/ !
Dxilfpga.txt4 Under the Imagination University Program, a microAptiv UP core has been
18 - microAptiv UP core m14Kc
/linux-6.1.9/Documentation/translations/zh_CN/core-api/ !
Dlocal_ops.rst49 这可以通过稍微修改标准的原子操作来实现:只有它们的UP变体必须被保留。这通常
51 UP之间没有不同的行为,在你的架构的 ``local.h`` 中包括 ``asm-generic/local.h``
/linux-6.1.9/Documentation/devicetree/bindings/timer/ !
Dsnps,archs-rtc.txt2 - clocksource provider for UP SoC
/linux-6.1.9/arch/arc/boot/dts/ !
Daxs103.dts8 * AXC003 FPGA Card (with UP bitfile)
/linux-6.1.9/drivers/net/fddi/ !
DKconfig48 - SK-5521 (SK-NET FDDI-UP)
49 - SK-5522 (SK-NET FDDI-UP DAS)

123456