/linux/net/wireless/ |
A D | wext-sme.c | 31 wdev->wext.connect.ie = wdev->wext.ie; 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() 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() 131 chan = wdev->wext.connect.channel; in cfg80211_mgd_wext_giwfreq() 188 wdev->wext.connect.ssid_len = len; in cfg80211_mgd_wext_siwessid() 229 } else if (wdev->wext.connect.ssid && wdev->wext.connect.ssid_len) { in cfg80211_mgd_wext_giwessid() [all …]
|
A D | sme.c | 542 memcpy(&wdev->conn->params, connect, sizeof(*connect)); in cfg80211_sme_connect() 543 if (connect->bssid) { in cfg80211_sme_connect() 548 if (cfg80211_sme_get_conn_ies(wdev, connect->ie, connect->ie_len, in cfg80211_sme_connect() 1135 wdev->wext.connect.ssid_len = 0; in __cfg80211_disconnected() 1225 connect->key_idx = idx; in cfg80211_connect() 1233 if (connect->crypto.cipher_group == 0) in cfg80211_connect() 1234 connect->crypto.cipher_group = cipher; in cfg80211_connect() 1250 memcpy(wdev->ssid, connect->ssid, connect->ssid_len); in cfg80211_connect() 1251 wdev->ssid_len = connect->ssid_len; in cfg80211_connect() 1256 if (!rdev->ops->connect) in cfg80211_connect() [all …]
|
A D | wext-compat.c | 471 wdev->wext.connect.privacy = false; in __cfg80211_set_encryption() 1020 wdev->wext.connect.crypto.wpa_versions &= in cfg80211_set_wpa_version() 1024 wdev->wext.connect.crypto.wpa_versions |= in cfg80211_set_wpa_version() 1028 wdev->wext.connect.crypto.wpa_versions |= in cfg80211_set_wpa_version() 1037 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group() 1040 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group() 1043 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group() 1046 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group() 1049 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group() 1052 wdev->wext.connect.crypto.cipher_group = 0; in cfg80211_set_cipher_group() [all …]
|
/linux/scripts/kconfig/ |
A D | qconf.cc | 893 connect(action, &QAction::toggled, in contextMenuEvent() 949 connect(action, &QAction::toggled, in ConfigInfoView() 1254 connect(list, &ConfigList::menuChanged, in ConfigSearchWindow() 1256 connect(list, &ConfigList::menuChanged, in ConfigSearchWindow() 1378 connect(backAction, &QAction::triggered, in ConfigMainWindow() 1383 connect(quitAction, &QAction::triggered, in ConfigMainWindow() 1388 connect(loadAction, &QAction::triggered, in ConfigMainWindow() 1393 connect(saveAction, &QAction::triggered, in ConfigMainWindow() 1403 connect(saveAsAction, &QAction::triggered, in ConfigMainWindow() 1509 connect(menuList, &ConfigList::gotFocus, in ConfigMainWindow() [all …]
|
/linux/drivers/usb/misc/ |
A 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() 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() 248 gpiod_set_consumer_name(hub->connect, "usb3503 connect"); in usb3503_probe()
|
/linux/drivers/net/wireless/ath/ath6kl/ |
A 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() 332 connect.ep_cb.rx = ath6kl_rx; 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() 346 connect.svc_id = WMI_CONTROL_SVC; in ath6kl_init_service_ep() 350 connect.flags |= HTC_FLGS_TX_BNDL_PAD_EN; in ath6kl_init_service_ep() 375 connect.svc_id = WMI_DATA_BE_SVC; in ath6kl_init_service_ep() 381 connect.svc_id = WMI_DATA_BK_SVC; in ath6kl_init_service_ep() 386 connect.svc_id = WMI_DATA_VI_SVC; in ath6kl_init_service_ep() [all …]
|
/linux/drivers/net/wireless/ath/ath9k/ |
A 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/sound/core/seq/ |
A 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/drivers/misc/sgi-xp/ |
A 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/Documentation/hwmon/ |
A 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/Documentation/admin-guide/media/ |
A 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)
|
A 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/drivers/hwmon/ |
A D | ntc_thermistor.c | 422 pdata->connect = NTC_CONNECTED_POSITIVE; in ntc_thermistor_parse_dt() 424 pdata->connect = NTC_CONNECTED_GROUND; in ntc_thermistor_parse_dt() 460 return (pdata->connect == NTC_CONNECTED_POSITIVE) ? in get_ohm_of_thermistor() 463 return (pdata->connect == NTC_CONNECTED_POSITIVE) ? in get_ohm_of_thermistor() 466 if (pdata->connect == NTC_CONNECTED_POSITIVE && puo == 0) in get_ohm_of_thermistor() 468 else if (pdata->connect == NTC_CONNECTED_GROUND && pdo == 0) in get_ohm_of_thermistor() 470 else if (pdata->connect == NTC_CONNECTED_POSITIVE) in get_ohm_of_thermistor() 676 (pdata->pullup_ohm == 0 && pdata->connect == in ntc_thermistor_probe() 678 (pdata->pulldown_ohm == 0 && pdata->connect == in ntc_thermistor_probe() 680 (pdata->connect != NTC_CONNECTED_POSITIVE && in ntc_thermistor_probe() [all …]
|
/linux/drivers/gpu/drm/msm/disp/mdp5/ |
A D | mdp5_cfg.c | 91 .connect = { 178 .connect = { 278 .connect = { 352 .connect = { 431 .connect = { 530 .connect = { 643 .connect = { 746 .connect = { 834 .connect = { 920 .connect = { [all …]
|
/linux/drivers/nvme/host/ |
A D | fabrics.c | 308 inv_sqe, cmd->connect.qid); in nvmf_log_connect_error() 329 cmd->connect.recfmt); in nvmf_log_connect_error() 370 cmd.connect.opcode = nvme_fabrics_command; in nvmf_connect_admin_queue() 371 cmd.connect.fctype = nvme_fabrics_type_connect; in nvmf_connect_admin_queue() 372 cmd.connect.qid = 0; in nvmf_connect_admin_queue() 378 cmd.connect.kato = cpu_to_le32(ctrl->kato * 1000); in nvmf_connect_admin_queue() 381 cmd.connect.cattr |= NVME_CONNECT_DISABLE_SQFLOW; in nvmf_connect_admin_queue() 436 cmd.connect.opcode = nvme_fabrics_command; in nvmf_connect_io_queue() 437 cmd.connect.fctype = nvme_fabrics_type_connect; in nvmf_connect_io_queue() 438 cmd.connect.qid = cpu_to_le16(qid); in nvmf_connect_io_queue() [all …]
|
/linux/Documentation/devicetree/bindings/usb/ |
A D | smsc,usb3503.yaml | 21 connect-gpios: 24 GPIO for connect 84 connect-gpios = <&gpx3 0 1>; 104 connect-gpios = <&pio 4 17 GPIO_ACTIVE_HIGH>; /* PE17 */
|
/linux/Documentation/admin-guide/blockdev/drbd/ |
A D | drbd-connection-state-overview.dot | 21 label="try to connect, handshake" 52 // drbdadm [label="drbdadm connect"] 60 StandAlone -> Unconnected [ label="drbdadm connect" ]
|
/linux/sound/soc/atmel/ |
A 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/drivers/usb/musb/ |
A 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/Documentation/devicetree/bindings/interrupt-controller/ |
A 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/include/video/ |
A 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
|
/linux/drivers/media/radio/si470x/ |
A 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/Documentation/devicetree/bindings/net/ |
A 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/drivers/net/wireless/ |
A D | virt_wifi.c | 211 struct delayed_work connect; member 232 could_schedule = schedule_delayed_work(&priv->connect, HZ * 2); in virt_wifi_connect() 252 container_of(work, struct virt_wifi_netdev_priv, connect.work); in virt_wifi_connect_complete() 277 if (cancel_delayed_work_sync(&priv->connect)) { in virt_wifi_cancel_connect() 349 .connect = virt_wifi_connect, 571 INIT_DELAYED_WORK(&priv->connect, virt_wifi_connect_complete); in virt_wifi_newlink()
|
/linux/drivers/net/appletalk/ |
A 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
|