Home
last modified time | relevance | path

Searched refs:wrq (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/s390/char/
H A Dcon3270.c528 struct raw3270_request *wrq; in tty3270_update() local
532 wrq = xchg(&tp->write, NULL); in tty3270_update()
533 if (!wrq) { in tty3270_update()
542 raw3270_request_set_cmd(wrq, cmd); in tty3270_update()
543 raw3270_request_add_data(wrq, &tp->wcc, 1); in tty3270_update()
551 if (raw3270_request_add_data(wrq, tp->converted_line, len) == 0) in tty3270_update()
560 if (raw3270_request_add_data(wrq, tp->converted_line, len) == 0) in tty3270_update()
566 tty3270_update_lines_all(tp, wrq); in tty3270_update()
568 tty3270_update_lines_visible(tp, wrq); in tty3270_update()
571 wrq->callback = tty3270_write_callback; in tty3270_update()
[all …]
/linux/net/wireless/
H A Dwext-compat.c1124 struct iw_param *wrq = &wrqu->power; in cfg80211_wext_siwpower() local
1137 if (wrq->disabled) { in cfg80211_wext_siwpower()
1140 switch (wrq->flags & IW_POWER_MODE) { in cfg80211_wext_siwpower()
1150 if (wrq->flags & ~(IW_POWER_MODE | IW_POWER_TIMEOUT)) in cfg80211_wext_siwpower()
1153 if (wrq->flags & IW_POWER_TIMEOUT) in cfg80211_wext_siwpower()
1154 timeout = wrq->value / 1000; in cfg80211_wext_siwpower()
1174 struct iw_param *wrq = &wrqu->power; in cfg80211_wext_giwpower() local
1177 wrq->disabled = !wdev->ps; in cfg80211_wext_giwpower()