/Linux-v5.15/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() 130 else if (wdev->wext.connect.channel) in cfg80211_mgd_wext_giwfreq() [all …]
|
D | sme.c | 5 * (for nl80211's connect() and wext) 27 * driver. This is for implementing nl80211's connect/disconnect 514 struct cfg80211_connect_params *connect, in cfg80211_sme_connect() argument 542 memcpy(&wdev->conn->params, connect, sizeof(*connect)); in cfg80211_sme_connect() 543 if (connect->bssid) { in cfg80211_sme_connect() 545 memcpy(wdev->conn->bssid, connect->bssid, ETH_ALEN); in cfg80211_sme_connect() 548 if (cfg80211_sme_get_conn_ies(wdev, connect->ie, connect->ie_len, in cfg80211_sme_connect() 557 if (connect->auth_type == NL80211_AUTHTYPE_AUTOMATIC) { in cfg80211_sme_connect() 673 * API calls for drivers implementing connect/disconnect and 728 WARN_ON_ONCE(!wiphy_to_rdev(wdev->wiphy)->ops->connect); in __cfg80211_connect_result() [all …]
|
/Linux-v5.15/sound/soc/tegra/ |
D | tegra20_das.h | 83 * The Tegra DAS is a mux/cross-bar which can connect each DAP to a specific 94 * Connect a DAP to a DAC 95 * dap_id: DAP to connect: TEGRA20_DAS_DAP_ID_* 96 * dac_sel: DAC to connect to: TEGRA20_DAS_DAP_SEL_DAC* 101 * Connect a DAP to another DAP 102 * dap_id: DAP to connect: TEGRA20_DAS_DAP_ID_* 103 * other_dap_sel: DAP to connect to: TEGRA20_DAS_DAP_SEL_DAP* 113 * Connect a DAC's input to a DAP 115 * dac_id: DAC ID to connect: TEGRA20_DAS_DAC_ID_*
|
/Linux-v5.15/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_mbx.h | 45 * +----------+ 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-v5.15/tools/testing/vsock/ |
D | vsock_test.c | 43 ret = connect(fd, &addr.sa, sizeof(addr.svm)); in test_stream_connection_reset() 44 timeout_check("connect"); in test_stream_connection_reset() 49 fprintf(stderr, "expected connect(2) failure, got %d\n", ret); in test_stream_connection_reset() 53 fprintf(stderr, "unexpected connect(2) errno %d\n", errno); in test_stream_connection_reset() 82 ret = connect(fd, &addr.sa, sizeof(addr.svm)); in test_stream_bind_only_client() 83 timeout_check("connect"); in test_stream_bind_only_client() 88 fprintf(stderr, "expected connect(2) failure, got %d\n", ret); in test_stream_bind_only_client() 92 fprintf(stderr, "unexpected connect(2) errno %d\n", errno); in test_stream_bind_only_client() 138 perror("connect"); in test_stream_client_close_client() 173 perror("connect"); in test_stream_server_close_client() [all …]
|
/Linux-v5.15/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() 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() 244 hub->connect = devm_gpiod_get_optional(dev, "connect", GPIOD_OUT_LOW); in usb3503_probe() 245 if (IS_ERR(hub->connect)) in usb3503_probe() 246 return PTR_ERR(hub->connect); in usb3503_probe() 247 if (hub->connect) in usb3503_probe() [all …]
|
D | Kconfig | 53 Say Y here if you want to connect a USB Lego Infrared Tower to your 65 Say Y here if you want to connect an USBLCD to your computer's 76 Say Y here if you want to connect a Cypress CY7C63xxx 89 Say Y here if you want to connect a Cypress USB thermometer 164 Say Y here if you want to connect a PlayStation 2 Trance Vibrator 221 Say Y here if you want to connect a YUREX to your computer's 269 Say Y here if you want to connect an AltusMetrum ChaosKey or
|
/Linux-v5.15/sound/soc/sh/rcar/ |
D | ctu.c | 24 * 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-v5.15/include/uapi/linux/ |
D | mei.h | 41 * 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
|
D | seg6_local.h | 39 /* adjacency segment (IPv6 cross-connect) */ 43 /* decap and L2 cross-connect */ 45 /* decap and IPv6 cross-connect */ 47 /* decap and IPv4 cross-connect */
|
/Linux-v5.15/drivers/nvme/host/ |
D | fabrics.c | 259 * connect() errors. 277 char *inv_data = "Connect Invalid Data Parameter"; in nvmf_log_connect_error() 302 char *inv_sqe = "Connect Invalid SQE Parameter"; in nvmf_log_connect_error() 308 inv_sqe, cmd->connect.qid); in nvmf_log_connect_error() 319 "Connect for subsystem %s is not allowed, hostnqn: %s\n", in nvmf_log_connect_error() 324 "Connect command failed: controller is busy or not available\n"); in nvmf_log_connect_error() 328 "Connect incompatible format: %d", in nvmf_log_connect_error() 329 cmd->connect.recfmt); in nvmf_log_connect_error() 333 "Connect command failed: host path error\n"); in nvmf_log_connect_error() 337 "Connect command failed, error wo/DNR bit: %d\n", in nvmf_log_connect_error() [all …]
|
/Linux-v5.15/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-v5.15/include/linux/ |
D | nvme-rdma.h | 49 * struct nvme_rdma_cm_req - rdma connect request 65 * struct nvme_rdma_cm_rep - rdma connect reply 77 * struct nvme_rdma_cm_rej - rdma connect reject 80 * @sts: error status for the associated connect request
|
/Linux-v5.15/drivers/nfc/ |
D | mei_phy.c | 142 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-v5.15/drivers/net/wireless/ath/ath6kl/ |
D | init.c | 213 * 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-v5.15/tools/include/uapi/linux/ |
D | seg6_local.h | 37 /* adjacency segment (IPv6 cross-connect) */ 41 /* decap and L2 cross-connect */ 43 /* decap and IPv6 cross-connect */ 45 /* decap and IPv4 cross-connect */
|
/Linux-v5.15/include/net/ |
D | llc_if.h | 55 #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-v5.15/drivers/net/wireless/ath/ath9k/ |
D | wmi.c | 255 struct htc_service_connreq connect; in ath9k_wmi_connect() local 260 memset(&connect, 0, sizeof(connect)); in ath9k_wmi_connect() 262 connect.ep_callbacks.priv = wmi; in ath9k_wmi_connect() 263 connect.ep_callbacks.tx = ath9k_wmi_ctrl_tx; in ath9k_wmi_connect() 264 connect.ep_callbacks.rx = ath9k_wmi_ctrl_rx; in ath9k_wmi_connect() 265 connect.service_id = WMI_CONTROL_SVC; in ath9k_wmi_connect() 267 ret = htc_connect_service(htc, &connect, &wmi->ctrl_epid); in ath9k_wmi_connect()
|
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/ |
D | Kconfig | 17 Connect-IB cards by Mellanox Technologies. 157 bool "Mellanox Technologies IPsec Connect-X support" 163 Build IPsec support for the Connect-X family of network cards by Mellanox 166 IPsec support for the Connect-X family. 194 bool "Mellanox Technologies TLS Connect-X support" 201 Build TLS support for the Connect-X family of network cards by Mellanox
|
/Linux-v5.15/include/net/caif/ |
D | caif_dev.h | 30 * @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-v5.15/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-v5.15/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)
|
/Linux-v5.15/drivers/net/appletalk/ |
D | Kconfig | 11 wish to connect to it, say Y. You will need to use the netatalk package 20 General information about how to connect Linux, Windows machines and 39 connect to the AppleTalk network, say Y. 46 This allows you to use the AppleTalk PC card to connect to LocalTalk 59 This allows you to use COPS AppleTalk cards to connect to LocalTalk
|
/Linux-v5.15/tools/testing/selftests/netfilter/ |
D | nf_nat_edemux.sh | 49 # Connect the namespaces using a veth pair 91 # Check nc can connect to 10.96.0.1:443 (aka 192.168.1.1:5201). 93 echo "PASS: nc can connect via NAT'd address" 95 echo "FAIL: nc cannot connect via NAT'd address"
|
/Linux-v5.15/include/linux/platform_data/ |
D | ntc_thermistor.h | 28 * pullup_uV, pullup_ohm, pulldown_ohm, and connect are required to use 31 * How to setup pullup_ohm, pulldown_ohm, and connect is 44 enum { NTC_CONNECTED_POSITIVE, NTC_CONNECTED_GROUND } connect; member
|