Home
last modified time | relevance | path

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

12345678910>>...26

/linux/net/wireless/
A Dwext-sme.c31 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 Dsme.c542 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 Dwext-compat.c471 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 Dqconf.cc893 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 Dusb3503.c51 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 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()
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 Dwmi.c255 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 Dseq_dummy.c65 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 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/Documentation/hwmon/
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/Documentation/admin-guide/media/
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)
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/hwmon/
A Dntc_thermistor.c422 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 Dmdp5_cfg.c91 .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 Dfabrics.c308 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 Dsmsc,usb3503.yaml21 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 Ddrbd-connection-state-overview.dot21 label="try to connect, handshake"
52 // drbdadm [label="drbdadm connect"]
60 StandAlone -> Unconnected [ label="drbdadm connect" ]
/linux/sound/soc/atmel/
A 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/drivers/usb/musb/
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()
/linux/Documentation/devicetree/bindings/interrupt-controller/
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/include/video/
A 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/drivers/media/radio/si470x/
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/
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/drivers/net/wireless/
A Dvirt_wifi.c211 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 DKconfig11 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

Completed in 57 milliseconds

12345678910>>...26