Home
last modified time | relevance | path

Searched refs:rts (Results 1 – 166 of 166) sorted by relevance

/linux-4.1.27/arch/m68k/math-emu/
Dfp_entry.S127 rts
132 rts
137 rts
142 rts
147 rts
152 rts
157 rts
162 rts
177 rts
182 rts
[all …]
Dfp_cond.S196 rts
203 1: rts
214 1: rts
225 2: rts
236 1: rts
247 2: rts
256 1: rts
263 1: rts
270 rts
279 1: rts
[all …]
Dfp_util.S60 rts
71 rts
113 rts
122 rts
146 rts
191 rts
Dfp_scan.S396 rts
471 rts
/linux-4.1.27/arch/blackfin/mach-bf561/
Datomic.S56 rts;
82 rts;
99 rts;
140 rts;
189 rts;
250 rts
289 rts;
317 rts;
352 rts;
357 rts;
[all …]
/linux-4.1.27/arch/blackfin/kernel/
Dfixed_code.S42 rts;
61 rts;
76 rts;
91 rts;
106 rts;
121 rts;
136 rts;
Dftrace-entry.S22 rts;
70 rts;
114 rts;
147 rts;
205 rts;
/linux-4.1.27/arch/m68k/fpsp040/
Dsto_res.S43 rts
53 rts
56 rts
59 rts
62 rts
76 rts
86 rts
89 rts
92 rts
95 rts
Dutil.S292 rts
299 rts
312 rts
353 rts
399 rts
405 rts
411 rts
418 rts
427 rts
431 rts
[all …]
Dx_store.S59 rts
64 rts
69 rts
74 rts
76 rts
234 rts
240 bral reg_dest |size is X, rts in reg_dest will
Dkernel_ex.S90 rts
101 rts
122 rts
125 rts
322 rts
340 rts
350 rts
Ddo_func.S96 rts
197 rts
219 rts
241 rts
408 rts
522 rts
529 rts
535 rts
542 rts
549 rts
[all …]
Dround.S176 rts
206 rts
226 rts
247 rts
250 rts
266 rts
323 rts
339 rts
379 rts
396 rts
[all …]
Dsgetem.S53 rts
62 rts
86 rts
138 rts
Dres_func.S429 | No write is done, so simply rts.
445 rts
450 rts
458 rts
625 | The rts following the frcfpn routine is the exit from res_func
733 rts |then ; it is either a zero of norm,
737 rts
1172 rts
1183 rts
1186 rts
[all …]
Dget_op.S647 rts
651 rts
659 rts
671 rts
674 rts
Dscale.S78 rts
111 rts
139 rts
158 rts
Dx_snan.S159 rts
181 rts
203 rts
224 rts
Dx_operr.S280 rts
296 rts
299 rts
Dsint.S205 rts
244 rts
Dskeleton.S455 rts
464 rts
Dbinstr.S138 rts
Dslogn.S469 rts
Ddecbin.S504 rts
Dsrem_mod.S388 rts
Dbugfix.S493 rts
/linux-4.1.27/arch/sh/lib/
Dlshrsi3.S113 rts
123 rts
133 rts
144 rts
154 rts
165 rts
176 rts
188 rts
192 rts
Dashlsi3.S113 rts
123 rts
133 rts
144 rts
154 rts
165 rts
176 rts
188 rts
192 rts
Dashiftrt.S79 rts
96 rts
114 rts
145 rts
148 rts
Dudivsi3.S40 div1 r5,r4; div1 r5,r4; div1 r5,r4; rts; div1 r5,r4
46 rts; div1 r5,r4
70 rts
86 rts
Dashrsi3.S111 rts
129 rts
148 rts
180 rts
184 rts
Dmcount.S30 rts; \
92 rts
200 rts
250 rts
271 rts
Ddiv64.S39 rts
44 rts
Dmovmem.S77 rts
176 rts
194 rts
227 rts
237 rts
Dudiv_qrnnd.S67 rts
80 0: rts
Dudivsi3_i4i.S108 rts
115 rts
173 rts
232 rts
252 rts
294 rts
D__clear_user.S86 .Ldone: rts
93 rts
Dmemchr.S25 3: rts
Dmemcpy-sh4.S88 9: rts
156 9: rts
232 rts
235 99: rts
342 5: rts
392 9: rts
768 rts
797 rts
Dudivsi3_i4i-Os.S82 div1 r5,r4; div1 r5,r4; rts; div1 r5,r4
90 rts
Dmemset.S57 rts
Dstrlen.S69 rts
Dcopy_page.S66 rts
162 rts
388 rts
Dmemset-sh4.S106 rts
Dchecksum.S175 rts
416 rts
/linux-4.1.27/drivers/net/irda/
Desi-sir.c99 int dtr, rts; in esi_change_speed() local
104 rts = FALSE; in esi_change_speed()
107 dtr = rts = TRUE; in esi_change_speed()
115 rts = TRUE; in esi_change_speed()
120 sirdev_set_dtr_rts(dev, dtr, rts); in esi_change_speed()
Dsir-dev.h94 int (*set_dtr_rts)(struct sir_dev *dev, int dtr, int rts);
119 int sirdev_set_dtr_rts(struct sir_dev *dev, int dtr, int rts);
146 static inline int sirdev_schedule_dtr_rts(struct sir_dev *dev, int dtr, int rts) in sirdev_schedule_dtr_rts() argument
150 dtrrts = ((dtr) ? 0x02 : 0x00) | ((rts) ? 0x01 : 0x00); in sirdev_schedule_dtr_rts()
Dirtty-sir.c145 static int irtty_set_dtr_rts(struct sir_dev *dev, int dtr, int rts) in irtty_set_dtr_rts() argument
154 if (rts) in irtty_set_dtr_rts()
Dsir_dev.c418 int sirdev_set_dtr_rts(struct sir_dev *dev, int dtr, int rts) in sirdev_set_dtr_rts() argument
422 ret = dev->drv->set_dtr_rts(dev, dtr, rts); in sirdev_set_dtr_rts()
/linux-4.1.27/drivers/usb/serial/
Dopticon.c44 bool rts; member
135 priv->rts = false; in opticon_open()
293 if (priv->rts) in opticon_tiocmget()
309 bool rts; in opticon_tiocmset() local
316 rts = priv->rts; in opticon_tiocmset()
318 priv->rts = true; in opticon_tiocmset()
320 priv->rts = false; in opticon_tiocmset()
321 changed = rts ^ priv->rts; in opticon_tiocmset()
327 ret = send_control_msg(port, CONTROL_RTS, !rts); in opticon_tiocmset()
Dkobil_sct.c417 int rts = 0; in kobil_tiocmset() local
428 rts = 1; in kobil_tiocmset()
432 rts = 0; in kobil_tiocmset()
451 if (rts != 0) in kobil_tiocmset()
459 ((rts != 0) ? SUSBCR_SSL_SETRTS : SUSBCR_SSL_CLRRTS), in kobil_tiocmset()
Dbelkin_sa.c456 int rts = 0; in belkin_sa_tiocmset() local
464 rts = 1; in belkin_sa_tiocmset()
472 rts = 0; in belkin_sa_tiocmset()
482 retval = BSA_USB_CMD(BELKIN_SA_SET_RTS_REQUEST, rts); in belkin_sa_tiocmset()
Dmxuport.c783 u8 rts; in mxuport_set_termios_flow() local
812 rts = MX_RTS_NO_CHANGE; in mxuport_set_termios_flow()
818 rts = MX_RTS_HW; in mxuport_set_termios_flow()
820 rts = MX_RTS_ENABLE; in mxuport_set_termios_flow()
827 rts = MX_RTS_HW; in mxuport_set_termios_flow()
829 rts = MX_RTS_ENABLE; in mxuport_set_termios_flow()
834 rts = MX_RTS_DISABLE; in mxuport_set_termios_flow()
838 if (rts != MX_RTS_NO_CHANGE) in mxuport_set_termios_flow()
839 err = mxuport_set_rts(port, rts); in mxuport_set_termios_flow()
Dkeyspan_usa28msg.h115 rts, // 1=on, 0=off member
Dkeyspan_usa49msg.h157 rts, // 1=active, 0=inactive member
Dkeyspan_usa90msg.h83 rts, // 1=on, 0=off member
Ddigi_acceleport.c1488 unsigned int rts; in digi_read_oob_callback() local
1511 rts = 0; in digi_read_oob_callback()
1513 rts = tty->termios.c_cflag & CRTSCTS; in digi_read_oob_callback()
1521 if (rts) in digi_read_oob_callback()
Dkeyspan.c1747 msg.rts = p_priv->rts_state; in keyspan_usa28_send_setup()
1953 msg.rts = p_priv->rts_state; in keyspan_usa49_send_setup()
2104 msg.rts = p_priv->rts_state; in keyspan_usa90_send_setup()
/linux-4.1.27/arch/m68k/ifpsp060/
Dos.S95 rts
102 rts
128 rts
135 rts
156 rts
158 rts
192 rts
194 rts
227 rts
229 rts
[all …]
DTEST.DOC181 rts
185 rts
192 rts
Diskeleton.S230 rts
266 rts
/linux-4.1.27/arch/m68k/ifpsp060/src/
Disp.S1006 rts
1010 rts
1014 rts
1018 rts
1022 rts
1026 rts
1030 rts
1034 rts
1048 rts
1059 rts
[all …]
Dpfpsp.S1436 rts # no
1445 rts # no
1489 rts
2307 rts
2324 rts
2348 rts
2359 rts
3897 rts
3927 rts
3931 rts
[all …]
Dfpsp.S1437 rts # no
1446 rts # no
1490 rts
2308 rts
2325 rts
2349 rts
2360 rts
7628 rts
7632 rts
7641 rts
[all …]
Dftest.S75 rts
84 rts
137 rts
163 rts
227 rts
462 rts
821 rts
872 rts
924 rts
976 rts
[all …]
Dfplsp.S616 rts
674 rts
732 rts
793 rts
851 rts
909 rts
970 rts
1028 rts
1086 rts
1147 rts
[all …]
Dilsp.S317 rts
446 rts
476 rts
601 rts
Ditest.S59 rts
68 rts
155 rts
380 rts
1000 rts
1261 rts
1436 rts
1962 rts
2613 rts
5616 rts
[all …]
/linux-4.1.27/arch/sh/boards/mach-kfr2r09/
Dsdram.S32 rts
53 rts
77 rts
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dmarvell,armada-370-pinctrl.txt24 mpp8 8 gpio, ge0(txd2), uart0(rts), tdm(drx), audio(bclk)
43 mpp22 22 gpo, ge0(txd6), ge1(txd2), uart0(rts)
61 mpp40 40 gpio, dev(ad1), uart1(rts), uart0(rts)
69 mpp48 48 gpio, dev(ad9), uart0(rts), sd0(cmd), sata1(prsnt),
86 mpp58 58 gpio, dev(cs0), uart1(rts), tdm(int), audio(extclk),
87 uart0(rts)
88 mpp59 59 gpo, dev(ale0), uart1(rts), uart0(rts), audio(bclk)
Dmarvell,kirkwood-pinctrl.txt32 mpp8 8 gpio, twsi0(sda), uart0(rts), uart1(rts), ptp(clk),
42 mpp15 15 gpio, sdio(d1), uart0(rts), uart1(txd)
70 mpp8 8 gpio, twsi0(sda), uart0(rts), uart1(rts), ptp(clk),
80 mpp15 15 gpio, sdio(d1), uart0(rts), uart1(txd), sata0(act)
114 mpp8 8 gpio, twsi0(sda), uart0(rts), uart1(rts), ptp(clk),
124 mpp15 15 gpio, sdio(d1), uart0(rts), uart1(txd), sata0(act)
163 mpp8 8 gpio, twsi0(sda), uart0(rts), uart1(rts), ptp(clk),
173 mpp15 15 gpio, sdio(d1), uart0(rts), uart1(txd), sata0(act)
226 mpp8 8 gpio, twsi0(sda), uart0(rts), uart1(rts), mii(col),
236 mpp15 15 gpio, sdio(d1), uart0(rts), uart1(txd), sata0(act),
[all …]
Dmarvell,armada-39x-pinctrl.txt21 mpp4 4 gpio, ua1(txd), ua0(rts), smi(mdc)
37 mpp20 20 gpio, sata0(present) [1], ua0(rts), ua1(txd), smi(mdc)
42 mpp25 25 gpio, spi0(cs0), ua0(rts), ua1(txd), sd(d5), dev(cs0)
57 mpp40 40 gpio, i2c1(sda), ua0(rts), sd(d2), dev(ad6), ge(rxd3)
59 mpp42 42 gpio, ua1(txd), ua0(rts), dev(ad7)
73 mpp56 56 gpio, ua1(rts), m(decc), spi1(mosi), ua1(txd)
Dmarvell,armada-38x-pinctrl.txt22 mpp4 4 gpio, ge(mdc), ua1(txd), ua0(rts)
38 mpp20 20 gpio, ge0(txclk), ptp(clk), sata0(prsnt), ua0(rts)
43 mpp25 25 gpio, spi0(cs0), ua0(rts), ua1(txd), sd0(d5), dev(cs0)
58 mpp40 40 gpio, i2c1(sda), ge1(rxd3), ua0(rts), sd0(d2), dev(ad6)
60 mpp42 42 gpio, ua1(txd), ua0(rts), dev(ad7)
74 mpp56 56 gpio, ua1(rts), ge(mdc), m(decc_err), spi1(mosi)
Dmarvell,armada-xp-pinctrl.txt62 mpp41 41 gpio, spi(cs2), uart2(rts), lcd(vga-vsync), sata1(prsnt),
65 mpp43 43 gpio, uart2(txd), uart0(rts), spi(cs3), pcie(rstout)
68 mpp45 45 gpio, uart2(rts), uart3(txd), spi(cs5), sata1(prsnt)
69 mpp46 46 gpio, uart3(rts), uart1(rts), spi(cs6), sata0(prsnt)
Dmarvell,dove-pinctrl.txt18 mpp0 0 gpio, pmu, uart2(rts), sdio0(cd), lcd0(pwm), pmu*
21 uart1(rts), pmu*
24 mpp4 4 gpio, pmu, uart3(rts), sdio1(cd), spi1(miso), pmu*
33 mpp12 12 gpio, pmu, uart2(rts), audio0(extclk), sdio1(cd),
39 mpp16 16 gpio, uart3(rts), sdio0(cd), ac97(sdi1), lcd-spi(cs1)
Dmarvell,orion-pinctrl.txt66 mpp19 19 uart1(rts), ge(rxd7), gpio
91 mpp19 19 uart1(rts), ge(rxd7)
Dmarvell,armada-375-pinctrl.txt40 mpp24 24 gpio, led(p0), ge1(rxd0), sd(cmd), uart0(rts)
42 mpp26 26 gpio, pcie0(clkreq), ge1(rxd2), sd(d2), uart1(rts)
Dlantiq,xway-pinumx.txt42 spi_cs4, spi_cs5, spi_cs6, asc0, asc0 cts rts, stp, nmi , gpt1, gpt2,
/linux-4.1.27/Documentation/devicetree/bindings/serial/
Drs485.txt9 - rs485-rts-delay: prop-encoded-array <a b> where:
10 * a is the delay between rts signal and beginning of data sent in milliseconds.
12 * b is the delay between end of data sent and rts signal in milliseconds
29 rs485-rts-delay = <0 200>; // in milliseconds
Dsirf-uart.txt14 - rts-gpios: RTS pin for USP-based UART if sirf,uart-has-rtscts is true
28 On the board-specific dts, we can put rts-gpios and cts-gpios like
33 rts-gpios = <&gpio 15 0>;
Datmel-usart.txt17 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD line respectively.
40 rts-gpios = <&pioD 15 GPIO_ACTIVE_LOW>;
Dfsl-imx-uart.txt9 - fsl,uart-has-rtscts : Indicate the uart has rts and cts
Dcirrus,clps711x-uart.txt11 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD
Dfsl-mxs-auart.txt17 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac_wx.c248 if (wrqu->rts.disabled || !wrqu->rts.fixed) in ieee80211_wx_set_rts()
249 ieee->rts = DEFAULT_RTS_THRESHOLD; in ieee80211_wx_set_rts()
252 if (wrqu->rts.value < MIN_RTS_THRESHOLD || in ieee80211_wx_set_rts()
253 wrqu->rts.value > MAX_RTS_THRESHOLD) in ieee80211_wx_set_rts()
255 ieee->rts = wrqu->rts.value; in ieee80211_wx_set_rts()
265 wrqu->rts.value = ieee->rts; in ieee80211_wx_get_rts()
266 wrqu->rts.fixed = 0; /* no auto select */ in ieee80211_wx_get_rts()
267 wrqu->rts.disabled = (wrqu->rts.value == DEFAULT_RTS_THRESHOLD); in ieee80211_wx_get_rts()
Dieee80211_tx.c461 if (skb->len > ieee->rts) in ieee80211_query_protectionmode()
502 if (skb->len > ieee->rts) in ieee80211_query_protectionmode()
Dieee80211.h1875 u16 rts; /* RTS threshold */ member
/linux-4.1.27/arch/sh/boards/mach-ecovec24/
Dsdram.S32 rts
53 rts
105 rts
/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib_softmac_wx.c261 if (wrqu->rts.disabled || !wrqu->rts.fixed) in rtllib_wx_set_rts()
262 ieee->rts = DEFAULT_RTS_THRESHOLD; in rtllib_wx_set_rts()
264 if (wrqu->rts.value < MIN_RTS_THRESHOLD || in rtllib_wx_set_rts()
265 wrqu->rts.value > MAX_RTS_THRESHOLD) in rtllib_wx_set_rts()
267 ieee->rts = wrqu->rts.value; in rtllib_wx_set_rts()
277 wrqu->rts.value = ieee->rts; in rtllib_wx_get_rts()
278 wrqu->rts.fixed = 0; /* no auto select */ in rtllib_wx_get_rts()
279 wrqu->rts.disabled = (wrqu->rts.value == DEFAULT_RTS_THRESHOLD); in rtllib_wx_get_rts()
Drtllib_tx.c430 if (skb->len > ieee->rts) { in rtllib_query_protectionmode()
472 if (skb->len > ieee->rts) { in rtllib_query_protectionmode()
Drtllib.h2144 u16 rts; /* RTS threshold */ member
/linux-4.1.27/drivers/block/
Dswim_asm.S57 rts
146 rts
150 rts
160 rts
243 rts
247 rts
/linux-4.1.27/arch/sh/boards/mach-se/7724/
Dsdram.S32 rts
53 rts
122 rts
/linux-4.1.27/arch/sh/kernel/cpu/shmobile/
Dsleep.S212 rts
218 rts
226 rts
237 rts
380 rts
388 rts
399 rts
/linux-4.1.27/drivers/tty/serial/
Dmax3100.c109 int rts; /* rts status */ member
266 int conf, cconf, rts, crts; in max3100_work() local
277 rts = s->rts; in max3100_work()
285 (s->rts ? MAX3100_RTS : 0), &rx); in max3100_work()
307 tx |= MAX3100_WD | (s->rts ? MAX3100_RTS : 0); in max3100_work()
410 int rts; in max3100_set_mctrl() local
414 rts = (mctrl & TIOCM_RTS) > 0; in max3100_set_mctrl()
417 if (s->rts != rts) { in max3100_set_mctrl()
418 s->rts = rts; in max3100_set_mctrl()
603 s->rts = 0; in max3100_startup()
/linux-4.1.27/arch/arm/boot/dts/
Daks-cdu.dts34 rs485-rts-delay = <0 0>;
40 rs485-rts-delay = <0 0>;
46 rs485-rts-delay = <0 0>;
Dam335x-nano.dts173 rts-gpio = <&gpio0 13 GPIO_ACTIVE_HIGH>;
174 rs485-rts-active-high;
176 rs485-rts-delay = <1 1>;
184 rts-gpio = <&gpio2 15 GPIO_ACTIVE_HIGH>;
185 rs485-rts-active-high;
186 rs485-rts-delay = <1 1>;
Drk3188.dtsi322 uart0_rts: uart0-rts {
337 uart1_rts: uart1-rts {
347 /* no rts / cts for uart2 */
360 uart3_rts: uart3-rts {
Drk3066a.dtsi381 uart0_rts: uart0-rts {
396 uart1_rts: uart1-rts {
406 /* no rts / cts for uart2 */
419 uart3_rts: uart3-rts {
Drk3288.dtsi1152 uart0_rts: uart0-rts {
1167 uart1_rts: uart1-rts {
1177 /* no rts / cts for uart2 */
1190 uart3_rts: uart3-rts {
1205 uart4_rts: uart4-rts {
Dat91-sama5d4ek.dts291 /* PE28, conflicts with usart4 rts pin */
/linux-4.1.27/arch/sh/boards/mach-migor/
Dsdram.S33 rts
60 rts
/linux-4.1.27/arch/sh/boards/mach-ap325rxa/
Dsdram.S33 rts
60 rts
/linux-4.1.27/include/net/
Dcfg80211-wext.h41 struct iw_param *rts, char *extra);
44 struct iw_param *rts, char *extra);
Dmac80211.h4083 struct ieee80211_rts *rts);
5069 bool rts, short_preamble; member
/linux-4.1.27/arch/m68k/kernel/
Dentry.S57 rts
64 rts
70 rts
76 rts
82 rts
421 rts
Dhead.S416 rts
1813 rts
1818 rts
1903 rts
1920 rts
1954 rts
1985 rts
3272 rts
/linux-4.1.27/fs/
Dselect.c292 struct timespec rts; in poll_select_copy_remaining() local
305 ktime_get_ts(&rts); in poll_select_copy_remaining()
306 rts = timespec_sub(*end_time, rts); in poll_select_copy_remaining()
307 if (rts.tv_sec < 0) in poll_select_copy_remaining()
308 rts.tv_sec = rts.tv_nsec = 0; in poll_select_copy_remaining()
313 rtv.tv_sec = rts.tv_sec; in poll_select_copy_remaining()
314 rtv.tv_usec = rts.tv_nsec / NSEC_PER_USEC; in poll_select_copy_remaining()
319 } else if (!copy_to_user(p, &rts, sizeof(rts))) in poll_select_copy_remaining()
Dcompat.c1135 struct compat_timespec rts; in poll_select_copy_remaining() local
1137 rts.tv_sec = ts.tv_sec; in poll_select_copy_remaining()
1138 rts.tv_nsec = ts.tv_nsec; in poll_select_copy_remaining()
1140 if (!copy_to_user(p, &rts, sizeof(rts))) in poll_select_copy_remaining()
/linux-4.1.27/include/uapi/linux/
Dirda.h192 __u8 rts; member
217 #define ifr_rts ifr_ifru.ifru_line.rts
Dwireless.h925 struct iw_param rts; /* RTS threshold threshold */ member
/linux-4.1.27/drivers/net/wan/
Dwanxlfw.S429 rts
444 rts
483 tx_ret: rts
559 rx_ret: rts
600 tx_end_ret: rts
632 rts
769 rts
827 rts
/linux-4.1.27/drivers/net/wireless/ti/wl1251/
Dacx.c441 struct acx_rts_threshold *rts; in wl1251_acx_rts_threshold() local
446 rts = kzalloc(sizeof(*rts), GFP_KERNEL); in wl1251_acx_rts_threshold()
447 if (!rts) in wl1251_acx_rts_threshold()
450 rts->threshold = rts_threshold; in wl1251_acx_rts_threshold()
452 ret = wl1251_cmd_configure(wl, DOT11_RTS_THRESHOLD, rts, sizeof(*rts)); in wl1251_acx_rts_threshold()
459 kfree(rts); in wl1251_acx_rts_threshold()
/linux-4.1.27/drivers/tty/
Dmoxa.c1275 int flag = 0, dtr, rts; in moxa_tiocmget() local
1277 MoxaPortGetLineOut(ch, &dtr, &rts); in moxa_tiocmget()
1280 if (rts) in moxa_tiocmget()
1296 int dtr, rts; in moxa_tiocmset() local
1305 MoxaPortGetLineOut(ch, &dtr, &rts); in moxa_tiocmset()
1307 rts = 1; in moxa_tiocmset()
1311 rts = 0; in moxa_tiocmset()
1314 MoxaPortLineCtrl(ch, dtr, rts); in moxa_tiocmset()
1483 int rts, cts, txflow, rxflow, xany, baud; in moxa_set_tty_param() local
1485 rts = cts = txflow = rxflow = xany = 0; in moxa_set_tty_param()
[all …]
Dcyclades.c827 u32 rts, dtr, msvrr, msvrd; in cyy_change_rts_dtr() local
834 rts = CyDTR; in cyy_change_rts_dtr()
839 rts = CyRTS; in cyy_change_rts_dtr()
844 cyy_writeb(info, msvrr, rts); in cyy_change_rts_dtr()
848 cyy_writeb(info, msvrr, ~rts); in cyy_change_rts_dtr()
Dnozomi.c1562 static void set_rts(const struct tty_struct *tty, int rts) in set_rts() argument
1566 port->ctrl_ul.RTS = rts; in set_rts()
/linux-4.1.27/arch/m68k/lib/
Dudivsi3.S132 rts
155 rts
Dmulsi3.S104 rts
Dumodsi3.S107 rts
Dmodsi3.S107 rts
Ddivsi3.S119 rts
/linux-4.1.27/net/wireless/
Dwext-compat.c286 struct iw_param *rts, char *extra) in cfg80211_wext_siwrts() argument
293 if (rts->disabled || !rts->fixed) in cfg80211_wext_siwrts()
295 else if (rts->value < 0) in cfg80211_wext_siwrts()
298 wdev->wiphy->rts_threshold = rts->value; in cfg80211_wext_siwrts()
310 struct iw_param *rts, char *extra) in cfg80211_wext_giwrts() argument
314 rts->value = wdev->wiphy->rts_threshold; in cfg80211_wext_giwrts()
315 rts->disabled = rts->value == (u32) -1; in cfg80211_wext_giwrts()
316 rts->fixed = 1; in cfg80211_wext_giwrts()
/linux-4.1.27/drivers/net/wireless/hostap/
Dhostap_ioctl.c539 struct iw_param *rts, char *extra) in prism2_ioctl_siwrts() argument
548 if (rts->disabled) in prism2_ioctl_siwrts()
550 else if (rts->value < 0 || rts->value > 2347) in prism2_ioctl_siwrts()
553 val = cpu_to_le16(rts->value); in prism2_ioctl_siwrts()
559 local->rts_threshold = rts->value; in prism2_ioctl_siwrts()
566 struct iw_param *rts, char *extra) in prism2_ioctl_giwrts() argument
579 rts->value = le16_to_cpu(val); in prism2_ioctl_giwrts()
580 rts->disabled = (rts->value == 2347); in prism2_ioctl_giwrts()
581 rts->fixed = 1; in prism2_ioctl_giwrts()
589 struct iw_param *rts, char *extra) in prism2_ioctl_siwfrag() argument
[all …]
/linux-4.1.27/drivers/net/wireless/b43/
Dxmit.c467 struct ieee80211_rts *uninitialized_var(rts); in b43_generate_txhdr()
471 rts = (struct ieee80211_rts *) in b43_generate_txhdr()
475 rts = (struct ieee80211_rts *) in b43_generate_txhdr()
479 rts = (struct ieee80211_rts *) in b43_generate_txhdr()
485 info, rts); in b43_generate_txhdr()
/linux-4.1.27/arch/sh/kernel/cpu/sh3/
Dentry.S147 rts
249 rts
501 rts
Dswsusp.S136 rts
/linux-4.1.27/drivers/staging/dgnc/
Ddigi.h155 int rts; member
Ddgnc_mgmt.c206 ni.rts = TIOCM_RTS; in dgnc_mgmt_ioctl()
/linux-4.1.27/arch/sh/kernel/
Drelocate_kernel.S145 rts
174 rts
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
Dampdu.c642 struct ieee80211_rts *rts; in brcms_c_ampdu_finalize() local
687 rts = (struct ieee80211_rts *)&txh->rts_frame; in brcms_c_ampdu_finalize()
696 if (ieee80211_is_rts(rts->frame_control)) { in brcms_c_ampdu_finalize()
700 if (ieee80211_is_cts(rts->frame_control)) { in brcms_c_ampdu_finalize()
794 rts->duration = cpu_to_le16(durid); in brcms_c_ampdu_finalize()
803 txh->TxFesTimeNormal = rts->duration; in brcms_c_ampdu_finalize()
Dmain.c6240 struct ieee80211_rts *rts = NULL; in brcms_c_d11hdrs_mac80211() local
6652 rts = (struct ieee80211_rts *)&txh->rts_frame; in brcms_c_d11hdrs_mac80211()
6657 rts->duration = cpu_to_le16(durid); in brcms_c_d11hdrs_mac80211()
6666 rts->frame_control = cpu_to_le16(IEEE80211_FTYPE_CTL | in brcms_c_d11hdrs_mac80211()
6669 memcpy(&rts->ra, &h->addr2, ETH_ALEN); in brcms_c_d11hdrs_mac80211()
6671 rts->frame_control = cpu_to_le16(IEEE80211_FTYPE_CTL | in brcms_c_d11hdrs_mac80211()
6674 memcpy(&rts->ra, &h->addr1, 2 * ETH_ALEN); in brcms_c_d11hdrs_mac80211()
6778 if (rts) { in brcms_c_d11hdrs_mac80211()
6787 dur += le16_to_cpu(rts->duration); in brcms_c_d11hdrs_mac80211()
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Dacx.c294 struct acx_rts_threshold *rts; in wl1271_acx_rts_threshold() local
306 rts = kzalloc(sizeof(*rts), GFP_KERNEL); in wl1271_acx_rts_threshold()
307 if (!rts) { in wl1271_acx_rts_threshold()
312 rts->role_id = wlvif->role_id; in wl1271_acx_rts_threshold()
313 rts->threshold = cpu_to_le16((u16)rts_threshold); in wl1271_acx_rts_threshold()
315 ret = wl1271_cmd_configure(wl, DOT11_RTS_THRESHOLD, rts, sizeof(*rts)); in wl1271_acx_rts_threshold()
322 kfree(rts); in wl1271_acx_rts_threshold()
/linux-4.1.27/arch/blackfin/mach-common/
Dentry.S669 rts;
759 rts;
825 rts;
883 rts;
911 rts
1002 rts;
1040 rts;
Dhead.S28 rts;
/linux-4.1.27/drivers/net/wireless/
Dzd1201.c1306 struct iw_param *rts, char *extra) in zd1201_set_rts() argument
1310 short val = rts->value; in zd1201_set_rts()
1312 if (rts->disabled || !rts->fixed) in zd1201_set_rts()
1326 struct iw_param *rts, char *extra) in zd1201_get_rts() argument
1335 rts->value = rtst; in zd1201_get_rts()
1336 rts->disabled = (rts->value == ZD1201_RTSMAX); in zd1201_get_rts()
1337 rts->fixed = 1; in zd1201_get_rts()
Dray_cs.c1191 int rthr = wrqu->rts.value; in ray_set_rts()
1198 if (wrqu->rts.disabled) in ray_set_rts()
1219 wrqu->rts.value = (local->sparm.b5.a_rts_threshold[0] << 8) in ray_get_rts()
1221 wrqu->rts.disabled = (wrqu->rts.value == 32767); in ray_get_rts()
1222 wrqu->rts.fixed = 1; in ray_get_rts()
Dwl3501_cs.c1680 wrqu->rts.value = threshold; in wl3501_get_rts_threshold()
1681 wrqu->rts.disabled = threshold >= 2347; in wl3501_get_rts_threshold()
1682 wrqu->rts.fixed = 1; in wl3501_get_rts_threshold()
/linux-4.1.27/Documentation/serial/
Dserial-rs485.txt113 /* Set rts delay before send, if needed: */
116 /* Set rts delay after send, if needed: */
Ddriver443 This will get the {cts,rts,...}-gpios from device tree if they are
/linux-4.1.27/drivers/staging/vt6656/
Drxtx.c387 struct ieee80211_rts *rts, __le16 duration) in vnt_fill_ieee80211_rts() argument
392 rts->duration = duration; in vnt_fill_ieee80211_rts()
393 rts->frame_control = in vnt_fill_ieee80211_rts()
396 ether_addr_copy(rts->ra, hdr->addr1); in vnt_fill_ieee80211_rts()
397 ether_addr_copy(rts->ta, hdr->addr2); in vnt_fill_ieee80211_rts()
587 struct vnt_rrv_time_rts *buf = &tx_head->tx_rts.rts; in vnt_rxtx_rts()
Drxtx.h210 struct vnt_rrv_time_rts rts; member
/linux-4.1.27/Documentation/devicetree/bindings/
Dchosen.txt39 flow - 'r' (rts)
/linux-4.1.27/arch/m68k/68360/
Dentry.S163 rts
/linux-4.1.27/include/net/irda/
Dirda_device.h119 int (*set_dtr_rts)(struct net_device *dev, int dtr, int rts);
/linux-4.1.27/drivers/staging/wlan-ng/
Dp80211netdev.h120 u32 rts; member
Dp80211netdev.c1005 wlandev->rx.rts++; in p80211_rx_typedrop()
/linux-4.1.27/arch/m68k/coldfire/
Dentry.S202 rts
/linux-4.1.27/drivers/net/wireless/ipw2x00/
Dlibipw_module.c176 ieee->rts = DEFAULT_FTS; in alloc_libipw()
Dlibipw_tx.c418 rts_required = (frag_size > ieee->rts in libipw_xmit()
Dlibipw.h779 u16 rts; /* RTS threshold */ member
Dipw2100.c7182 if (wrqu->rts.fixed == 0) in ipw2100_wx_set_rts()
7191 if (wrqu->rts.disabled) in ipw2100_wx_set_rts()
7194 if (wrqu->rts.value < 1 || wrqu->rts.value > 2304) { in ipw2100_wx_set_rts()
7198 value = wrqu->rts.value; in ipw2100_wx_set_rts()
7219 wrqu->rts.value = priv->rts_threshold & ~RTS_DISABLED; in ipw2100_wx_get_rts()
7220 wrqu->rts.fixed = 1; /* no auto select */ in ipw2100_wx_get_rts()
7223 wrqu->rts.disabled = (priv->rts_threshold & RTS_DISABLED) ? 1 : 0; in ipw2100_wx_get_rts()
7225 IPW_DEBUG_WX("GET RTS Threshold -> 0x%08X\n", wrqu->rts.value); in ipw2100_wx_get_rts()
Dipw2200.c2531 static int ipw_send_rts_threshold(struct ipw_priv *priv, u16 rts) in ipw_send_rts_threshold() argument
2534 .rts_threshold = cpu_to_le16(rts), in ipw_send_rts_threshold()
9277 if (wrqu->rts.disabled || !wrqu->rts.fixed) in ipw_wx_set_rts()
9280 if (wrqu->rts.value < MIN_RTS_THRESHOLD || in ipw_wx_set_rts()
9281 wrqu->rts.value > MAX_RTS_THRESHOLD) { in ipw_wx_set_rts()
9285 priv->rts_threshold = wrqu->rts.value; in ipw_wx_set_rts()
9300 wrqu->rts.value = priv->rts_threshold; in ipw_wx_get_rts()
9301 wrqu->rts.fixed = 0; /* no auto select */ in ipw_wx_get_rts()
9302 wrqu->rts.disabled = (wrqu->rts.value == DEFAULT_RTS_THRESHOLD); in ipw_wx_get_rts()
9304 IPW_DEBUG_WX("GET RTS Threshold -> %d\n", wrqu->rts.value); in ipw_wx_get_rts()
/linux-4.1.27/arch/m68k/68000/
Dentry.S243 rts
/linux-4.1.27/net/mac80211/
Dtx.c684 txrc.rts = true; in ieee80211_tx_h_rate_ctrl()
687 info->control.use_rts = txrc.rts; in ieee80211_tx_h_rate_ctrl()
3165 struct ieee80211_rts *rts) in ieee80211_rts_get() argument
3169 rts->frame_control = in ieee80211_rts_get()
3171 rts->duration = ieee80211_rts_duration(hw, vif, frame_len, in ieee80211_rts_get()
3173 memcpy(rts->ra, hdr->addr1, sizeof(rts->ra)); in ieee80211_rts_get()
3174 memcpy(rts->ta, hdr->addr2, sizeof(rts->ta)); in ieee80211_rts_get()
Drc80211_minstrel.c353 !txrc->rts && in minstrel_get_rate()
/linux-4.1.27/Documentation/networking/
Dray_cs.txt133 sent up by the card, so you will never see them (ack, rts, cts, probe
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c1521 if (wrqu->rts.disabled) { in rtw_wx_set_rts()
1524 if (wrqu->rts.value < 0 || in rtw_wx_set_rts()
1525 wrqu->rts.value > 2347) in rtw_wx_set_rts()
1528 padapter->registrypriv.rts_thresh = wrqu->rts.value; in rtw_wx_set_rts()
1546 wrqu->rts.value = padapter->registrypriv.rts_thresh; in rtw_wx_get_rts()
1547 wrqu->rts.fixed = 0; /* no auto select */ in rtw_wx_get_rts()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dxmit.c1173 struct ath_tx_info *info, int len, bool rts) in ath_buf_set_rate() argument
1213 rts = true; in ath_buf_set_rate()
1216 if (rts || rates[i].flags & IEEE80211_TX_RC_USE_RTS_CTS) { in ath_buf_set_rate()
1317 bool rts = false; in ath_tx_fill_desc() local
1367 rts = true; in ath_tx_fill_desc()
1373 ath_buf_set_rate(sc, bf, &info, len, rts); in ath_tx_fill_desc()
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Drtl_core.h629 u16 rts; member
Drtl_core.c1143 priv->rtllib->rts = DEFAULT_RTS_THRESHOLD; in rtl8192_init_priv_variable()
/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U.h973 u16 rts; member
Dr8192U_core.c2133 priv->ieee80211->rts = DEFAULT_RTS_THRESHOLD; in rtl8192_init_priv_variable()
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
Ddebugfs.c2167 int rts; in iwl_dbgfs_protection_mode_write() local
2176 if (sscanf(buf, "%d", &rts) != 1) in iwl_dbgfs_protection_mode_write()
2178 if (rts) in iwl_dbgfs_protection_mode_write()
/linux-4.1.27/arch/mips/include/asm/octeon/
Dcvmx-mio-defs.h4223 uint64_t rts:1; member
4227 uint64_t rts:1;
4944 uint64_t rts:1; member
4948 uint64_t rts:1;
/linux-4.1.27/drivers/staging/rtl8712/
Drtl871x_ioctl_linux.c1480 wrqu->rts.value = padapter->registrypriv.rts_thresh; in r8711_wx_get_rts()
1481 wrqu->rts.fixed = 0; /* no auto select */ in r8711_wx_get_rts()
/linux-4.1.27/drivers/pinctrl/sh-pfc/
Dpfc-r8a7778.c1353 #define SCIF_PFC_CTR(name, cts, rts) SH_PFC_MUX2(name, cts, rts) argument