| /linux/net/wireless/ |
| A D | wext-sme.c | 31 wdev->wext.connect.ie = wdev->wext.ie; in cfg80211_mgd_wext_connect() 35 wdev->wext.connect.bg_scan_period = -1; in cfg80211_mgd_wext_connect() 40 wdev->wext.connect.privacy = true; in cfg80211_mgd_wext_connect() 43 if (!wdev->wext.connect.ssid_len) in cfg80211_mgd_wext_connect() 97 if (wdev->wext.connect.ssid_len) in cfg80211_mgd_wext_siwfreq() 105 wdev->wext.connect.channel = chan; in cfg80211_mgd_wext_siwfreq() 125 else if (wdev->wext.connect.channel) in cfg80211_mgd_wext_giwfreq() 126 chan = wdev->wext.connect.channel; in cfg80211_mgd_wext_giwfreq() 178 wdev->wext.connect.ssid_len = len; in cfg80211_mgd_wext_siwessid() 219 } else if (wdev->wext.connect.ssid && wdev->wext.connect.ssid_len) { in cfg80211_mgd_wext_giwessid() [all …]
|
| A D | sme.c | 582 memcpy(&wdev->conn->params, connect, sizeof(*connect)); in cfg80211_sme_connect() 583 if (connect->bssid) { in cfg80211_sme_connect() 588 if (cfg80211_sme_get_conn_ies(wdev, connect->ie, connect->ie_len, in cfg80211_sme_connect() 1397 wdev->wext.connect.ssid_len = 0; in __cfg80211_disconnected() 1490 connect->key_idx = idx; in cfg80211_connect() 1498 if (connect->crypto.cipher_group == 0) in cfg80211_connect() 1513 connect->key = NULL; in cfg80211_connect() 1514 connect->key_len = 0; in cfg80211_connect() 1515 connect->key_idx = 0; in cfg80211_connect() 1519 memcpy(wdev->u.client.ssid, connect->ssid, connect->ssid_len); in cfg80211_connect() [all …]
|
| A D | wext-compat.c | 485 wdev->wext.connect.privacy = false; in cfg80211_set_encryption() 1039 wdev->wext.connect.crypto.wpa_versions &= in cfg80211_set_wpa_version() 1043 wdev->wext.connect.crypto.wpa_versions |= in cfg80211_set_wpa_version() 1047 wdev->wext.connect.crypto.wpa_versions |= in cfg80211_set_wpa_version() 1056 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group() 1059 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group() 1062 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group() 1065 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group() 1068 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group() 1071 wdev->wext.connect.crypto.cipher_group = 0; in cfg80211_set_cipher_group() [all …]
|
| /linux/scripts/kconfig/ |
| A D | qconf.cc | 896 connect(action, &QAction::toggled, in contextMenuEvent() 952 connect(action, &QAction::toggled, in ConfigInfoView() 1248 connect(list, &ConfigList::menuChanged, in ConfigSearchWindow() 1250 connect(list, &ConfigList::menuChanged, in ConfigSearchWindow() 1372 connect(backAction, &QAction::triggered, in ConfigMainWindow() 1377 connect(quitAction, &QAction::triggered, in ConfigMainWindow() 1382 connect(loadAction, &QAction::triggered, in ConfigMainWindow() 1387 connect(saveAction, &QAction::triggered, in ConfigMainWindow() 1395 connect(saveAsAction, &QAction::triggered, in ConfigMainWindow() 1501 connect(menuList, &ConfigList::gotFocus, in ConfigMainWindow() [all …]
|
| /linux/drivers/usb/misc/ |
| A D | usb3503.c | 52 struct gpio_desc *connect; member 101 if (hub->connect) in usb3503_connect() 102 gpiod_set_value_cansleep(hub->connect, 1); in usb3503_connect() 137 if (!conn && hub->connect) in usb3503_switch_mode() 138 gpiod_set_value_cansleep(hub->connect, 0); in usb3503_switch_mode() 253 hub->connect = devm_gpiod_get_optional(dev, "connect", GPIOD_OUT_LOW); in usb3503_probe() 254 if (IS_ERR(hub->connect)) { in usb3503_probe() 255 err = PTR_ERR(hub->connect); in usb3503_probe() 258 if (hub->connect) in usb3503_probe() 259 gpiod_set_consumer_name(hub->connect, "usb3503 connect"); in usb3503_probe()
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| A D | init.c | 326 struct htc_service_connect_req connect; in ath6kl_init_service_ep() local 328 memset(&connect, 0, sizeof(connect)); in ath6kl_init_service_ep() 332 connect.ep_cb.rx = ath6kl_rx; in ath6kl_init_service_ep() 342 if (!connect.ep_cb.rx_refill_thresh) in ath6kl_init_service_ep() 343 connect.ep_cb.rx_refill_thresh++; in ath6kl_init_service_ep() 346 connect.svc_id = WMI_CONTROL_SVC; in ath6kl_init_service_ep() 350 connect.flags |= HTC_FLGS_TX_BNDL_PAD_EN; in ath6kl_init_service_ep() 375 connect.svc_id = WMI_DATA_BE_SVC; in ath6kl_init_service_ep() 381 connect.svc_id = WMI_DATA_BK_SVC; in ath6kl_init_service_ep() 386 connect.svc_id = WMI_DATA_VI_SVC; in ath6kl_init_service_ep() [all …]
|
| /linux/Documentation/admin-guide/media/ |
| A D | dvb-usb-ttusb2-cardlist.rst | 19 * - Technotrend TT-connect CT-3650 21 * - Technotrend TT-connect S-2400 23 * - Technotrend TT-connect S-2400 (8kB EEPROM)
|
| A D | dvb-usb-dvbsky-cardlist.rst | 31 * - TechnoTrend TT-connect CT2-4650 CI 33 * - TechnoTrend TT-connect CT2-4650 CI v1.1 35 * - TechnoTrend TT-connect S2-4650 CI
|
| /linux/drivers/misc/sgi-xp/ |
| A D | xp_main.c | 82 xpc_set_interface(void (*connect) (int), in xpc_set_interface() 90 xpc_interface.connect = connect; in xpc_set_interface() 168 if (xpc_interface.connect) in xpc_connect() 169 xpc_interface.connect(ch_number); in xpc_connect()
|
| /linux/sound/core/seq/ |
| A D | seq_dummy.c | 71 int connect; member 92 tmpev.source.port = p->connect; in dummy_input() 124 rec->connect = 0; in create_port() 209 rec1->connect = rec2->port; in register_client() 210 rec2->connect = rec1->port; in register_client()
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| A D | wmi.c | 265 struct htc_service_connreq connect; in ath9k_wmi_connect() local 270 memset(&connect, 0, sizeof(connect)); in ath9k_wmi_connect() 272 connect.ep_callbacks.priv = wmi; in ath9k_wmi_connect() 273 connect.ep_callbacks.tx = ath9k_wmi_ctrl_tx; in ath9k_wmi_connect() 274 connect.ep_callbacks.rx = ath9k_wmi_ctrl_rx; in ath9k_wmi_connect() 275 connect.service_id = WMI_CONTROL_SVC; in ath9k_wmi_connect() 277 ret = htc_connect_service(htc, &connect, &wmi->ctrl_epid); in ath9k_wmi_connect()
|
| /linux/Documentation/hwmon/ |
| A D | ntc_thermistor.rst | 46 1. connect = NTC_CONNECTED_POSITIVE, pullup_ohm > 0:: 58 2. connect = NTC_CONNECTED_POSITIVE, pullup_ohm = 0 (not-connected):: 70 3. connect = NTC_CONNECTED_GROUND, pulldown_ohm > 0:: 82 4. connect = NTC_CONNECTED_GROUND, pulldown_ohm = 0 (not-connected):: 95 pulldown_ohm, and connect should be provided. When none of the four models
|
| /linux/drivers/hwmon/ |
| A D | ntc_thermistor.c | 391 return (data->connect == NTC_CONNECTED_POSITIVE) ? in get_ohm_of_thermistor() 394 return (data->connect == NTC_CONNECTED_POSITIVE) ? in get_ohm_of_thermistor() 397 if (data->connect == NTC_CONNECTED_POSITIVE && puo == 0) in get_ohm_of_thermistor() 399 else if (data->connect == NTC_CONNECTED_GROUND && pdo == 0) in get_ohm_of_thermistor() 401 else if (data->connect == NTC_CONNECTED_POSITIVE) in get_ohm_of_thermistor() 597 data->connect = NTC_CONNECTED_POSITIVE; in ntc_thermistor_parse_props() 599 data->connect = NTC_CONNECTED_GROUND; in ntc_thermistor_parse_props() 623 (data->pullup_ohm == 0 && data->connect == in ntc_thermistor_probe() 625 (data->pulldown_ohm == 0 && data->connect == in ntc_thermistor_probe() 627 (data->connect != NTC_CONNECTED_POSITIVE && in ntc_thermistor_probe() [all …]
|
| /linux/drivers/gpu/drm/msm/disp/mdp5/ |
| A D | mdp5_cfg.c | 91 .connect = { 174 .connect = { 259 .connect = { 359 .connect = { 433 .connect = { 512 .connect = { 611 .connect = { 724 .connect = { 827 .connect = { 914 .connect = { [all …]
|
| /linux/tools/testing/selftests/landlock/ |
| A D | scoped_abstract_unix_test.c | 125 err = connect(dgram_client, &self->dgram_address.unix_addr, in TEST_F() 362 stream_err = connect( in TEST_F() 367 dgram_err = connect( in TEST_F() 388 stream_err = connect( in TEST_F() 393 dgram_err = connect( in TEST_F() 575 err = connect(client_socket, &self->address.unix_addr, in TEST_F() 595 ASSERT_EQ(0, connect(client_child, in TEST_F() 733 ASSERT_EQ(0, connect(stream_pathname_socket, in TEST_F() 746 ASSERT_EQ(0, connect(dgram_pathname_socket, in TEST_F() 754 err = connect(stream_abstract_socket, in TEST_F() [all …]
|
| /linux/Documentation/devicetree/bindings/usb/ |
| A D | smsc,usb3503.yaml | 22 connect-gpios: 25 GPIO for connect 116 connect-gpios = <&gpx3 0 1>; 134 connect-gpios = <&gpx3 0 1>; 155 connect-gpios = <&pio 4 17 GPIO_ACTIVE_HIGH>; /* PE17 */
|
| /linux/tools/testing/selftests/net/tcp_ao/ |
| A D | Makefile | 3 TEST_BOTH_AF += connect 4 TEST_BOTH_AF += connect-deny 9 TEST_BOTH_AF += self-connect
|
| /linux/tools/testing/selftests/net/netfilter/ |
| A D | nf_nat_edemux.sh | 60 echo test | ip netns exec "$ns2" socat -t 3 -u STDIN TCP:10.96.0.1:443,connect-timeout=3 >/dev/null 74 sleep 5 | ip netns exec "$ns2" socat -t 5 -u STDIN TCP:192.168.1.1:5202,connect-timeout=5 >/dev/nul… 78 echo | ip netns exec "$ns2" socat -t 3 -u STDIN TCP:192.168.1.1:5203,connect-timeout=5 >/dev/null &
|
| /linux/Documentation/devicetree/bindings/arm/ |
| A D | qcom,coresight-tpda.yaml | 18 TPDMs connect to it. But There must be only one TPDA in the path from the 19 TPDM source to TMC sink. TPDM can directly connect to TPDA's inport or 20 connect to funnel which will connect to TPDA's inport.
|
| /linux/Documentation/admin-guide/blockdev/drbd/ |
| A D | drbd-connection-state-overview.dot | 21 label="try to connect, handshake" 52 // drbdadm [label="drbdadm connect"] 60 StandAlone -> Unconnected [ label="drbdadm connect" ]
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| A D | sockmap_ktls.c | 32 return connect(fd, &unspec, sizeof(unspec)); in disconnect() 54 err = connect(cli, (struct sockaddr *)&addr, len); in test_sockmap_ktls_disconnect_after_delete() 113 err = connect(s, (struct sockaddr *)&addr, len); in test_sockmap_ktls_update_fails_when_sock_has_ulp()
|
| /linux/sound/soc/atmel/ |
| A D | tse850-pcm5142.c | 136 int connect = !!ucontrol->value.integer.value[0]; in tse850_put_mix() local 138 if (tse850->add_cache == connect) in tse850_put_mix() 145 gpiod_set_value_cansleep(tse850->add, connect); in tse850_put_mix() 146 tse850->add_cache = connect; in tse850_put_mix() 148 snd_soc_dapm_mixer_update_power(dapm, kctrl, connect, NULL); in tse850_put_mix()
|
| /linux/drivers/usb/musb/ |
| A D | musb_debugfs.c | 236 int connect; in musb_softconnect_show() local 244 connect = reg & MUSB_DEVCTL_SESSION ? 1 : 0; in musb_softconnect_show() 250 connect = -1; in musb_softconnect_show() 253 seq_printf(s, "%d\n", connect); in musb_softconnect_show()
|
| /linux/Documentation/devicetree/bindings/interrupt-controller/ |
| A D | hisilicon,mbigen-v2.txt | 12 Non-pci devices can connect to mbigen and generate the 15 The mbigen chip and devices connect to mbigen have the following properties: 69 Devices connect to mbigen required properties:
|
| /linux/tools/testing/selftests/net/packetdrill/ |
| A D | tcp_zerocopy_closed.pkt | 8 // Then connect and send and verify that notification nr. is zero. 22 +0...0 connect(4, ..., ...) = 0
|