Searched refs:up (Results 26 - 50 of 840) sorted by relevance

1234567891011>>

/linux-master/drivers/scsi/
H A Daha1542.h73 #define scsi2int(up) ( (((long)*(up)) << 16) + (((long)(up)[1]) << 8) + ((long)(up)[2]) )
75 #define xscsi2int(up) ( (((long)(up)[0]) << 24) + (((long)(up)[1]) << 16) \
76 + (((long)(up)[2]) << 8) + ((long)(up)[3]) )
/linux-master/lib/crypto/mpi/
H A Dmpi-mul.c19 mpi_ptr_t up, vp, wp; local
29 up = v->d;
36 up = u->d;
47 if (wp == up || wp == vp) {
55 if (wp == up) {
57 up = tmp_limb = mpi_alloc_limb_space(usize);
60 vp = up;
62 MPN_COPY(up, wp, usize);
74 mpihelp_mul(wp, up, usize, vp, vsize, &cy);
H A Dgeneric_mpih-lshift.c28 mpihelp_lshift(mpi_ptr_t wp, mpi_ptr_t up, mpi_size_t usize, unsigned int cnt) argument
39 low_limb = up[i];
43 low_limb = up[i];
H A Dgeneric_mpih-rshift.c29 mpihelp_rshift(mpi_ptr_t wp, mpi_ptr_t up, mpi_size_t usize, unsigned cnt) argument
39 high_limb = up[0];
43 high_limb = up[i];
H A Dmpi-add.c22 mpi_ptr_t wp, up; local
36 up = u->d;
44 cy = mpihelp_add_1(wp, up, usize, v);
51 if (usize == 1 && up[0] < v) {
52 wp[0] = v - up[0];
55 mpihelp_sub_1(wp, up, usize, v);
69 mpi_ptr_t wp, up, vp; local
81 up = v->d;
91 up = u->d;
98 MPN_COPY(wp, up, usiz
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dwith_tunnels.sh17 ip link set "ipip_${SUFFIX}" up
18 ip link set "gre_${SUFFIX}" up
19 ip link set "sit_${SUFFIX}" up
/linux-master/include/net/caif/
H A Dcfmuxl.h15 int cfmuxl_set_uplayer(struct cflayer *layr, struct cflayer *up, u8 linkid);
17 int cfmuxl_set_dnlayer(struct cflayer *layr, struct cflayer *up, u8 phyid);
/linux-master/kernel/
H A Duser.c121 static void uid_hash_insert(struct user_struct *up, struct hlist_head *hashent) argument
123 hlist_add_head(&up->uidhash_node, hashent);
126 static void uid_hash_remove(struct user_struct *up) argument
128 hlist_del_init(&up->uidhash_node);
145 static int user_epoll_alloc(struct user_struct *up) argument
148 return percpu_counter_init(&up->epoll_watches, 0, GFP_KERNEL);
154 static void user_epoll_free(struct user_struct *up) argument
157 percpu_counter_destroy(&up->epoll_watches);
165 static void free_user(struct user_struct *up, unsigned long flags)
168 uid_hash_remove(up); variable
170 user_epoll_free(up); variable
191 free_uid(struct user_struct *up) argument
206 struct user_struct *up, *new; local
[all...]
/linux-master/drivers/tty/serial/8250/
H A D8250_em.c142 static u32 serial8250_em_serial_dl_read(struct uart_8250_port *up) argument
144 return serial_in(up, UART_DLL_EM) | serial_in(up, UART_DLM_EM) << 8;
147 static void serial8250_em_serial_dl_write(struct uart_8250_port *up, u32 value) argument
149 serial_out(up, UART_DLL_EM, value & 0xff);
150 serial_out(up, UART_DLM_EM, value >> 8 & 0xff);
157 struct uart_8250_port up; local
178 memset(&up, 0, sizeof(up));
179 up
[all...]
H A D8250_rt288x.c55 static u32 au_serial_dl_read(struct uart_8250_port *up) argument
57 return __raw_readl(up->port.membase + RT288X_DL);
60 static void au_serial_dl_write(struct uart_8250_port *up, u32 value) argument
62 __raw_writel(value, up->port.membase + RT288X_DL);
84 struct uart_8250_port *up = up_to_u8250p(p); local
90 up->dl_read = au_serial_dl_read;
91 up->dl_write = au_serial_dl_write;
95 up->bugs |= UART_BUG_NOMSR;
H A D8250_bcm7271.c213 struct uart_port *up; member in struct:brcmuart_priv
439 static void brcmuart_rx_buf_done_isr(struct uart_port *up, int index) argument
441 struct brcmuart_priv *priv = up->private_data;
442 struct tty_port *tty_port = &up->state->port;
452 dev_err(up->dev, "RX done interrupt but DATA_RDY not found\n");
459 up->icount.overrun++;
460 dev_warn(up->dev, "RX OVERRUN Error\n");
463 up->icount.frame++;
464 dev_warn(up->dev, "RX FRAMING Error\n");
467 up
495 brcmuart_rx_isr(struct uart_port *up, u32 rx_isr) argument
536 brcmuart_tx_isr(struct uart_port *up, u32 isr) argument
555 struct uart_port *up = dev_id; local
588 struct uart_8250_port *up = up_to_u8250p(port); local
625 struct uart_8250_port *up = up_to_u8250p(port); local
707 set_clock_mux(struct uart_port *up, struct brcmuart_priv *priv, u32 baud) argument
774 brcmstb_set_termios(struct uart_port *up, struct ktermios *termios, const struct ktermios *old) argument
795 struct uart_8250_port *up = up_to_u8250p(p); local
843 struct uart_8250_port *up = up_to_u8250p(p); local
960 struct uart_8250_port up; local
1137 struct uart_8250_port *up = serial8250_get_port(priv->line); local
1159 struct uart_8250_port *up = serial8250_get_port(priv->line); local
[all...]
/linux-master/include/linux/
H A Dserial_8250.h23 * @dl_read: ``u32 ()(struct uart_8250_port *up)``
27 * @dl_write: ``void ()(struct uart_8250_port *up, u32 value)``
51 u32 (*dl_read)(struct uart_8250_port *up);
52 void (*dl_write)(struct uart_8250_port *up, u32 value);
160 u32 (*dl_read)(struct uart_8250_port *up);
161 void (*dl_write)(struct uart_8250_port *up, u32 value);
172 static inline struct uart_8250_port *up_to_u8250p(struct uart_port *up) argument
174 return container_of(up, struct uart_8250_port, port);
199 u16 serial8250_rx_chars(struct uart_8250_port *up, u16 lsr);
200 void serial8250_read_char(struct uart_8250_port *up, u1
[all...]
/linux-master/net/caif/
H A Dcfmuxl.c86 int cfmuxl_set_uplayer(struct cflayer *layr, struct cflayer *up, u8 linkid) argument
98 list_add_rcu(&up->node, &muxl->srvl_list);
125 struct cflayer *up; local
127 up = rcu_dereference(muxl->up_cache[idx]);
128 if (up == NULL || up->id != id) {
130 up = get_from_id(&muxl->srvl_list, id);
131 rcu_assign_pointer(muxl->up_cache[idx], up);
134 return up;
153 struct cflayer *up; local
179 struct cflayer *up; local
[all...]
H A Dcfsrvl.c32 if (layr->up == NULL || layr->up->ctrlcmd == NULL)
38 layr->up->ctrlcmd(layr->up, ctrl, phyid);
43 layr->up->ctrlcmd(layr->up, ctrl, phyid);
49 layr->up->ctrlcmd(layr->up,
57 layr->up->ctrlcmd(layr->up,
[all...]
/linux-master/tools/testing/selftests/net/hsr/
H A Dhsr_redbox.sh83 ip -n "${ns1}" link set ns1eth1 up
84 ip -n "${ns1}" link set ns1eth2 up
86 ip -n "${ns2}" link set ns2eth1 up
87 ip -n "${ns2}" link set ns2eth2 up
88 ip -n "${ns2}" link set ns2eth3 up
91 ip -n "${ns3}" link set ns3br1 up
92 ip -n "${ns3}" link set ns3eth1 master ns3br1 up
93 ip -n "${ns3}" link set ns3eth2 master ns3br1 up
94 ip -n "${ns3}" link set ns3eth3 master ns3br1 up
96 ip -n "${ns4}" link set ns4eth1 up
[all...]
/linux-master/drivers/tty/serial/
H A Drp2.c232 static void rp2_rmw(struct rp2_uart_port *up, int reg, argument
235 u32 tmp = readl(up->base + reg);
238 writel(tmp, up->base + reg);
241 static void rp2_rmw_clr(struct rp2_uart_port *up, int reg, u32 val) argument
243 rp2_rmw(up, reg, val, 0);
246 static void rp2_rmw_set(struct rp2_uart_port *up, int reg, u32 val) argument
248 rp2_rmw(up, reg, 0, val);
251 static void rp2_mask_ch_irq(struct rp2_uart_port *up, int ch_num, argument
256 spin_lock_irqsave(&up->card->card_lock, flags);
258 irq_mask = readl(up
270 struct rp2_uart_port *up = port_to_up(port); local
287 struct rp2_uart_port *up = port_to_up(port); local
336 __rp2_uart_set_termios(struct rp2_uart_port *up, unsigned long cfl, unsigned long ifl, unsigned int baud_div) argument
375 struct rp2_uart_port *up = port_to_up(port); local
396 rp2_rx_chars(struct rp2_uart_port *up) argument
427 rp2_tx_chars(struct rp2_uart_port *up) argument
438 rp2_ch_interrupt(struct rp2_uart_port *up) argument
487 rp2_flush_fifos(struct rp2_uart_port *up) argument
499 struct rp2_uart_port *up = port_to_up(port); local
513 struct rp2_uart_port *up = port_to_up(port); local
606 rp2_init_port(struct rp2_uart_port *up, const struct firmware *fw) argument
[all...]
/linux-master/fs/jfs/
H A Djfs_unicode.h126 wchar_t *up; local
128 up = upin;
129 while (*up) { /* For all characters */
130 *up = UniToupper(*up);
131 up++;
/linux-master/tools/testing/selftests/net/
H A Din_netns.sh12 ip -netns "${NETNS}" link set lo up
H A Dip6_gre_headroom.sh12 ip link set dev h1 up
17 ip link set dev vh3 up
18 ip link set dev h3 up
20 ip link set dev swp3 up
24 ip link set dev swp1 up
29 ip link set dev er6 up
33 ip link set dev gt6 up
/linux-master/tools/testing/selftests/net/forwarding/
H A Dmirror_topo_lib.sh60 ip link set dev $swp3 up
64 ip link set dev br1 up
67 ip link set dev $swp1 up
70 ip link set dev $swp2 up
H A Dbridge_sticky_fdb.sh16 ip link set dev br0 up
17 ip link set dev $h1 up
18 ip link set dev $swp1 up
19 ip link set dev $h2 up
20 ip link set dev $swp2 up
H A Drouter_vid_1.sh36 ip link set dev vrf-h1 up
38 ip link set dev $h1 up
60 ip link set dev vrf-h2 up
62 ip link set dev $h2 up
83 ip link set dev $rp1 up
84 ip link add link $rp1 name $rp1.1 up type vlan id 1
89 ip link set dev $rp2 up
90 ip link add link $rp2 name $rp2.1 up type vlan id 1
/linux-master/drivers/thunderbolt/
H A Dclx.c210 struct tb_port *up, *down; local
222 up = tb_upstream_port(sw);
225 clx = tb_port_clx(up);
239 struct tb_port *up, *down; local
245 up = tb_upstream_port(sw);
247 ret = tb_port_pm_secondary_enable(up);
322 struct tb_port *up, *down; local
349 up = tb_upstream_port(sw);
352 up_clx_support = tb_port_clx_supported(up, clx);
355 tb_port_dbg(up, "CL
399 struct tb_port *up, *down; local
[all...]
/linux-master/fs/ntfs3/
H A Dlznt.c145 const u8 *up = unc; local
163 while (up < unc_end) {
166 while (unc + s_max_off[idx] < up)
170 max_len = up + 3 <= unc_end ? (*match)(up, ctx) : 0;
175 not_zero |= *cp++ = *up++;
179 t16 = make_pair(up - ctx->best_match, max_len, idx);
184 up += max_len;
230 u8 *up = unc; local
238 while (up < unc_en
[all...]
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dextack.sh22 ip link set dev $swp1 up
23 ip link set dev $swp2 up
40 ip link set dev br1 up
41 ip link add name vx1 up type vxlan id 1000 \
53 ip link set dev br2 up
54 ip link add name vx2 up type vxlan id 2000 \
69 ip link set dev vx2 up &>/dev/null
72 ip link set dev vx2 up 2>&1 >/dev/null | grep -q mlxsw_spectrum
90 ip link set dev br1 up
93 ip link add name vx1 up typ
[all...]

Completed in 186 milliseconds

1234567891011>>