/linux-6.1.9/net/wireless/ |
D | wext-sme.c | 31 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 …]
|
D | sme.c | 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() 788 if (!wiphy_to_rdev(wdev->wiphy)->ops->connect) { in __cfg80211_connect_result() 1340 wdev->wext.connect.ssid_len = 0; in __cfg80211_disconnected() 1378 struct cfg80211_connect_params *connect, in cfg80211_connect() argument 1393 (wdev->u.client.ssid_len != connect->ssid_len || in cfg80211_connect() [all …]
|
D | wext-compat.c | 476 wdev->wext.connect.privacy = false; in __cfg80211_set_encryption() 1014 wdev->wext.connect.auth_type = NL80211_AUTHTYPE_OPEN_SYSTEM; in cfg80211_set_auth_alg() 1019 wdev->wext.connect.auth_type = NL80211_AUTHTYPE_SHARED_KEY; in cfg80211_set_auth_alg() 1024 wdev->wext.connect.auth_type = NL80211_AUTHTYPE_NETWORK_EAP; in cfg80211_set_auth_alg() 1028 wdev->wext.connect.auth_type = NL80211_AUTHTYPE_AUTOMATIC; in cfg80211_set_auth_alg() 1046 wdev->wext.connect.crypto.wpa_versions &= in cfg80211_set_wpa_version() 1050 wdev->wext.connect.crypto.wpa_versions |= in cfg80211_set_wpa_version() 1054 wdev->wext.connect.crypto.wpa_versions |= in cfg80211_set_wpa_version() 1063 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group() 1066 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group() [all …]
|
/linux-6.1.9/drivers/usb/misc/ |
D | usb3503.c | 51 struct gpio_desc *connect; member 57 if (!state && hub->connect) in usb3503_reset() 58 gpiod_set_value_cansleep(hub->connect, 0); in usb3503_reset() 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() 254 gpiod_set_consumer_name(hub->connect, "usb3503 connect"); in usb3503_probe()
|
/linux-6.1.9/scripts/kconfig/ |
D | qconf.cc | 314 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-6.1.9/sound/core/seq/ |
D | seq_dummy.c | 65 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-6.1.9/drivers/net/wireless/ath/ath9k/ |
D | wmi.c | 259 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-6.1.9/drivers/net/wireless/ath/ath6kl/ |
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() 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-6.1.9/Documentation/admin-guide/media/ |
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)
|
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-6.1.9/drivers/misc/sgi-xp/ |
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-6.1.9/Documentation/hwmon/ |
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-6.1.9/drivers/hwmon/ |
D | ntc_thermistor.c | 340 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-6.1.9/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_cfg.c | 91 .connect = { 178 .connect = { 278 .connect = { 352 .connect = { 431 .connect = { 530 .connect = { 643 .connect = { 746 .connect = { 834 .connect = { 925 .connect = { [all …]
|
/linux-6.1.9/Documentation/devicetree/bindings/usb/ |
D | smsc,usb3503.yaml | 21 connect-gpios: 24 GPIO for connect 85 connect-gpios = <&gpx3 0 1>; 105 connect-gpios = <&pio 4 17 GPIO_ACTIVE_HIGH>; /* PE17 */
|
/linux-6.1.9/drivers/nvme/host/ |
D | fabrics.c | 313 inv_sqe, cmd->connect.qid); in nvmf_log_connect_error() 334 cmd->connect.recfmt); in nvmf_log_connect_error() 380 cmd.connect.opcode = nvme_fabrics_command; in nvmf_connect_admin_queue() 381 cmd.connect.fctype = nvme_fabrics_type_connect; in nvmf_connect_admin_queue() 382 cmd.connect.qid = 0; in nvmf_connect_admin_queue() 383 cmd.connect.sqsize = cpu_to_le16(NVME_AQ_DEPTH - 1); in nvmf_connect_admin_queue() 388 cmd.connect.kato = cpu_to_le32(ctrl->kato * 1000); in nvmf_connect_admin_queue() 391 cmd.connect.cattr |= NVME_CONNECT_DISABLE_SQFLOW; in nvmf_connect_admin_queue() 464 cmd.connect.opcode = nvme_fabrics_command; in nvmf_connect_io_queue() 465 cmd.connect.fctype = nvme_fabrics_type_connect; in nvmf_connect_io_queue() [all …]
|
/linux-6.1.9/Documentation/admin-guide/blockdev/drbd/ |
D | drbd-connection-state-overview.dot | 21 label="try to connect, handshake" 52 // drbdadm [label="drbdadm connect"] 60 StandAlone -> Unconnected [ label="drbdadm connect" ]
|
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/ |
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-6.1.9/sound/soc/atmel/ |
D | tse850-pcm5142.c | 138 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-6.1.9/drivers/usb/musb/ |
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-6.1.9/Documentation/devicetree/bindings/interrupt-controller/ |
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-6.1.9/drivers/media/radio/si470x/ |
D | Kconfig | 9 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-6.1.9/Documentation/devicetree/bindings/net/ |
D | hisilicon-hns-nic.txt | 11 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-6.1.9/include/xen/interface/io/ |
D | pvcalls.h | 56 } connect; member 98 } connect; member
|
/linux-6.1.9/include/video/ |
D | omapfb_dss.h | 438 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
|