Searched refs:rts (Results 51 - 75 of 136) sorted by relevance

123456

/linux-master/arch/m68k/ifpsp060/src/
H A Dpfpsp.S1436 rts # no
1445 rts # no
1457 rts
1461 rts
1466 rts
1475 rts # no
1489 rts
2307 rts
2324 rts
2348 rts
[all...]
H A Dftest.S75 rts
84 rts
137 rts
163 rts
227 rts
462 rts
821 rts
872 rts
924 rts
976 rts
[all...]
H A Dfpsp.S1437 rts # no
1446 rts # no
1458 rts
1462 rts
1467 rts
1476 rts # no
1490 rts
2308 rts
2325 rts
2349 rts
[all...]
/linux-master/arch/sh/lib/
H A Dudivsi3_i4i.S87 rts
94 rts
152 rts
211 rts
231 rts
273 rts
H A Dmemcpy-sh4.S89 9: rts
157 9: rts
233 rts
236 99: rts
343 5: rts
393 9: rts
508 rts
564 9: rts
769 rts
798 rts
[all...]
H A Dchecksum.S172 rts
361 rts
364 rts
/linux-master/arch/m68k/fpsp040/
H A Dscale.S78 rts
111 rts
139 rts
158 rts
228 rts
287 rts
293 rts
330 rts
H A Dres_func.S126 | No write is done, so simply rts.
142 rts
148 rts
156 rts
411 rts
429 | No write is done, so simply rts.
445 rts
450 rts
458 rts
625 | The rts followin
[all...]
H A Dget_op.S203 rts
213 rts
270 rts |end_getop
302 rts |end_getop
352 rts
369 rts
372 rts
439 rts
451 rts
461 rts
[all...]
H A Dx_operr.S280 rts
296 rts
299 rts
H A Dx_snan.S159 rts
181 rts
203 rts
224 rts
/linux-master/drivers/staging/vt6656/
H A Drxtx.h117 /* rts g */
119 /* rts a/b */
123 /* no rts/cts */
139 struct vnt_rrv_time_rts rts; member in struct:vnt_tx_head::__anon1146
/linux-master/drivers/usb/serial/
H A Dmxuport.c772 u8 rts; local
801 rts = MX_RTS_NO_CHANGE;
807 rts = MX_RTS_HW;
809 rts = MX_RTS_ENABLE;
816 rts = MX_RTS_HW;
818 rts = MX_RTS_ENABLE;
823 rts = MX_RTS_DISABLE;
827 if (rts != MX_RTS_NO_CHANGE)
828 err = mxuport_set_rts(port, rts);
H A Dbelkin_sa.c440 int rts = 0; local
448 rts = 1;
456 rts = 0;
466 retval = BSA_USB_CMD(BELKIN_SA_SET_RTS_REQUEST, rts);
/linux-master/drivers/tty/serial/
H A Dst-asc.c37 struct gpio_desc *rts; member in struct:asc_port
368 if (!ascport->rts)
375 gpiod_set_value(ascport->rts, mctrl & TIOCM_RTS);
521 if (ascport->rts) {
527 if (!ascport->rts && ascport->states[NO_HW_FLOWCTRL])
593 gpiod = devm_gpiod_get(port->dev, "rts", GPIOD_OUT_LOW);
597 ascport->rts = gpiod;
600 devm_gpiod_put(port->dev, ascport->rts);
601 ascport->rts = NULL;
768 asc_ports[id].rts
[all...]
/linux-master/arch/csky/abiv2/
H A Dmemmove.S85 rts
H A Dmemcpy.S81 rts
H A Dstrlen.S85 rts
/linux-master/arch/sh/kernel/
H A Drelocate_kernel.S143 rts
172 rts
/linux-master/drivers/net/wireless/ti/wl1251/
H A Dacx.c439 struct acx_rts_threshold *rts; local
442 wl1251_debug(DEBUG_ACX, "acx rts threshold");
444 rts = kzalloc(sizeof(*rts), GFP_KERNEL);
445 if (!rts)
448 rts->threshold = rts_threshold;
450 ret = wl1251_cmd_configure(wl, DOT11_RTS_THRESHOLD, rts, sizeof(*rts));
452 wl1251_warning("failed to set rts threshold: %d", ret);
457 kfree(rts);
[all...]
/linux-master/drivers/net/wan/
H A Dwanxlfw.S427 rts
442 rts
481 tx_ret: rts
557 rx_ret: rts
598 tx_end_ret: rts
630 rts
767 rts
825 rts
/linux-master/arch/sh/kernel/cpu/sh3/
H A Dentry.S143 rts
245 rts
340 rts
431 rts
497 rts
/linux-master/net/wireless/
H A Dwext-compat.c259 struct iw_param *rts = &wrqu->rts; local
266 if (rts->disabled || !rts->fixed) {
268 } else if (rts->value < 0) {
272 wdev->wiphy->rts_threshold = rts->value;
290 struct iw_param *rts = &wrqu->rts; local
293 rts->value = wdev->wiphy->rts_threshold;
294 rts
[all...]
/linux-master/arch/m68k/coldfire/
H A Dentry.S197 rts
/linux-master/drivers/staging/wlan-ng/
H A Dp80211netdev.h97 u32 rts; member in struct:p80211_frmrx

Completed in 235 milliseconds

123456