/linux-4.4.14/net/wireless/ |
D | wext-sme.c | 30 wdev->wext.connect.ie = wdev->wext.ie; in cfg80211_mgd_wext_connect() 31 wdev->wext.connect.ie_len = wdev->wext.ie_len; in cfg80211_mgd_wext_connect() 34 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() 110 wdev->wext.connect.channel = chan; in cfg80211_mgd_wext_siwfreq() 119 if (chan && !wdev->wext.connect.ssid_len) { in cfg80211_mgd_wext_siwfreq() [all …]
|
D | sme.c | 483 struct cfg80211_connect_params *connect, in cfg80211_sme_connect() argument 506 memcpy(&wdev->conn->params, connect, sizeof(*connect)); in cfg80211_sme_connect() 507 if (connect->bssid) { in cfg80211_sme_connect() 509 memcpy(wdev->conn->bssid, connect->bssid, ETH_ALEN); in cfg80211_sme_connect() 512 if (cfg80211_sme_get_conn_ies(wdev, connect->ie, connect->ie_len, in cfg80211_sme_connect() 521 if (connect->auth_type == NL80211_AUTHTYPE_AUTOMATIC) { in cfg80211_sme_connect() 687 WARN_ON_ONCE(!wiphy_to_rdev(wdev->wiphy)->ops->connect); in __cfg80211_connect_result() 934 wdev->wext.connect.ssid_len = 0; in __cfg80211_disconnected() 972 struct cfg80211_connect_params *connect, in cfg80211_connect() argument 986 cfg80211_oper_and_ht_capa(&connect->ht_capa_mask, in cfg80211_connect() [all …]
|
D | wext-compat.c | 490 wdev->wext.connect.privacy = false; in __cfg80211_set_encryption() 943 wdev->wext.connect.auth_type = NL80211_AUTHTYPE_OPEN_SYSTEM; in cfg80211_set_auth_alg() 948 wdev->wext.connect.auth_type = NL80211_AUTHTYPE_SHARED_KEY; in cfg80211_set_auth_alg() 953 wdev->wext.connect.auth_type = NL80211_AUTHTYPE_NETWORK_EAP; in cfg80211_set_auth_alg() 957 wdev->wext.connect.auth_type = NL80211_AUTHTYPE_AUTOMATIC; in cfg80211_set_auth_alg() 975 wdev->wext.connect.crypto.wpa_versions &= in cfg80211_set_wpa_version() 979 wdev->wext.connect.crypto.wpa_versions |= in cfg80211_set_wpa_version() 983 wdev->wext.connect.crypto.wpa_versions |= in cfg80211_set_wpa_version() 992 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group() 995 wdev->wext.connect.crypto.cipher_group = in cfg80211_set_cipher_group() [all …]
|
D | nl80211.c | 1553 if (rdev->ops->connect || rdev->ops->auth) { in nl80211_send_wiphy() 7821 struct cfg80211_connect_params connect; in nl80211_connect() local 7826 memset(&connect, 0, sizeof(connect)); in nl80211_connect() 7836 connect.auth_type = in nl80211_connect() 7838 if (!nl80211_valid_auth_type(rdev, connect.auth_type, in nl80211_connect() 7842 connect.auth_type = NL80211_AUTHTYPE_AUTOMATIC; in nl80211_connect() 7844 connect.privacy = info->attrs[NL80211_ATTR_PRIVACY]; in nl80211_connect() 7846 err = nl80211_crypto_settings(rdev, info, &connect.crypto, in nl80211_connect() 7857 connect.bg_scan_period = -1; in nl80211_connect() 7860 connect.bg_scan_period = in nl80211_connect() [all …]
|
/linux-4.4.14/scripts/kconfig/ |
D | qconf.cc | 271 connect(this, SIGNAL(editingFinished()), SLOT(hide())); in ConfigLineEdit() 324 connect(this, SIGNAL(itemSelectionChanged(void)), in ConfigList() 334 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings())); in ConfigList() 880 connect(action, SIGNAL(toggled(bool)), in contextMenuEvent() 882 connect(parent(), SIGNAL(showNameChanged(bool)), in contextMenuEvent() 888 connect(action, SIGNAL(toggled(bool)), in contextMenuEvent() 890 connect(parent(), SIGNAL(showRangeChanged(bool)), in contextMenuEvent() 896 connect(action, SIGNAL(toggled(bool)), in contextMenuEvent() 898 connect(parent(), SIGNAL(showDataChanged(bool)), in contextMenuEvent() 1019 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings())); in ConfigInfoView() [all …]
|
/linux-4.4.14/sound/core/seq/ |
D | seq_dummy.c | 79 int connect; member 100 tmpev.source.port = p->connect; in dummy_input() 131 rec->connect = 0; in create_port() 193 rec1->connect = rec2->port; in register_client() 194 rec2->connect = rec1->port; in register_client()
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | wmi.c | 252 struct htc_service_connreq connect; in ath9k_wmi_connect() local 257 memset(&connect, 0, sizeof(connect)); in ath9k_wmi_connect() 259 connect.ep_callbacks.priv = wmi; in ath9k_wmi_connect() 260 connect.ep_callbacks.tx = ath9k_wmi_ctrl_tx; in ath9k_wmi_connect() 261 connect.ep_callbacks.rx = ath9k_wmi_ctrl_rx; in ath9k_wmi_connect() 262 connect.service_id = WMI_CONTROL_SVC; in ath9k_wmi_connect() 264 ret = htc_connect_service(htc, &connect, &wmi->ctrl_epid); in ath9k_wmi_connect()
|
/linux-4.4.14/Documentation/hwmon/ |
D | ntc_thermistor | 36 1. connect = NTC_CONNECTED_POSITIVE, pullup_ohm > 0 48 2. connect = NTC_CONNECTED_POSITIVE, pullup_ohm = 0 (not-connected) 60 3. connect = NTC_CONNECTED_GROUND, pulldown_ohm > 0 72 4. connect = NTC_CONNECTED_GROUND, pulldown_ohm = 0 (not-connected) 85 pulldown_ohm, and connect should be provided. When none of the four models
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | init.c | 325 struct htc_service_connect_req connect; in ath6kl_init_service_ep() local 327 memset(&connect, 0, sizeof(connect)); in ath6kl_init_service_ep() 330 connect.ep_cb.tx_comp_multi = ath6kl_tx_complete; in ath6kl_init_service_ep() 331 connect.ep_cb.rx = ath6kl_rx; in ath6kl_init_service_ep() 332 connect.ep_cb.rx_refill = ath6kl_rx_refill; in ath6kl_init_service_ep() 333 connect.ep_cb.tx_full = ath6kl_tx_queue_full; in ath6kl_init_service_ep() 339 connect.max_txq_depth = MAX_DEFAULT_SEND_QUEUE_DEPTH; in ath6kl_init_service_ep() 340 connect.ep_cb.rx_refill_thresh = ATH6KL_MAX_RX_BUFFERS / 4; in ath6kl_init_service_ep() 341 if (!connect.ep_cb.rx_refill_thresh) in ath6kl_init_service_ep() 342 connect.ep_cb.rx_refill_thresh++; in ath6kl_init_service_ep() [all …]
|
D | htc_pipe.c | 1570 struct htc_service_connect_req connect; in ath6kl_htc_pipe_wait_target() local 1607 memset(&connect, 0, sizeof(connect)); in ath6kl_htc_pipe_wait_target() 1609 connect.ep_cb.tx_complete = htc_txctrl_complete; in ath6kl_htc_pipe_wait_target() 1610 connect.ep_cb.rx = htc_rxctrl_complete; in ath6kl_htc_pipe_wait_target() 1611 connect.max_txq_depth = NUM_CONTROL_TX_BUFFERS; in ath6kl_htc_pipe_wait_target() 1612 connect.svc_id = HTC_CTRL_RSVD_SVC; in ath6kl_htc_pipe_wait_target() 1615 status = ath6kl_htc_pipe_conn_service(target, &connect, &resp); in ath6kl_htc_pipe_wait_target()
|
D | htc_mbox.c | 2660 struct htc_service_connect_req connect; in ath6kl_htc_mbox_wait_target() local 2710 memset(&connect, 0, sizeof(connect)); in ath6kl_htc_mbox_wait_target() 2712 connect.ep_cb.rx = htc_ctrl_rx; in ath6kl_htc_mbox_wait_target() 2713 connect.ep_cb.rx_refill = NULL; in ath6kl_htc_mbox_wait_target() 2714 connect.ep_cb.tx_full = NULL; in ath6kl_htc_mbox_wait_target() 2715 connect.max_txq_depth = NUM_CONTROL_BUFFERS; in ath6kl_htc_mbox_wait_target() 2716 connect.svc_id = HTC_CTRL_RSVD_SVC; in ath6kl_htc_mbox_wait_target() 2719 status = ath6kl_htc_mbox_conn_service((void *)target, &connect, &resp); in ath6kl_htc_mbox_wait_target()
|
/linux-4.4.14/drivers/misc/sgi-xp/ |
D | xp_main.c | 95 xpc_set_interface(void (*connect) (int), in xpc_set_interface() 103 xpc_interface.connect = connect; in xpc_set_interface() 118 xpc_interface.connect = (void (*)(int))xpc_notloaded; in xpc_clear_interface() 191 xpc_interface.connect(ch_number); in xpc_connect()
|
D | xp.h | 284 void (*connect) (int); member
|
/linux-4.4.14/drivers/hwmon/ |
D | ntc_thermistor.c | 314 pdata->connect = NTC_CONNECTED_POSITIVE; in ntc_thermistor_parse_dt() 316 pdata->connect = NTC_CONNECTED_GROUND; in ntc_thermistor_parse_dt() 359 return (pdata->connect == NTC_CONNECTED_POSITIVE) ? in get_ohm_of_thermistor() 362 return (pdata->connect == NTC_CONNECTED_POSITIVE) ? in get_ohm_of_thermistor() 365 if (pdata->connect == NTC_CONNECTED_POSITIVE && puo == 0) in get_ohm_of_thermistor() 367 else if (pdata->connect == NTC_CONNECTED_GROUND && pdo == 0) in get_ohm_of_thermistor() 369 else if (pdata->connect == NTC_CONNECTED_POSITIVE) in get_ohm_of_thermistor() 574 (pdata->pullup_ohm == 0 && pdata->connect == in ntc_thermistor_probe() 576 (pdata->pulldown_ohm == 0 && pdata->connect == in ntc_thermistor_probe() 578 (pdata->connect != NTC_CONNECTED_POSITIVE && in ntc_thermistor_probe() [all …]
|
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5_cfg.c | 86 .connect = { 157 .connect = { 236 .connect = { 299 .connect = { 376 .connect = { 458 .connect = {
|
D | mdp5_kms.c | 231 const enum mdp5_intf_type *intfs = hw_cfg->intf.connect; in get_dsi_id_from_intf() 232 const int intf_cnt = ARRAY_SIZE(hw_cfg->intf.connect); in get_dsi_id_from_intf() 253 enum mdp5_intf_type intf_type = hw_cfg->intf.connect[intf_num]; in modeset_init_intf() 427 for (i = 0; i < ARRAY_SIZE(hw_cfg->intf.connect); i++) { in modeset_init() 589 if (mdp5_cfg_intf_is_virtual(config->hw->intf.connect[i]) || in mdp5_kms_init()
|
D | mdp5_cfg.h | 76 u32 connect[MDP5_INTF_NUM_MAX]; /* array of enum mdp5_intf_type */ member
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | usb3503.txt | 9 - connect-gpios: Should specify GPIO for connect. 31 connect-gpios = <&gpx3 0 1>;
|
D | twlxxxx-usb.txt | 30 - usb_mode : The mode used by the phy to connect to the controller. "1"
|
D | omap-usb.txt | 61 connect/disconnect events.
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | hisilicon-hns-nic.txt | 10 connect to 8 PHYs. Port 0 to 1 are both used for adminstration purpose. They 25 In Switch mode of DSAF, all 6 PHYs are taken as physical ports connect to a 26 LAN Switch while the CPU side assume itself have one single NIC connect to
|
/linux-4.4.14/Documentation/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" ]
|
D | conn-states-8.dot | 4 WFConnection -> WFReportParams [ label = "in connect() after accept" ]
|
/linux-4.4.14/drivers/usb/musb/ |
D | musb_debugfs.c | 252 int connect; in musb_softconnect_show() local 258 connect = reg & MUSB_DEVCTL_SESSION ? 1 : 0; in musb_softconnect_show() 261 connect = -1; in musb_softconnect_show() 264 seq_printf(s, "%d\n", connect); in musb_softconnect_show()
|
/linux-4.4.14/drivers/net/appletalk/ |
D | Kconfig | 10 wish to connect to it, say Y. You will need to use the netatalk package 19 General information about how to connect Linux, Windows machines and 38 connect to the AppleTalk network, say Y. 45 This allows you to use the AppleTalk PC card to connect to LocalTalk 56 This allows you to use COPS AppleTalk cards to connect to LocalTalk
|
/linux-4.4.14/drivers/usb/misc/ |
D | Kconfig | 52 Say Y here if you want to connect a USB Rio500 mp3 player to your 62 Say Y here if you want to connect a USB Lego Infrared Tower to your 74 Say Y here if you want to connect an USBLCD to your computer's 85 Say Y here if you want to connect an USBLED device to your 94 Say Y here if you want to connect a Cypress CY7C63xxx 107 Say Y here if you want to connect a Cypress USB thermometer 173 Say Y here if you want to connect a PlayStation 2 Trance Vibrator 230 Say Y here if you want to connect a YUREX to your computer's 263 Say Y here if you want to connect an AltusMetrum ChaosKey to
|
/linux-4.4.14/drivers/nfc/ |
D | mei_phy.c | 156 struct mei_nfc_connect *connect; in mei_nfc_connect() local 172 connect = (struct mei_nfc_connect *)cmd->data; in mei_nfc_connect() 185 connect->fw_ivn = phy->fw_ivn; in mei_nfc_connect() 186 connect->vendor_id = phy->vendor_id; in mei_nfc_connect()
|
/linux-4.4.14/include/video/ |
D | omapdss.h | 530 int (*connect)(struct omap_dss_device *dssdev, member 549 int (*connect)(struct omap_dss_device *dssdev, member 568 int (*connect)(struct omap_dss_device *dssdev, member 585 int (*connect)(struct omap_dss_device *dssdev, member 610 int (*connect)(struct omap_dss_device *dssdev, member 634 int (*connect)(struct omap_dss_device *dssdev, member 797 int (*connect)(struct omap_dss_device *dssdev); member 945 int (*connect)(struct omap_overlay_manager *mgr, member
|
/linux-4.4.14/scripts/gdb/linux/ |
D | cpus.py | 73 gdb.events.stop.connect(cpu_mask_invalidate) 75 gdb.events.new_objfile.connect(cpu_mask_invalidate)
|
D | utils.py | 33 gdb.events.new_objfile.connect(self._new_objfile_handler) 155 gdb.events.exited.connect(exit_handler)
|
/linux-4.4.14/sound/soc/ |
D | soc-dapm.c | 201 if (p->is_supply || p->weak || !p->connect) in dapm_widget_invalidate_paths() 715 path->connect = 1; in dapm_connect_mux() 717 path->connect = 0; in dapm_connect_mux() 742 p->connect = !!val; in dapm_set_mixer_path_status() 744 p->connect = 0; in dapm_set_mixer_path_status() 1107 if (path->connect) { in is_connected_ep() 1680 bool power, bool connect) in dapm_widget_set_peer_power() argument 1685 if (!connect) in dapm_widget_set_peer_power() 1709 dapm_widget_set_peer_power(path->source, power, path->connect); in dapm_widget_set_power() 1715 path->connect); in dapm_widget_set_power() [all …]
|
/linux-4.4.14/Documentation/isdn/ |
D | syncPPP.FAQ | 10 Q07: A SunISDN machine can't connect to my i4l system 14 Q11: I can't connect. How can I check where the problem is. 38 frames ... you probably connect to a 112 Q07: A SunISDN machine tries to connect my i4l system, 129 start a new one with another config to connect 133 an ippp device, where you can connect a (for this 193 Q11: I can't connect. How can I check where the problem is.
|
D | README.x25 | 15 - If you connect to an X.25 neighbour not operated by yourself, ASK the 130 was successful to connect via isdn4linux to an X.25 switch using this 131 trick. At the switch side, a terminal adapter X.21 was used to connect
|
D | README.syncppp | 36 at the same time, you have to connect the ipppd to two
|
/linux-4.4.14/drivers/media/radio/si4713/ |
D | Kconfig | 10 Say Y here if you want to connect this type of radio to your 24 Say Y here if you want to connect this type of radio to your
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | dove-cubox.dts | 88 /* connect xtal input to 25MHz reference */ 92 /* connect xtal input as source of pll0 and pll1 */
|
D | at91-sama5d4ek.dts | 102 /* The vref depends on JP22 of EK. If connect 1-2 then use 3.3V. connect 2-3 use 3.0V */
|
/linux-4.4.14/drivers/media/radio/si470x/ |
D | Kconfig | 20 Say Y here if you want to connect this type of radio to your 33 Say Y here if you want to connect this type of radio to your
|
/linux-4.4.14/drivers/usb/class/ |
D | Kconfig | 24 Say Y here if you want to connect a USB printer to your computer's 43 Say Y here if you want to connect a USB device that follows
|
/linux-4.4.14/include/linux/platform_data/ |
D | ntc_thermistor.h | 55 enum { NTC_CONNECTED_POSITIVE, NTC_CONNECTED_GROUND } connect; member
|
/linux-4.4.14/drivers/net/hamradio/ |
D | Kconfig | 52 DMA on one port. You usually use those boards to connect your 84 These cards are used to connect your Linux box to an amateur radio 120 modems that connect to a serial interface. The driver supports the 140 modems that connect to a serial interface. The driver supports the 158 connect to a parallel interface. The driver supports the picpar and 173 connect to a parallel interface. The driver supports the EPP
|
/linux-4.4.14/drivers/staging/most/hdm-i2c/ |
D | Kconfig | 9 Say Y here if you want to connect via I2C to network tranceiver.
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-pci-drivers-ehci_hcd | 15 Sometimes you want to force a high-speed device to connect 40 connect at full speed.
|
D | sysfs-class-stm_source | 10 connect that device. If a device is already connected to this
|
/linux-4.4.14/Documentation/usb/ |
D | wusb-cbaf | 44 If we allow the device to connect, set a random new CDID and CK 46 connect wireless. We save them for that next time also so we can
|
D | authorization.txt | 2 Authorizing (or not) your USB devices to connect to the system 17 Authorize a device to connect: 35 connect. Wireless USB hosts deauthorize by default all new connected
|
D | WUSB-Design-overview.txt | 114 whose root port is the radio and the WUSB devices connect to it. 143 to EHCI, it allows your wireless USB devices (including DWAs) to connect 154 are in radio proximity to allow drivers to connect to them. As well, it 192 So let's say we connect a dongle to the system: it is detected and 204 connect to them, but this is policy stuff and should be driven 214 So assuming we have devices and we have agreed for a channel to connect 292 unique Wireless USB cluster through MMCs. Devices can connect to a 303 selects which one to connect to. Sends a /DN_Connect/ (device 304 notification connect) during the DNTS (Device Notification Time
|
D | acm.txt | 49 Some cell phones also connect via USB. I know the following phones work: 108 usb.c: USB new device connect, assigned device number 2
|
D | hotplug.txt | 118 frameworks connect using interfaces layered over USB, and so they won't 121 Drivers that connect directly to the USB subsystem should be declared
|
/linux-4.4.14/drivers/hsi/ |
D | Kconfig | 8 synchronous serial interface used mainly to connect
|
/linux-4.4.14/drivers/staging/most/hdm-usb/ |
D | Kconfig | 10 Say Y here if you want to connect via USB to network tranceiver.
|
/linux-4.4.14/drivers/isdn/gigaset/ |
D | Kconfig | 53 Say M here if you want to connect to the Gigaset base via DECT 60 Say M here if you want to connect to the Gigaset base via DECT
|
/linux-4.4.14/Documentation/DocBook/ |
D | gadget.xml.db | 31 API-usb-gadget-vbus-connect 34 API-usb-gadget-connect
|
D | 80211.xml.db | 48 API-struct-cfg80211-connect-params 56 API-cfg80211-connect-result
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | u_serial.h | 50 void (*connect)(struct gserial *p); member
|
D | u_serial.c | 807 if (gser->connect) in gs_open() 808 gser->connect(gser); in gs_open() 1215 if (gser->connect) in gserial_connect() 1216 gser->connect(gser); in gserial_connect()
|
/linux-4.4.14/drivers/media/usb/zr364xx/ |
D | Kconfig | 7 Say Y here if you want to connect this type of camera to your
|
/linux-4.4.14/drivers/staging/most/hdm-dim2/ |
D | Kconfig | 11 Say Y here if you want to connect via MediaLB to network transceiver.
|
/linux-4.4.14/Documentation/gpio/ |
D | drivers-on-gpio.txt | 25 mouse cable and connect the wires to GPIO lines or solder a mouse connector 53 appear as any other I2C bus to the system and makes it possible to connect 59 and makes it possible to connect drivers for SPI devices on the bus like 81 - gpio-nand: drivers/mtd/nand/gpio.c is used to connect a NAND flash chip to
|
/linux-4.4.14/drivers/hsi/controllers/ |
D | Kconfig | 10 SSI is a legacy version of HSI. It is usually used to connect
|
/linux-4.4.14/sound/soc/intel/skylake/ |
D | skl-topology.c | 282 if ((p->sink->priv != NULL) && p->connect in skl_tplg_alloc_pipe_widget() 429 if (!p->connect) in skl_tplg_pga_dapm_pre_pmu_event() 508 if (!p->connect) in skl_tplg_mixer_dapm_post_pmu_event() 848 if (p->connect && p->sink->power && in skl_tplg_fe_get_cpr_module() 861 if (p->connect && p->source->power && in skl_tplg_fe_get_cpr_module() 950 if (p->connect && is_skl_dsp_widget_type(p->source) && in skl_tplg_be_set_src_pipe_params() 980 if (p->connect && is_skl_dsp_widget_type(p->sink) && in skl_tplg_be_set_sink_pipe_params()
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | cros-ec.txt | 6 The EC can be connect through various means (I2C, SPI, LPC) and the 9 Other Linux driver (such as cros-ec-keyb for the matrix keyboard) connect to
|
/linux-4.4.14/Documentation/devicetree/bindings/display/tilcdc/ |
D | tfp410.txt | 9 muxing properly for pins that connect to TFP410 device
|
D | panel.txt | 27 muxing properly for pins that connect to TFP410 device
|
/linux-4.4.14/Documentation/networking/ |
D | PLIP.txt | 31 The PLIP cable is all that's needed to connect two Linux boxes, and it 47 Can only be used to connect three (?) Linux boxes. Doesn't connect to 149 * Do not connect these pins on either end 182 * Do not connect these pins on either end
|
D | phonet.txt | 111 However, connect() and getpeername() are not supported, as they did 161 As of Linux kernel version 2.6.39, it is also possible to connect 162 two endpoints directly, using connect() on the active side. This is 175 connect(fd, (struct sockaddr *)&spn, sizeof(spn));
|
D | 6pack.txt | 73 and switched to 6pack, apply power to the TNC for a first test. The connect 129 Note that the connect and status LEDs of the TNC are controlled in a 131 FlexNet, the connect LED is on if there is a connection; the status LED is 136 as they are in KISS mode: The connect LED is turned on if data is transferred
|
D | nfc.txt | 114 NFC_SOCKPROTO_RAW socket and call the 'connect' syscall with the sockaddr_nfc 119 Internally, 'connect' will result in an activate_target call to the driver.
|
D | lapb-module.txt | 155 Initiate a connect using the current parameter settings. The valid return 158 LAPB_OK LAPB is starting to connect. 239 LAPB_REFUSED The remote system refused the connect request.
|
D | l2tp.txt | 111 to the driver about the socket in a socket connect() call. Source and 268 if(connect(kernel_fd, (struct sockaddr *)&sax, sizeof(sax) ) < 0 ) { 269 perror("connect failed"); 295 fd = connect(session_fd, (struct sockaddr *)&sax, sizeof(sax));
|
/linux-4.4.14/Documentation/input/ |
D | joystick-parport.txt | 18 that, PCs usually lack the right ports to connect these devices to. Parallel 32 connect to a PC, and don't need much processing speed (108 us for NES and 226 For the basic 1-button Multisystem joystick you connect its wires to the 249 For joysticks with two buttons you connect the second button to pin 7 on 274 and one pullup resistor. First, you connect the Directions and the button 284 For two button sticks you also connect the other button. 288 And finally, you connect the Ground wire of the joystick, like done in 429 described above, allows to connect a different group of joysticks and pads. 434 Using gamecon.c you can connect up to five devices to one parallel port. It
|
/linux-4.4.14/fs/cifs/ |
D | Makefile | 6 cifs-y := cifsfs.o cifssmb.o cifs_debug.o connect.o dir.o file.o inode.o \
|
/linux-4.4.14/net/irda/irlan/ |
D | Kconfig | 11 like the HP NetbeamIR, or the ESI JetEye NET. You can also connect
|
/linux-4.4.14/drivers/staging/gdm724x/ |
D | hci_packet.h | 89 u32 connect; member
|
/linux-4.4.14/Documentation/i2c/busses/ |
D | i2c-diolan-u2c | 15 The Diolan U2C-12 I2C-USB Adapter provides a low cost solution to connect
|
/linux-4.4.14/drivers/input/ |
D | apm-power.c | 105 .connect = apmpower_connect,
|
D | evbug.c | 102 .connect = evbug_connect,
|
D | input-leds.c | 203 .connect = input_leds_connect,
|
/linux-4.4.14/drivers/video/fbdev/omap2/displays-new/ |
D | encoder-opa362.c | 48 r = in->ops.atv->connect(in, dssdev); in opa362_connect() 170 .connect = opa362_connect,
|
D | panel-dpi.c | 48 r = in->ops.dpi->connect(in, dssdev); in panel_dpi_connect() 146 .connect = panel_dpi_connect,
|
D | connector-analog-tv.c | 65 r = in->ops.atv->connect(in, dssdev); in tvc_connect() 178 .connect = tvc_connect,
|
D | encoder-tfp410.c | 43 r = in->ops.dpi->connect(in, dssdev); in tfp410_connect() 158 .connect = tfp410_connect,
|
D | connector-hdmi.c | 64 r = in->ops.hdmi->connect(in, dssdev); in hdmic_connect() 191 .connect = hdmic_connect,
|
D | connector-dvi.c | 63 r = in->ops.dvi->connect(in, dssdev); in dvic_connect() 223 .connect = dvic_connect,
|
D | panel-nec-nl8048hl11.c | 130 r = in->ops.dpi->connect(in, dssdev); in nec_8048_connect() 222 .connect = nec_8048_connect,
|
D | encoder-tpd12s015.c | 43 r = in->ops.hdmi->connect(in, dssdev); in tpd_connect() 188 .connect = tpd_connect,
|
D | panel-lgphilips-lb035q02.c | 130 r = in->ops.dpi->connect(in, dssdev); in lb035q02_connect() 230 .connect = lb035q02_connect,
|
D | panel-sharp-ls037v7dw01.c | 71 r = in->ops.dpi->connect(in, dssdev); in sharp_ls_connect() 187 .connect = sharp_ls_connect,
|
D | panel-tpo-td028ttec1.c | 179 r = in->ops.dpi->connect(in, dssdev); in td028ttec1_panel_connect() 357 .connect = td028ttec1_panel_connect,
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_iov.c | 85 vf_info->mbx.ops.connect(hw, &vf_info->mbx); in fm10k_iov_event() 136 mbx->ops.connect(hw, mbx); in fm10k_iov_mbx() 238 vf_info->mbx.ops.connect(hw, &vf_info->mbx); in fm10k_iov_resume()
|
D | fm10k_mbx.h | 232 s32 (*connect)(struct fm10k_hw *, struct fm10k_mbx_info *); member
|
/linux-4.4.14/drivers/soc/mediatek/ |
D | Kconfig | 21 hardware to connect the PMIC.
|
/linux-4.4.14/drivers/media/radio/ |
D | Kconfig | 51 Say Y here if you want to connect this type of radio to your 53 you must connect the line out connector to a sound card or a 63 Say Y here if you want to connect this type of radio to your 65 you must connect the line out connector to a sound card or a 126 Say Y here if you want to connect this type of FM transmitter 140 Say Y here if you want to connect this type of AM/FM/SW receiver 150 Say Y here if you want to connect this type of radio to your 152 you must connect the line out connector to a sound card or a
|
/linux-4.4.14/drivers/net/wan/ |
D | Kconfig | 14 needed to connect to a WAN. As an alternative, a relatively 16 connect to a WAN. 44 These boards allow to connect synchronous serial devices (for example 68 - LMC 1000 board allows you to connect synchronous serial devices 72 - LMC 1200 with on board DSU board allows you to connect your Linux 103 connect the box to a WAN. 319 Frame Relay is a fast low-cost way to connect to a remote Internet
|
/linux-4.4.14/drivers/w1/ |
D | Kconfig | 5 Dallas' 1-wire bus is useful to connect slow 1-pin devices
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | silabs,si5351.txt | 73 /* connect xtal input to 25MHz reference */ 77 /* connect xtal input as source of pll0 and pll1 */
|
/linux-4.4.14/include/rdma/ |
D | iw_cm.h | 113 int (*connect)(struct iw_cm_id *cm_id, member
|
/linux-4.4.14/drivers/usb/image/ |
D | Kconfig | 9 Say Y here if you want to connect this type of still camera to
|
/linux-4.4.14/net/ipv4/ |
D | udplite.c | 43 .connect = ip4_datagram_connect,
|
D | af_inet.c | 531 return sk->sk_prot->connect(sk, uaddr, addr_len); in inet_dgram_connect() 596 err = sk->sk_prot->connect(sk, uaddr, addr_len); in __inet_stream_connect() 905 .connect = inet_stream_connect, 933 .connect = inet_dgram_connect, 964 .connect = inet_dgram_connect,
|
/linux-4.4.14/drivers/block/paride/ |
D | kbic.c | 263 .connect = k951_connect, 279 .connect = k971_connect,
|
D | ktti.c | 111 .connect = ktti_connect,
|
D | fit2.c | 134 .connect = fit2_connect,
|
D | paride.h | 151 void (*connect)(PIA *); member
|
D | on20.c | 136 .connect = on20_connect,
|
D | aten.c | 145 .connect = aten_connect,
|
D | paride.c | 139 pi->proto->connect(pi); in pi_connect() 175 pi->proto->connect(pi); in default_test_proto()
|
D | comm.c | 201 .connect = comm_connect,
|
D | fit3.c | 194 .connect = fit3_connect,
|
D | bpck6.c | 239 .connect = bpck6_connect,
|
D | dstr.c | 216 .connect = dstr_connect,
|
D | friq.c | 257 .connect = friq_connect,
|
/linux-4.4.14/Documentation/filesystems/ |
D | 9p.txt | 60 virtio - connect to the next virtio channel available 62 rdma - connect to a specified RDMA channel 101 port=n port to connect to on the remote server
|
/linux-4.4.14/Documentation/powerpc/ |
D | hvcs.txt | 197 Attempting to connect an application to /dev/hvcs* prior to insertion of 235 kermit to connect to /dev/hvcs0 when the console prompt becomes available 242 node. If this is not done, the next user to connect to the console will 247 is used to connect to each vty-server adapter. In order to determine which 251 /dev/hvcs* entry to use to connect to that device. For instance cating the 257 This index of '2' means that in order to connect to vty-server adapter 424 suggested that the user connect to the console hosting partition 435 A: You can use "screen" to directly connect to the /dev/hvcs* device and 474 outlined in the section on "Disconnection" in order for others to connect 508 Q: Can I connect to more than one partition's console at a time using this
|
/linux-4.4.14/tools/testing/selftests/net/ |
D | psock_lib.h | 101 if (connect(fds[0], (void *) &daddr, sizeof(daddr))) { in pair_udp_open()
|
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/ |
D | imx6ul_tsc.txt | 9 - xnur-gpio: the X- gpio this controller connect to.
|
/linux-4.4.14/include/linux/ |
D | serio.h | 64 int (*connect)(struct serio *, struct serio_driver *drv); member
|
D | gameport.h | 57 int (*connect)(struct gameport *, struct gameport_driver *drv); member
|
/linux-4.4.14/arch/cris/ |
D | Kconfig.debug | 22 This should connect you to your booted kernel (or boot it now if you
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | cavium-octeon-gpio.txt | 44 /* The GPIO pin connect to 16 consecutive CUI bits */
|
/linux-4.4.14/net/ipv6/ |
D | udplite.c | 39 .connect = ip6_datagram_connect,
|
/linux-4.4.14/drivers/input/joystick/ |
D | joydump.c | 157 .connect = joydump_connect,
|
D | zhenhua.c | 214 .connect = zhenhua_connect,
|
D | stinger.c | 206 .connect = stinger_connect,
|
D | magellan.c | 220 .connect = magellan_connect,
|
D | twidjoy.c | 255 .connect = twidjoy_connect,
|
D | warrior.c | 215 .connect = warrior_connect,
|
D | spaceorb.c | 235 .connect = spaceorb_connect,
|
D | cobra.c | 259 .connect = cobra_connect,
|
D | spaceball.c | 294 .connect = spaceball_connect,
|
D | guillemot.c | 279 .connect = guillemot_connect,
|
/linux-4.4.14/drivers/net/slip/ |
D | Kconfig | 10 connect to your Internet service provider or to connect to some
|
/linux-4.4.14/drivers/w1/slaves/ |
D | Kconfig | 10 Say Y here if you want to connect 1-wire thermal sensors to your 16 Say Y here if you want to connect 1-wire
|
/linux-4.4.14/net/ieee802154/ |
D | socket.c | 129 return sk->sk_prot->connect(sk, uaddr, addr_len); in ieee802154_sock_connect() 410 .connect = raw_connect, 421 .connect = ieee802154_sock_connect, 954 .connect = dgram_connect, 966 .connect = ieee802154_sock_connect,
|
/linux-4.4.14/crypto/ |
D | algif_rng.c | 98 .connect = sock_no_connect,
|
D | algif_hash.c | 226 .connect = sock_no_connect, 334 .connect = sock_no_connect,
|
/linux-4.4.14/Documentation/devicetree/bindings/media/ |
D | ti-am437x-vpfe.txt | 6 processing capability to connect RAW image-sensor modules and video decoders
|
/linux-4.4.14/net/rds/ |
D | tcp_connect.c | 109 ret = sock->ops->connect(sock, (struct sockaddr *)&dest, sizeof(dest), in rds_tcp_conn_connect()
|
/linux-4.4.14/drivers/usb/serial/ |
D | whiteheat.h | 234 __u8 connect; /* 0 means not connected, non-zero means member
|
/linux-4.4.14/net/decnet/ |
D | TODO | 19 o Using send/recvmsg() to get at connect/disconnect data (POSIX 1003.1g)
|
/linux-4.4.14/fs/ocfs2/ |
D | stackglue.h | 138 int (*connect)(struct ocfs2_cluster_connection *conn); member
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | pcm512x.txt | 24 - pll-in, pll-out : gpio pins used to connect the pll using <1>
|
/linux-4.4.14/Documentation/devicetree/bindings/staging/iio/adc/ |
D | mxs-lradc.txt | 10 - fsl,lradc-touchscreen-wires: Number of wires used to connect the touchscreen
|
/linux-4.4.14/tools/perf/scripts/python/ |
D | event_analyzing_sample.py | 35 con = sqlite3.connect("/dev/shm/perf.db")
|
/linux-4.4.14/drivers/input/keyboard/ |
D | xtkbd.c | 167 .connect = xtkbd_connect,
|
D | newtonkbd.c | 164 .connect = nkbd_connect,
|
D | stowaway.c | 168 .connect = skbd_connect,
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | fujitsu_ts.c | 173 .connect = fujitsu_connect,
|
D | touchit213.c | 214 .connect = touchit213_connect,
|
D | touchwin.c | 181 .connect = tw_connect,
|
D | gunze.c | 184 .connect = gunze_connect,
|
D | touchright.c | 174 .connect = tr_connect,
|
D | tsc40.c | 164 .connect = tsc_connect,
|
D | dynapro.c | 186 .connect = dynapro_connect,
|
D | inexio.c | 187 .connect = inexio_connect,
|
D | hampshire.c | 185 .connect = hampshire_connect,
|
D | mtouch.c | 200 .connect = mtouch_connect,
|
/linux-4.4.14/drivers/net/hippi/ |
D | Kconfig | 13 connect to super computers. If you are connected to a HIPPI network
|
/linux-4.4.14/drivers/usb/ |
D | Kconfig | 54 Most PCs now have USB host ports, used to connect peripherals 137 connect anything other than a printer to it.
|
/linux-4.4.14/net/nfc/ |
D | rawsock.c | 283 .connect = rawsock_connect, 303 .connect = sock_no_connect,
|
/linux-4.4.14/net/atm/ |
D | pvc.c | 112 .connect = pvc_connect,
|
/linux-4.4.14/Documentation/devicetree/bindings/pci/ |
D | pci-rcar-gen2.txt | 4 This is the bridge used internally to connect the USB controllers to the
|
/linux-4.4.14/include/net/ |
D | af_vsock.h | 102 int (*connect)(struct vsock_sock *); member
|
/linux-4.4.14/net/x25/ |
D | Kconfig | 13 to connect to each other or to form Wide Area Networks (WANs). Many
|
/linux-4.4.14/drivers/net/wireless/b43legacy/ |
D | phy.h | 191 int b43legacy_phy_connect(struct b43legacy_wldev *dev, int connect);
|
/linux-4.4.14/drivers/input/joystick/iforce/ |
D | iforce-serio.c | 187 .connect = iforce_serio_connect,
|
/linux-4.4.14/Documentation/networking/timestamping/ |
D | txtimestamp.c | 302 if (connect(fd, (void *) &daddr, sizeof(daddr))) in do_test() 305 if (connect(fd, (void *) &daddr6, sizeof(daddr6))) in do_test()
|
/linux-4.4.14/arch/um/drivers/ |
D | daemon_user.c | 63 if (connect(pri->control, (struct sockaddr *) ctl_addr, in connect_to_switch()
|
/linux-4.4.14/drivers/macintosh/ |
D | mac_hid.c | 155 .connect = mac_hid_emumouse_connect,
|
/linux-4.4.14/drivers/staging/fwserial/ |
D | fwserial.h | 99 struct delayed_work connect; member
|
/linux-4.4.14/net/phonet/ |
D | socket.c | 264 err = sk->sk_prot->connect(sk, addr, len); in pn_socket_connect() 444 .connect = sock_no_connect, 469 .connect = pn_socket_connect,
|
/linux-4.4.14/net/netfilter/ |
D | nf_conntrack_h323_main.c | 967 Connect_UUIE *connect) in process_connect() argument 974 if (connect->options & eConnect_UUIE_h245Address) { in process_connect() 976 &connect->h245Address); in process_connect() 981 if (connect->options & eConnect_UUIE_fastStart) { in process_connect() 982 for (i = 0; i < connect->fastStart.count; i++) { in process_connect() 985 &connect->fastStart.item[i]); in process_connect() 1122 &pdu->h323_message_body.connect); in process_q931()
|
/linux-4.4.14/drivers/tty/serial/ |
D | kgdboc.c | 67 .connect = kgdboc_reset_connect,
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | output.c | 212 return dss_mgr_ops->connect(mgr, dst); in dss_mgr_connect()
|
/linux-4.4.14/net/bluetooth/cmtp/ |
D | sock.c | 186 .connect = sock_no_connect,
|
/linux-4.4.14/net/bluetooth/bnep/ |
D | sock.c | 183 .connect = sock_no_connect,
|
/linux-4.4.14/tools/usb/usbip/src/ |
D | usbip_network.c | 291 if (connect(sockfd, rp->ai_addr, rp->ai_addrlen) == 0) in usbip_net_tcp_connect()
|
/linux-4.4.14/Documentation/devicetree/bindings/spi/ |
D | spi-davinci.txt | 20 - ti,davinci-spi-intr-line: interrupt line used to connect the SPI
|
/linux-4.4.14/drivers/usb/atm/ |
D | Kconfig | 11 Say Y here if you want to connect a USB Digital Subscriber Line (DSL)
|
/linux-4.4.14/arch/avr32/boards/atstk1000/ |
D | Kconfig | 58 PCI-format connector) connect a video sensor.
|
/linux-4.4.14/Documentation/wimax/ |
D | README.i2400m | 90 use to connect to the device. The bus specific drivers are just the 91 glue to connect the bus-generic driver and the device. Currently only 120 on how to scan, connect and disconnect.
|
/linux-4.4.14/drivers/staging/fsl-mc/ |
D | README.txt | 46 | (create,discover,connect 73 connect, configuration, and destroy. Fast-path operations 354 interfaces needed to connect the DPAA2 network interface to
|
/linux-4.4.14/drivers/net/xen-netback/ |
D | xenbus.c | 42 static void connect(struct backend_info *be); 459 connect(be); in backend_connect() 752 static void connect(struct backend_info *be) in connect() function
|
/linux-4.4.14/net/l2tp/ |
D | l2tp_ip.c | 563 .connect = l2tp_ip_connect, 586 .connect = inet_dgram_connect,
|
/linux-4.4.14/Documentation/devicetree/bindings/iio/ |
D | iio-bindings.txt | 6 nodes use a phandle and IIO specifier pair to connect IIO provider
|
/linux-4.4.14/net/rfkill/ |
D | input.c | 314 .connect = rfkill_connect,
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | Kconfig | 49 The MPC5200's FEC can connect to the Ethernet either with
|
/linux-4.4.14/drivers/net/fddi/ |
D | Kconfig | 23 EISA (DEFEA) and PCI (DEFPA) controllers which can connect you
|
/linux-4.4.14/include/trace/events/ |
D | asoc.h | 177 __entry->path_connect = path->connect;
|
/linux-4.4.14/drivers/isdn/ |
D | Kconfig | 13 adapter you can use it to connect to your Internet service provider
|
/linux-4.4.14/drivers/block/xen-blkback/ |
D | xenbus.c | 40 static void connect(struct backend_info *); 99 connect(blkif->be); in xen_update_blkif_status() 746 static void connect(struct backend_info *be) in connect() function
|
/linux-4.4.14/drivers/staging/most/Documentation/ |
D | driver_usage.txt | 18 video and data communications. MOST can be used to connect multiple 152 To connect a channel that has been configured as outlined above to an AIM and
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-taos-evm.c | 305 .connect = taos_connect,
|
/linux-4.4.14/net/bluetooth/hidp/ |
D | sock.c | 216 .connect = sock_no_connect,
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | gpmc-nor.txt | 1 Device tree bindings for NOR flash connect to TI GPMC
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | Bt87x.txt | 20 Some cards do not bother to connect anything to the audio input pins of
|
/linux-4.4.14/drivers/hid/usbhid/ |
D | Kconfig | 10 Say Y here if you want to connect USB keyboards,
|
/linux-4.4.14/tools/perf/Documentation/ |
D | android.txt | 58 You need to connect to your Android device/emulator using adb.
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-driver-ib_srp | 5 Description: Interface for making ib_srp connect to a new target. 6 One can request ib_srp to connect to a new target by writing
|
/linux-4.4.14/drivers/input/gameport/ |
D | gameport.c | 223 if (drv->connect(gameport, drv)) { in gameport_bind_driver() 702 drv->connect(gameport, drv); in gameport_driver_probe()
|