Home
last modified time | relevance | path

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

12345678910>>...27

/Linux-v6.6/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.c566 struct cfg80211_connect_params *connect, in cfg80211_sme_connect() argument
593 memcpy(&wdev->conn->params, connect, sizeof(*connect)); in cfg80211_sme_connect()
594 if (connect->bssid) { in cfg80211_sme_connect()
596 memcpy(wdev->conn->bssid, connect->bssid, ETH_ALEN); in cfg80211_sme_connect()
599 if (cfg80211_sme_get_conn_ies(wdev, connect->ie, connect->ie_len, in cfg80211_sme_connect()
608 if (connect->auth_type == NL80211_AUTHTYPE_AUTOMATIC) { in cfg80211_sme_connect()
816 if (!wiphy_to_rdev(wdev->wiphy)->ops->connect) { in __cfg80211_connect_result()
1401 wdev->wext.connect.ssid_len = 0; in __cfg80211_disconnected()
1439 struct cfg80211_connect_params *connect, in cfg80211_connect() argument
1454 (wdev->u.client.ssid_len != connect->ssid_len || in cfg80211_connect()
[all …]
Dwext-compat.c485 wdev->wext.connect.privacy = false; in __cfg80211_set_encryption()
1028 wdev->wext.connect.auth_type = NL80211_AUTHTYPE_OPEN_SYSTEM; in cfg80211_set_auth_alg()
1033 wdev->wext.connect.auth_type = NL80211_AUTHTYPE_SHARED_KEY; in cfg80211_set_auth_alg()
1038 wdev->wext.connect.auth_type = NL80211_AUTHTYPE_NETWORK_EAP; in cfg80211_set_auth_alg()
1042 wdev->wext.connect.auth_type = NL80211_AUTHTYPE_AUTOMATIC; in cfg80211_set_auth_alg()
1060 wdev->wext.connect.crypto.wpa_versions &= in cfg80211_set_wpa_version()
1064 wdev->wext.connect.crypto.wpa_versions |= in cfg80211_set_wpa_version()
1068 wdev->wext.connect.crypto.wpa_versions |= in cfg80211_set_wpa_version()
1077 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group()
1080 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group()
[all …]
/Linux-v6.6/scripts/kconfig/
Dqconf.cc316 connect(this, &ConfigList::itemSelectionChanged, in ConfigList()
324 connect(configApp, &QApplication::aboutToQuit, in ConfigList()
895 connect(action, &QAction::toggled, in contextMenuEvent()
897 connect(this, &ConfigList::showNameChanged, in contextMenuEvent()
943 connect(configApp, &QApplication::aboutToQuit, in ConfigInfoView()
951 connect(action, &QAction::toggled, in ConfigInfoView()
953 connect(this, &ConfigInfoView::showDebugChanged, in ConfigInfoView()
1241 connect(editField, &QLineEdit::returnPressed, in ConfigSearchWindow()
1246 connect(searchButton, &QPushButton::clicked, in ConfigSearchWindow()
1256 connect(list, &ConfigList::menuChanged, in ConfigSearchWindow()
[all …]
/Linux-v6.6/drivers/usb/misc/
Dusb3503.c52 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-v6.6/drivers/net/wireless/ath/ath6kl/
Dinit.c326 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()
341 connect.ep_cb.rx_refill_thresh = ATH6KL_MAX_RX_BUFFERS / 4; 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()
[all …]
/Linux-v6.6/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()
189 rec1->connect = rec2->port; in register_client()
190 rec2->connect = rec1->port; in register_client()
/Linux-v6.6/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)
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-v6.6/drivers/misc/sgi-xp/
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-v6.6/drivers/net/wireless/ath/ath9k/
Dwmi.c263 struct htc_service_connreq connect; in ath9k_wmi_connect() local
268 memset(&connect, 0, sizeof(connect)); in ath9k_wmi_connect()
270 connect.ep_callbacks.priv = wmi; in ath9k_wmi_connect()
271 connect.ep_callbacks.tx = ath9k_wmi_ctrl_tx; in ath9k_wmi_connect()
272 connect.ep_callbacks.rx = ath9k_wmi_ctrl_rx; in ath9k_wmi_connect()
273 connect.service_id = WMI_CONTROL_SVC; in ath9k_wmi_connect()
275 ret = htc_connect_service(htc, &connect, &wmi->ctrl_epid); in ath9k_wmi_connect()
/Linux-v6.6/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.6/drivers/hwmon/
Dntc_thermistor.c340 enum { NTC_CONNECTED_POSITIVE, NTC_CONNECTED_GROUND } connect; member
390 return (data->connect == NTC_CONNECTED_POSITIVE) ? in get_ohm_of_thermistor()
393 return (data->connect == NTC_CONNECTED_POSITIVE) ? in get_ohm_of_thermistor()
396 if (data->connect == NTC_CONNECTED_POSITIVE && puo == 0) in get_ohm_of_thermistor()
398 else if (data->connect == NTC_CONNECTED_GROUND && pdo == 0) in get_ohm_of_thermistor()
400 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-v6.6/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_cfg.c91 .connect = {
174 .connect = {
259 .connect = {
359 .connect = {
433 .connect = {
512 .connect = {
611 .connect = {
724 .connect = {
827 .connect = {
915 .connect = {
[all …]
/Linux-v6.6/Documentation/admin-guide/blockdev/drbd/
Ddrbd-connection-state-overview.dot21 label="try to connect, handshake"
52 // drbdadm [label="drbdadm connect"]
60 StandAlone -> Unconnected [ label="drbdadm connect" ]
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
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()
113 err = connect(s, (struct sockaddr *)&addr, len); in test_sockmap_ktls_update_fails_when_sock_has_ulp()
/Linux-v6.6/sound/soc/atmel/
Dtse850-pcm5142.c138 int connect = !!ucontrol->value.integer.value[0]; in tse850_put_mix() local
140 if (tse850->add_cache == connect) in tse850_put_mix()
147 gpiod_set_value_cansleep(tse850->add, connect); in tse850_put_mix()
148 tse850->add_cache = connect; in tse850_put_mix()
150 snd_soc_dapm_mixer_update_power(dapm, kctrl, connect, NULL); in tse850_put_mix()
/Linux-v6.6/drivers/usb/musb/
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()
/Linux-v6.6/Documentation/devicetree/bindings/interrupt-controller/
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-v6.6/Documentation/devicetree/bindings/net/
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-v6.6/drivers/media/radio/si470x/
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-v6.6/include/video/
Domapfb_dss.h438 int (*connect)(struct omap_dss_device *dssdev, member
457 int (*connect)(struct omap_dss_device *dssdev, member
476 int (*connect)(struct omap_dss_device *dssdev, member
493 int (*connect)(struct omap_dss_device *dssdev, member
518 int (*connect)(struct omap_dss_device *dssdev, member
542 int (*connect)(struct omap_dss_device *dssdev, member
693 int (*connect)(struct omap_dss_device *dssdev); member
/Linux-v6.6/include/xen/interface/io/
Dpvcalls.h56 } connect; member
98 } connect; member
/Linux-v6.6/tools/testing/selftests/netfilter/
Dsctp_collision.c57 ret = connect(sd, (struct sockaddr *)&daddr, len); in main()
77 ret = connect(sd, (struct sockaddr *)&daddr, len); in main()
/Linux-v6.6/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()

12345678910>>...27