Home
last modified time | relevance | path

Searched refs:connect (Results 1 – 25 of 632) sorted by relevance

12345678910>>...26

/linux/net/wireless/
H A 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()
93 if (wdev->wext.connect.channel == chan) in cfg80211_mgd_wext_siwfreq()
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 in cfg80211_mgd_wext_giwfreq()
[all...]
H A Dsme.c5 * (for nl80211's connect() and wext)
27 * driver. This is for implementing nl80211's connect/disconnect
553 struct cfg80211_connect_params *connect, in cfg80211_sme_connect() argument
580 memcpy(&wdev->conn->params, connect, sizeof(*connect)); in cfg80211_sme_connect()
581 if (connect->bssid) { in cfg80211_sme_connect()
583 memcpy(wdev->conn->bssid, connect->bssid, ETH_ALEN); in cfg80211_sme_connect()
586 if (cfg80211_sme_get_conn_ies(wdev, connect->ie, connect->ie_len, in cfg80211_sme_connect()
595 if (connect in cfg80211_sme_connect()
1435 cfg80211_connect(struct cfg80211_registered_device * rdev,struct net_device * dev,struct cfg80211_connect_params * connect,struct cfg80211_cached_keys * connkeys,const u8 * prev_bssid) cfg80211_connect() argument
[all...]
/linux/drivers/net/wireless/ath/ath6kl/
H A 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 in ath6kl_init_service_ep()
[all...]
/linux/Documentation/admin-guide/media/
H A Ddvb-usb-ttusb2-cardlist.rst19 * - Technotrend TT-connect CT-3650
21 * - Technotrend TT-connect S-2400
23 * - Technotrend TT-connect S-2400 (8kB EEPROM)
H A Ddvb-usb-dvbsky-cardlist.rst31 * - 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/
H A Dxp_main.c82 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/
H A Dseq_dummy.c71 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/
H A Dwmi.c265 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/
H A 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/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_cfg.c91 .connect = {
174 .connect = {
259 .connect = {
359 .connect = {
433 .connect = {
512 .connect = {
611 .connect = {
724 .connect = {
827 .connect = {
914 .connect
[all...]
/linux/tools/testing/selftests/net/packetdrill/
H A Dtcp_syscall_bad_arg_fastopen-invalid-buf-ptr.pkt11 +0 connect(3, ..., ...) = -1 EINPROGRESS (Operation is now in progress)
30 +0 connect(5, ..., ...) = 0
38 +0 connect(6, ..., ...) = 0
H A Dtcp_blocking_blocking-connect.pkt2 // Test for blocking connect.
9 +.1...0.200 connect(3, ..., ...) = 0
H A Dtcp_zerocopy_closed.pkt8 // Then connect and send and verify that notification nr. is zero.
22 +0...0 connect(4, ..., ...) = 0
/linux/drivers/hwmon/
H A Dntc_thermistor.c325 * pullup_uV, pullup_ohm, pulldown_ohm, and connect are required.
327 * How to setup pullup_ohm, pulldown_ohm, and connect is
341 enum { NTC_CONNECTED_POSITIVE, NTC_CONNECTED_GROUND } connect; member
394 if (data->connect == NTC_CONNECTED_POSITIVE && puo == 0) in get_ohm_of_thermistor()
396 else if (data->connect == NTC_CONNECTED_GROUND && pdo == 0) in get_ohm_of_thermistor()
398 else if (data->connect == NTC_CONNECTED_POSITIVE) in get_ohm_of_thermistor()
596 data->connect = NTC_CONNECTED_POSITIVE; in ntc_thermistor_parse_props()
598 data->connect = NTC_CONNECTED_GROUND; in ntc_thermistor_parse_props()
622 (data->pullup_ohm == 0 && data->connect == in ntc_thermistor_probe()
624 (data->pulldown_ohm == 0 && data->connect in ntc_thermistor_probe()
[all...]
/linux/tools/testing/selftests/landlock/
H A Dscoped_abstract_unix_test.c82 * can_connect_to_parent is true if a child process can connect to its in TEST_F()
116 err = connect(stream_client, &self->stream_address.unix_addr, in TEST_F()
126 err = connect(dgram_client, &self->dgram_address.unix_addr, in TEST_F()
179 * can_connect_to_child is true if a parent process can connect to its in TEST_F()
222 /* Waits to connect. */ in TEST_F()
246 err_stream = connect(stream_client, &self->stream_address.unix_addr, in TEST_F()
249 err_dgram = connect(dgram_client, &self->dgram_address.unix_addr, in TEST_F()
339 /* Waits to connect. */ in TEST_F()
358 err_dgram = connect(dgram_client, &self->dgram_address.unix_addr, in TEST_F()
473 stream_err = connect( in TEST_F()
[all...]
/linux/tools/testing/selftests/net/netfilter/
H A Dnf_nat_edemux.sh60 echo test | ip netns exec "$ns2" socat -t 3 -u STDIN TCP:10.96.0.1:443,connect-timeout=3 >/dev/null
63 # Check socat can connect to 10.96.0.1:443 (aka 192.168.1.1:5201).
65 echo "PASS: socat can connect via NAT'd address"
67 echo "FAIL: socat cannot connect via NAT'd address"
74 sleep 5 | ip netns exec "$ns2" socat -t 5 -u STDIN TCP:192.168.1.1:5202,connect-timeout=5 >/dev/null &
76 # if connect succeeds, client closes instantly due to EOF on stdin.
77 # if connect hangs, it will time out after 5s.
78 echo | ip netns exec "$ns2" socat -t 3 -u STDIN TCP:192.168.1.1:5203,connect-timeout=5 >/dev/null &
87 # 'cpid2' to connect and then exit (and no connect dela
[all...]
H A Dsctp_collision.c57 ret = connect(sd, (struct sockaddr *)&daddr, len); in main()
59 printf("Failed to connect to peer\n"); in main()
77 ret = connect(sd, (struct sockaddr *)&daddr, len); in main()
79 printf("Failed to connect to peer\n"); in main()
/linux/sound/soc/atmel/
H A Dtse850-pcm5142.c136 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()
284 /* connect board input to the codec left channel output pin */
/linux/Documentation/admin-guide/blockdev/drbd/
H A Ddrbd-connection-state-overview.dot21 label="try to connect, handshake"
52 // drbdadm [label="drbdadm connect"]
60 StandAlone -> Unconnected [ label="drbdadm connect" ]
/linux/drivers/usb/musb/
H A Dmusb_debugfs.c236 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()
313 * In host mode, connect/disconnect the bus without physically
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dhisilicon,mbigen-v2.txt12 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/drivers/media/radio/si470x/
H A DKconfig9 Say Y here if you want to connect this type of radio to your
35 Say Y here if you want to connect this type of radio to your
48 Say Y here if you want to connect this type of radio to your
/linux/Documentation/devicetree/bindings/net/
H A Dhisilicon-hns-nic.txt11 connect to 8 PHYs. Port 0 to 1 are both used for administration purpose. They
26 In Switch mode of DSAF, all 6 PHYs are taken as physical ports connect to a
27 LAN Switch while the CPU side assume itself have one single NIC connect to
/linux/include/xen/interface/io/
H A Dpvcalls.h10 /* "1" means socket, connect, release, bind, listen, accept and poll */
56 } connect; member
98 } connect; member
/linux/drivers/nfc/
H A 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()

12345678910>>...26