Home
last modified time | relevance | path

Searched full:connect (Results 1 – 25 of 1545) sorted by relevance

12345678910>>...62

/Linux-v6.1/net/wireless/
Dwext-sme.c31 wdev->wext.connect.ie = wdev->wext.ie; in cfg80211_mgd_wext_connect()
32 wdev->wext.connect.ie_len = wdev->wext.ie_len; 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()
58 &wdev->wext.connect, ck, prev_bssid); in cfg80211_mgd_wext_connect()
95 if (wdev->wext.connect.channel == chan) { in cfg80211_mgd_wext_siwfreq()
101 if (wdev->wext.connect.ssid_len) in cfg80211_mgd_wext_siwfreq()
109 wdev->wext.connect.channel = chan; in cfg80211_mgd_wext_siwfreq()
133 else if (wdev->wext.connect.channel) in cfg80211_mgd_wext_giwfreq()
[all …]
Dsme.c5 * (for nl80211's connect() and wext)
27 * driver. This is for implementing nl80211's connect/disconnect
545 struct cfg80211_connect_params *connect, in cfg80211_sme_connect() argument
572 memcpy(&wdev->conn->params, connect, sizeof(*connect)); in cfg80211_sme_connect()
573 if (connect->bssid) { in cfg80211_sme_connect()
575 memcpy(wdev->conn->bssid, connect->bssid, ETH_ALEN); in cfg80211_sme_connect()
578 if (cfg80211_sme_get_conn_ies(wdev, connect->ie, connect->ie_len, in cfg80211_sme_connect()
587 if (connect->auth_type == NL80211_AUTHTYPE_AUTOMATIC) { in cfg80211_sme_connect()
716 * API calls for drivers implementing connect/disconnect and
788 if (!wiphy_to_rdev(wdev->wiphy)->ops->connect) { in __cfg80211_connect_result()
[all …]
/Linux-v6.1/drivers/net/ethernet/intel/fm10k/
Dfm10k_mbx.h45 * +----------+ connect() +----------+
46 * | CLOSED | --------------> | CONNECT |
50 * | Connect Disconnect | | Connect
63 * this state is for the system to make the connect() call for the
64 * mailbox, it will then transition to the connect state.
65 * Connect: In this state the mailbox is seeking a connection. It will
66 * post a connect message with no specified destination and will
68 * is exited when either a connect with the local mailbox as the
72 * entity and the remote. It will fall back to connect in the event of
78 * remote endpoint has fallen back into connect.
[all …]
/Linux-v6.1/sound/soc/sh/rcar/
Dctu.c24 * 0001: Connect input data of channel 0
25 * 0010: Connect input data of channel 1
26 * 0011: Connect input data of channel 2
27 * 0100: Connect input data of channel 3
28 * 0101: Connect input data of channel 4
29 * 0110: Connect input data of channel 5
30 * 0111: Connect input data of channel 6
31 * 1000: Connect input data of channel 7
32 * 1001: Connect calculated data by scale values of matrix row 0
33 * 1010: Connect calculated data by scale values of matrix row 1
[all …]
/Linux-v6.1/drivers/usb/misc/
Dusb3503.c51 struct gpio_desc *connect; member
57 if (!state && hub->connect) in usb3503_reset()
58 gpiod_set_value_cansleep(hub->connect, 0); in usb3503_reset()
107 /* SP_LOCK: clear connect_n, config_n for hub connect */ in usb3503_connect()
117 if (hub->connect) in usb3503_connect()
118 gpiod_set_value_cansleep(hub->connect, 1); in usb3503_connect()
248 hub->connect = devm_gpiod_get_optional(dev, "connect", GPIOD_OUT_LOW); in usb3503_probe()
249 if (IS_ERR(hub->connect)) { in usb3503_probe()
250 err = PTR_ERR(hub->connect); in usb3503_probe()
253 if (hub->connect) in usb3503_probe()
[all …]
/Linux-v6.1/tools/testing/vsock/
Dvsock_test.c46 ret = connect(fd, &addr.sa, sizeof(addr.svm)); in test_stream_connection_reset()
47 timeout_check("connect"); in test_stream_connection_reset()
52 fprintf(stderr, "expected connect(2) failure, got %d\n", ret); in test_stream_connection_reset()
56 fprintf(stderr, "unexpected connect(2) errno %d\n", errno); in test_stream_connection_reset()
85 ret = connect(fd, &addr.sa, sizeof(addr.svm)); in test_stream_bind_only_client()
86 timeout_check("connect"); in test_stream_bind_only_client()
91 fprintf(stderr, "expected connect(2) failure, got %d\n", ret); in test_stream_bind_only_client()
95 fprintf(stderr, "unexpected connect(2) errno %d\n", errno); in test_stream_bind_only_client()
141 perror("connect"); in test_stream_client_close_client()
176 perror("connect"); in test_stream_server_close_client()
[all …]
/Linux-v6.1/include/uapi/linux/
Dmei.h41 * IOCTL Connect Client Data structure
72 * @in_client_uuid: UUID of client to connect
83 * struct mei_connect_client_data_vtag - IOCTL connect data union
85 * @connect: input connect data
90 struct mei_connect_client_vtag connect; member
Dseg6_local.h40 /* adjacency segment (IPv6 cross-connect) */
44 /* decap and L2 cross-connect */
46 /* decap and IPv6 cross-connect */
48 /* decap and IPv4 cross-connect */
/Linux-v6.1/drivers/nvme/host/
Dfabrics.c258 * connect() errors.
275 "Connect command failed, errno: %d\n", errval); in nvmf_log_connect_error()
282 char *inv_data = "Connect Invalid Data Parameter"; in nvmf_log_connect_error()
307 char *inv_sqe = "Connect Invalid SQE Parameter"; in nvmf_log_connect_error()
313 inv_sqe, cmd->connect.qid); in nvmf_log_connect_error()
324 "Connect for subsystem %s is not allowed, hostnqn: %s\n", in nvmf_log_connect_error()
329 "Connect command failed: controller is busy or not available\n"); in nvmf_log_connect_error()
333 "Connect incompatible format: %d", in nvmf_log_connect_error()
334 cmd->connect.recfmt); in nvmf_log_connect_error()
338 "Connect command failed: host path error\n"); in nvmf_log_connect_error()
[all …]
/Linux-v6.1/scripts/kconfig/
Dqconf.cc314 connect(this, &ConfigList::itemSelectionChanged, in ConfigList()
322 connect(configApp, &QApplication::aboutToQuit, in ConfigList()
893 connect(action, &QAction::toggled, in contextMenuEvent()
895 connect(this, &ConfigList::showNameChanged, in contextMenuEvent()
941 connect(configApp, &QApplication::aboutToQuit, in ConfigInfoView()
949 connect(action, &QAction::toggled, in ConfigInfoView()
951 connect(this, &ConfigInfoView::showDebugChanged, in ConfigInfoView()
1239 connect(editField, &QLineEdit::returnPressed, in ConfigSearchWindow()
1244 connect(searchButton, &QPushButton::clicked, in ConfigSearchWindow()
1254 connect(list, &ConfigList::menuChanged, in ConfigSearchWindow()
[all …]
/Linux-v6.1/include/linux/
Dnvme-rdma.h51 * struct nvme_rdma_cm_req - rdma connect request
67 * struct nvme_rdma_cm_rep - rdma connect reply
79 * struct nvme_rdma_cm_rej - rdma connect reject
82 * @sts: error status for the associated connect request
/Linux-v6.1/drivers/nfc/
Dmei_phy.c142 struct mei_nfc_connect *connect; in mei_nfc_connect() local
156 connect = (struct mei_nfc_connect *)cmd->data; in mei_nfc_connect()
169 connect->fw_ivn = phy->fw_ivn; in mei_nfc_connect()
170 connect->vendor_id = phy->vendor_id; in mei_nfc_connect()
172 MEI_DUMP_NFC_HDR("connect request", &cmd->hdr); in mei_nfc_connect()
175 pr_err("Could not send connect cmd %d\n", r); in mei_nfc_connect()
183 pr_err("Could not read connect response %d\n", r); in mei_nfc_connect()
187 MEI_DUMP_NFC_HDR("connect reply", &reply->hdr); in mei_nfc_connect()
336 pr_err("Could not connect to device %d\n", r); in nfc_mei_phy_enable()
/Linux-v6.1/drivers/net/wireless/ath/ath6kl/
Dinit.c213 * it sends a new connect event
281 /* connect to a service */
293 ath6kl_err("failed to connect to %s service status:%d\n", in ath6kl_connectservice()
326 struct htc_service_connect_req connect; in ath6kl_init_service_ep() local
328 memset(&connect, 0, sizeof(connect)); in ath6kl_init_service_ep()
331 connect.ep_cb.tx_comp_multi = ath6kl_tx_complete; in ath6kl_init_service_ep()
332 connect.ep_cb.rx = ath6kl_rx; in ath6kl_init_service_ep()
333 connect.ep_cb.rx_refill = ath6kl_rx_refill; in ath6kl_init_service_ep()
334 connect.ep_cb.tx_full = ath6kl_tx_queue_full; in ath6kl_init_service_ep()
340 connect.max_txq_depth = MAX_DEFAULT_SEND_QUEUE_DEPTH; in ath6kl_init_service_ep()
[all …]
/Linux-v6.1/tools/include/uapi/linux/
Dseg6_local.h37 /* adjacency segment (IPv6 cross-connect) */
41 /* decap and L2 cross-connect */
43 /* decap and IPv6 cross-connect */
45 /* decap and IPv4 cross-connect */
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dconnect_ping.c56 if (!ASSERT_OK(connect(sock_fd, sa, sa_len), "connect")) in subtest()
142 /* Connect a v4 ping socket to localhost, assert that only v4 is called, in test_connect_ping()
149 /* Connect a v4 ping socket to localhost, assert that only v4 is called, in test_connect_ping()
156 /* Connect a v6 ping socket to localhost, assert that only v6 is called, in test_connect_ping()
163 /* Connect a v6 ping socket to localhost, assert that only v6 is called, in test_connect_ping()
Dsockmap_ktls.c32 return connect(fd, &unspec, sizeof(unspec)); in disconnect()
54 err = connect(cli, (struct sockaddr *)&addr, len); in test_sockmap_ktls_disconnect_after_delete()
55 if (!ASSERT_OK(err, "connect")) 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()
114 if (!ASSERT_OK(err, "connect")) in test_sockmap_ktls_update_fails_when_sock_has_ulp()
/Linux-v6.1/include/net/
Dllc_if.h55 #define LLC_STATUS_CONN 0 /* connect confirm & reset confirm */
56 #define LLC_STATUS_DISC 1 /* connect confirm & reset confirm */
57 #define LLC_STATUS_FAILED 2 /* connect confirm & reset confirm */
58 #define LLC_STATUS_IMPOSSIBLE 3 /* connect confirm */
/Linux-v6.1/drivers/net/wireless/ath/ath9k/
Dwmi.c259 struct htc_service_connreq connect; in ath9k_wmi_connect() local
264 memset(&connect, 0, sizeof(connect)); in ath9k_wmi_connect()
266 connect.ep_callbacks.priv = wmi; in ath9k_wmi_connect()
267 connect.ep_callbacks.tx = ath9k_wmi_ctrl_tx; in ath9k_wmi_connect()
268 connect.ep_callbacks.rx = ath9k_wmi_ctrl_rx; in ath9k_wmi_connect()
269 connect.service_id = WMI_CONTROL_SVC; in ath9k_wmi_connect()
271 ret = htc_connect_service(htc, &connect, &wmi->ctrl_epid); in ath9k_wmi_connect()
/Linux-v6.1/include/net/caif/
Dcaif_dev.h30 * @sockaddr: Socket address to connect.
34 * @param: Connect Request parameters (CAIF_SO_REQ_PARAM).
49 * caif_connect_client - Connect a client to CAIF Core Stack.
51 * to connect on the Modem.
62 * function will receive information about connect/disconnect responses,
/Linux-v6.1/Documentation/hwmon/
Dntc_thermistor.rst46 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-v6.1/Documentation/admin-guide/media/
Ddvb-usb-ttusb2-cardlist.rst19 * - Technotrend TT-connect CT-3650
21 * - Technotrend TT-connect S-2400
23 * - Technotrend TT-connect S-2400 (8kB EEPROM)
/Linux-v6.1/Documentation/devicetree/bindings/usb/
Dsmsc,usb3503.yaml21 connect-gpios:
24 GPIO for connect
85 connect-gpios = <&gpx3 0 1>;
105 connect-gpios = <&pio 4 17 GPIO_ACTIVE_HIGH>; /* PE17 */
/Linux-v6.1/tools/testing/selftests/netfilter/
Dnf_nat_edemux.sh49 # Connect the namespaces using a veth pair
91 # Check socat can connect to 10.96.0.1:443 (aka 192.168.1.1:5201).
93 echo "PASS: socat can connect via NAT'd address"
95 echo "FAIL: socat cannot connect via NAT'd address"
/Linux-v6.1/sound/core/seq/
Dseq_dummy.c65 int connect; member
86 tmpev.source.port = p->connect; in dummy_input()
118 rec->connect = 0; in create_port()
180 rec1->connect = rec2->port; in register_client()
181 rec2->connect = rec1->port; in register_client()
/Linux-v6.1/include/uapi/linux/caif/
Dcaif_socket.h64 * the service to connect to on the modem.
137 * @u.dbg.service: Service sub-system to connect (caif_debug_service
139 * This structure holds the connect parameters used for setting up a
140 * CAIF Channel. It defines the service to connect to on the modem.
182 * is valid after a successful connect.

12345678910>>...62