Home
last modified time | relevance | path

Searched refs:rts (Results 126 - 150 of 274) sorted by relevance

1234567891011

/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dkeyspan_usa90msg.h84 rts, // 1=on, 0=off member
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dkeyspan_usa90msg.h84 rts, // 1=on, 0=off member
/kernel/linux/linux-6.6/drivers/net/wireless/zydas/
H A Dzd1201.c1316 struct iw_param *rts = &wrqu->rts; in zd1201_set_rts() local
1319 short val = rts->value; in zd1201_set_rts()
1321 if (rts->disabled || !rts->fixed) in zd1201_set_rts()
1337 struct iw_param *rts = &wrqu->rts; in zd1201_get_rts() local
1345 rts->value = rtst; in zd1201_get_rts()
1346 rts->disabled = (rts in zd1201_get_rts()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H A Dxmit.c461 struct ieee80211_rts *rts; in b43_generate_txhdr() local
465 rts = (struct ieee80211_rts *) in b43_generate_txhdr()
469 rts = (struct ieee80211_rts *) in b43_generate_txhdr()
473 rts = (struct ieee80211_rts *) in b43_generate_txhdr()
479 info, rts); in b43_generate_txhdr()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H A Dxmit.c461 struct ieee80211_rts *rts; in b43_generate_txhdr() local
465 rts = (struct ieee80211_rts *) in b43_generate_txhdr()
469 rts = (struct ieee80211_rts *) in b43_generate_txhdr()
473 rts = (struct ieee80211_rts *) in b43_generate_txhdr()
479 info, rts); in b43_generate_txhdr()
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dx_operr.S280 rts
296 rts
299 rts
H A Dsint.S205 rts
244 rts
/kernel/linux/linux-5.10/arch/sh/lib/
H A Dchecksum.S172 rts
361 rts
364 rts
H A Dcopy_page.S67 rts
163 rts
389 rts
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh3/
H A Dentry.S144 rts
246 rts
341 rts
432 rts
498 rts
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dx_operr.S280 rts
296 rts
299 rts
H A Dsint.S205 rts
244 rts
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh3/
H A Dentry.S143 rts
245 rts
340 rts
431 rts
497 rts
/kernel/linux/linux-6.6/arch/sh/lib/
H A Dchecksum.S172 rts
361 rts
364 rts
H A Dcopy_page.S67 rts
163 rts
389 rts
/kernel/linux/linux-5.10/net/wireless/
H A Dwext-compat.c252 struct iw_param *rts, char *extra) in cfg80211_wext_siwrts()
259 if (rts->disabled || !rts->fixed) in cfg80211_wext_siwrts()
261 else if (rts->value < 0) in cfg80211_wext_siwrts()
264 wdev->wiphy->rts_threshold = rts->value; in cfg80211_wext_siwrts()
276 struct iw_param *rts, char *extra) in cfg80211_wext_giwrts()
280 rts->value = wdev->wiphy->rts_threshold; in cfg80211_wext_giwrts()
281 rts->disabled = rts->value == (u32) -1; in cfg80211_wext_giwrts()
282 rts in cfg80211_wext_giwrts()
250 cfg80211_wext_siwrts(struct net_device *dev, struct iw_request_info *info, struct iw_param *rts, char *extra) cfg80211_wext_siwrts() argument
274 cfg80211_wext_giwrts(struct net_device *dev, struct iw_request_info *info, struct iw_param *rts, char *extra) cfg80211_wext_giwrts() argument
[all...]
/kernel/linux/linux-5.10/arch/sh/kernel/
H A Drelocate_kernel.S143 rts
172 rts
/kernel/linux/linux-6.6/arch/sh/kernel/
H A Drelocate_kernel.S143 rts
172 rts
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Dfplsp.S616 rts
674 rts
732 rts
793 rts
851 rts
909 rts
970 rts
1028 rts
1086 rts
1147 rts
[all...]
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Dfplsp.S616 rts
674 rts
732 rts
793 rts
851 rts
909 rts
970 rts
1028 rts
1086 rts
1147 rts
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A 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()
791 rts->duration = cpu_to_le16(durid); in brcms_c_ampdu_finalize()
800 txh->TxFesTimeNormal = rts->duration; in brcms_c_ampdu_finalize()
/kernel/linux/linux-6.6/drivers/net/wan/
H A Dixp4xx_hss.c268 struct gpio_desc *rts; member
1109 gpiod_set_value(port->rts, 1); in hss_hdlc_open()
1200 gpiod_set_value(port->rts, 0); in hss_hdlc_close()
1475 port->rts = devm_gpiod_get(dev, "rts", GPIOD_OUT_LOW); in ixp4xx_hss_probe()
1476 if (IS_ERR(port->rts)) in ixp4xx_hss_probe()
1477 return dev_err_probe(dev, PTR_ERR(port->rts), "unable to get RTS GPIO\n"); in ixp4xx_hss_probe()
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H A Dacx.c279 struct acx_rts_threshold *rts; in wl1271_acx_rts_threshold() local
289 wl1271_debug(DEBUG_ACX, "acx rts threshold: %d", rts_threshold); in wl1271_acx_rts_threshold()
291 rts = kzalloc(sizeof(*rts), GFP_KERNEL); in wl1271_acx_rts_threshold()
292 if (!rts) { in wl1271_acx_rts_threshold()
297 rts->role_id = wlvif->role_id; in wl1271_acx_rts_threshold()
298 rts->threshold = cpu_to_le16((u16)rts_threshold); in wl1271_acx_rts_threshold()
300 ret = wl1271_cmd_configure(wl, DOT11_RTS_THRESHOLD, rts, sizeof(*rts)); in wl1271_acx_rts_threshold()
302 wl1271_warning("failed to set rts threshol in wl1271_acx_rts_threshold()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/zydas/
H A Dzd1201.c1303 struct iw_param *rts, char *extra) in zd1201_set_rts()
1307 short val = rts->value; in zd1201_set_rts()
1309 if (rts->disabled || !rts->fixed) in zd1201_set_rts()
1323 struct iw_param *rts, char *extra) in zd1201_get_rts()
1332 rts->value = rtst; in zd1201_get_rts()
1333 rts->disabled = (rts->value == ZD1201_RTSMAX); in zd1201_get_rts()
1334 rts->fixed = 1; in zd1201_get_rts()
1302 zd1201_set_rts(struct net_device *dev, struct iw_request_info *info, struct iw_param *rts, char *extra) zd1201_set_rts() argument
1322 zd1201_get_rts(struct net_device *dev, struct iw_request_info *info, struct iw_param *rts, char *extra) zd1201_get_rts() argument
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H A Dacx.c279 struct acx_rts_threshold *rts; in wl1271_acx_rts_threshold() local
289 wl1271_debug(DEBUG_ACX, "acx rts threshold: %d", rts_threshold); in wl1271_acx_rts_threshold()
291 rts = kzalloc(sizeof(*rts), GFP_KERNEL); in wl1271_acx_rts_threshold()
292 if (!rts) { in wl1271_acx_rts_threshold()
297 rts->role_id = wlvif->role_id; in wl1271_acx_rts_threshold()
298 rts->threshold = cpu_to_le16((u16)rts_threshold); in wl1271_acx_rts_threshold()
300 ret = wl1271_cmd_configure(wl, DOT11_RTS_THRESHOLD, rts, sizeof(*rts)); in wl1271_acx_rts_threshold()
302 wl1271_warning("failed to set rts threshol in wl1271_acx_rts_threshold()
[all...]

Completed in 29 milliseconds

1234567891011