/linux-4.1.27/net/wireless/ |
H A D | wext-sme.c | 30 wdev->wext.connect.ie = wdev->wext.ie; cfg80211_mgd_wext_connect() 31 wdev->wext.connect.ie_len = wdev->wext.ie_len; cfg80211_mgd_wext_connect() 34 wdev->wext.connect.bg_scan_period = -1; cfg80211_mgd_wext_connect() 40 wdev->wext.connect.privacy = true; cfg80211_mgd_wext_connect() 43 if (!wdev->wext.connect.ssid_len) cfg80211_mgd_wext_connect() 58 &wdev->wext.connect, ck, prev_bssid); cfg80211_mgd_wext_connect() 95 if (wdev->wext.connect.channel == chan) { cfg80211_mgd_wext_siwfreq() 101 if (wdev->wext.connect.ssid_len) cfg80211_mgd_wext_siwfreq() 110 wdev->wext.connect.channel = chan; cfg80211_mgd_wext_siwfreq() 116 * to connect to instead. If we were connected on another cfg80211_mgd_wext_siwfreq() 119 if (chan && !wdev->wext.connect.ssid_len) { cfg80211_mgd_wext_siwfreq() 153 else if (wdev->wext.connect.channel) cfg80211_mgd_wext_giwfreq() 154 chan = wdev->wext.connect.channel; cfg80211_mgd_wext_giwfreq() 194 if (wdev->wext.connect.ssid && len && cfg80211_mgd_wext_siwessid() 195 len == wdev->wext.connect.ssid_len && cfg80211_mgd_wext_siwessid() 196 memcmp(wdev->wext.connect.ssid, ssid, len) == 0) cfg80211_mgd_wext_siwessid() 199 /* if SSID set now, we'll try to connect, avoid event */ cfg80211_mgd_wext_siwessid() 209 wdev->wext.connect.ssid = wdev->wext.ssid; cfg80211_mgd_wext_siwessid() 211 wdev->wext.connect.ssid_len = len; cfg80211_mgd_wext_siwessid() 213 wdev->wext.connect.crypto.control_port = false; cfg80211_mgd_wext_siwessid() 214 wdev->wext.connect.crypto.control_port_ethertype = cfg80211_mgd_wext_siwessid() 248 } else if (wdev->wext.connect.ssid && wdev->wext.connect.ssid_len) { cfg80211_mgd_wext_giwessid() 250 data->length = wdev->wext.connect.ssid_len; cfg80211_mgd_wext_giwessid() 251 memcpy(ssid, wdev->wext.connect.ssid, data->length); cfg80211_mgd_wext_giwessid() 283 if (!bssid && !wdev->wext.connect.bssid) cfg80211_mgd_wext_siwap() 287 if (wdev->wext.connect.bssid && bssid && cfg80211_mgd_wext_siwap() 288 ether_addr_equal(bssid, wdev->wext.connect.bssid)) cfg80211_mgd_wext_siwap() 299 wdev->wext.connect.bssid = wdev->wext.bssid; cfg80211_mgd_wext_siwap() 301 wdev->wext.connect.bssid = NULL; cfg80211_mgd_wext_siwap()
|
H A D | sme.c | 4 * (for nl80211's connect() and wext) 25 * driver. This is is for implementing nl80211's connect/disconnect 483 struct cfg80211_connect_params *connect, cfg80211_sme_connect() 506 memcpy(&wdev->conn->params, connect, sizeof(*connect)); cfg80211_sme_connect() 507 if (connect->bssid) { cfg80211_sme_connect() 509 memcpy(wdev->conn->bssid, connect->bssid, ETH_ALEN); cfg80211_sme_connect() 512 if (cfg80211_sme_get_conn_ies(wdev, connect->ie, connect->ie_len, cfg80211_sme_connect() 521 if (connect->auth_type == NL80211_AUTHTYPE_AUTOMATIC) { cfg80211_sme_connect() 631 * API calls for drivers implementing connect/disconnect and 687 WARN_ON_ONCE(!wiphy_to_rdev(wdev->wiphy)->ops->connect); __cfg80211_connect_result() 934 wdev->wext.connect.ssid_len = 0; __cfg80211_disconnected() 970 struct cfg80211_connect_params *connect, cfg80211_connect() 984 cfg80211_oper_and_ht_capa(&connect->ht_capa_mask, cfg80211_connect() 996 connect->key_idx = idx; cfg80211_connect() 997 connect->key = connkeys->params[idx].key; cfg80211_connect() 998 connect->key_len = connkeys->params[idx].key_len; cfg80211_connect() 1004 if (connect->crypto.cipher_group == 0) cfg80211_connect() 1005 connect->crypto.cipher_group = cipher; cfg80211_connect() 1007 if (connect->crypto.n_ciphers_pairwise == 0) { cfg80211_connect() 1008 connect->crypto.n_ciphers_pairwise = 1; cfg80211_connect() 1009 connect->crypto.ciphers_pairwise[0] = cipher; cfg80211_connect() 1015 memcpy(wdev->ssid, connect->ssid, connect->ssid_len); cfg80211_connect() 1016 wdev->ssid_len = connect->ssid_len; cfg80211_connect() 1018 if (!rdev->ops->connect) cfg80211_connect() 1019 err = cfg80211_sme_connect(wdev, connect, prev_bssid); cfg80211_connect() 1021 err = rdev_connect(rdev, dev, connect); cfg80211_connect() 482 cfg80211_sme_connect(struct wireless_dev *wdev, struct cfg80211_connect_params *connect, const u8 *prev_bssid) cfg80211_sme_connect() argument 968 cfg80211_connect(struct cfg80211_registered_device *rdev, struct net_device *dev, struct cfg80211_connect_params *connect, struct cfg80211_cached_keys *connkeys, const u8 *prev_bssid) cfg80211_connect() argument
|
H A D | wext-compat.c | 490 wdev->wext.connect.privacy = false; __cfg80211_set_encryption() 943 wdev->wext.connect.auth_type = NL80211_AUTHTYPE_OPEN_SYSTEM; cfg80211_set_auth_alg() 948 wdev->wext.connect.auth_type = NL80211_AUTHTYPE_SHARED_KEY; cfg80211_set_auth_alg() 953 wdev->wext.connect.auth_type = NL80211_AUTHTYPE_NETWORK_EAP; cfg80211_set_auth_alg() 957 wdev->wext.connect.auth_type = NL80211_AUTHTYPE_AUTOMATIC; cfg80211_set_auth_alg() 975 wdev->wext.connect.crypto.wpa_versions &= cfg80211_set_wpa_version() 979 wdev->wext.connect.crypto.wpa_versions |= cfg80211_set_wpa_version() 983 wdev->wext.connect.crypto.wpa_versions |= cfg80211_set_wpa_version() 992 wdev->wext.connect.crypto.cipher_group = cfg80211_set_cipher_group() 995 wdev->wext.connect.crypto.cipher_group = cfg80211_set_cipher_group() 998 wdev->wext.connect.crypto.cipher_group = cfg80211_set_cipher_group() 1001 wdev->wext.connect.crypto.cipher_group = cfg80211_set_cipher_group() 1004 wdev->wext.connect.crypto.cipher_group = cfg80211_set_cipher_group() 1007 wdev->wext.connect.crypto.cipher_group = 0; cfg80211_set_cipher_group() 1017 u32 *ciphers_pairwise = wdev->wext.connect.crypto.ciphers_pairwise; cfg80211_set_cipher_pairwise() 1046 wdev->wext.connect.crypto.n_ciphers_pairwise = nr_ciphers; cfg80211_set_cipher_pairwise() 1061 wdev->wext.connect.crypto.akm_suites[nr_akm_suites] = cfg80211_set_key_mgt() 1067 wdev->wext.connect.crypto.akm_suites[nr_akm_suites] = cfg80211_set_key_mgt() 1072 wdev->wext.connect.crypto.n_akm_suites = nr_akm_suites; cfg80211_set_key_mgt() 1088 wdev->wext.connect.privacy = data->value; cfg80211_wext_siwauth()
|
/linux-4.1.27/security/apparmor/include/ |
H A D | path.h | 21 PATH_CONNECT_PATH = 0x4, /* connect disconnected paths to / */ 23 PATH_CHROOT_NSCONNECT = 0x10, /* connect paths that are at ns root */
|
/linux-4.1.27/include/net/ |
H A 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 */
|
H A D | af_vsock.h | 99 int (*connect)(struct vsock_sock *); member in struct:vsock_transport
|
/linux-4.1.27/include/uapi/linux/ |
H A D | usbip.h | 19 /* vdev does not connect a remote device. */
|
H A D | matroxfb.h | 26 /* connect these outputs to this framebuffer */
|
H A D | dn.h | 43 #define DSO_CONDATA 1 /* Set/Get connect data */ 45 #define DSO_CONACCESS 2 /* Set/Get connect access data */
|
H A D | if_pppol2tp.h | 21 /* Structure used to connect() the socket to a particular tunnel UDP 35 /* Structure used to connect() the socket to a particular tunnel UDP
|
H A D | atmsvc.h | 32 struct sockaddr_atmpvc pvc; /* indicate, okay (connect) */
|
H A D | x25.h | 58 * Linux X.25 Address structure, used for bind, and connect mostly.
|
H A D | wimax.h | 175 * state exists because in some devices, the connect process can 178 * is doing. If the connect sequence in a device is atomic and
|
H A D | dccp.h | 61 * @dccph_req_service - Service to which the client app wants to connect
|
H A D | ppp-ioctl.h | 110 #define PPPIOCCONNECT _IOW('t', 58, int) /* connect channel to unit */
|
/linux-4.1.27/fs/cifs/ |
H A D | Makefile | 6 cifs-y := cifsfs.o cifssmb.o cifs_debug.o connect.o dir.o file.o inode.o \
|
/linux-4.1.27/sound/soc/tegra/ |
H A D | tegra20_das.h | 97 * The Tegra DAS is a mux/cross-bar which can connect each DAP to a specific 109 * dap_id: DAP to connect: TEGRA20_DAS_DAP_ID_* 110 * dac_sel: DAC to connect to: TEGRA20_DAS_DAP_SEL_DAC* 116 * dap_id: DAP to connect: TEGRA20_DAS_DAP_ID_* 117 * other_dap_sel: DAP to connect to: TEGRA20_DAS_DAP_SEL_DAP* 129 * dac_id: DAC ID to connect: TEGRA20_DAS_DAC_ID_*
|
/linux-4.1.27/drivers/media/i2c/ |
H A D | tea6415c.h | 6 I don't want to say "connect input pin 20 to output pin 17", I define
|
/linux-4.1.27/arch/x86/boot/ |
H A D | apm.c | 43 /* 32-bit connect */ query_apm_bios() 58 /* Redo the installation check as the 32-bit connect; query_apm_bios() 65 /* Failure with 32-bit connect, try to disconect and ignore */ query_apm_bios()
|
/linux-4.1.27/include/linux/platform_data/ |
H A D | ntc_thermistor.h | 38 * pullup_uV, pullup_ohm, pulldown_ohm, and connect are required to use 41 * How to setup pullup_ohm, pulldown_ohm, and connect is 54 enum { NTC_CONNECTED_POSITIVE, NTC_CONNECTED_GROUND } connect; member in struct:ntc_thermistor_platform_data
|
H A D | spi-davinci.h | 37 * @intr_line: interrupt line used to connect the SPI IP to the ARM interrupt
|
/linux-4.1.27/scripts/kconfig/ |
H A D | qconf.cc | 302 connect(this, SIGNAL(lostFocus()), SLOT(hide())); ConfigLineEdit() 353 connect(this, SIGNAL(selectionChanged(void)), ConfigList() 363 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings())); ConfigList() 836 connect(action, SIGNAL(toggled(bool)), contextMenuEvent() 838 connect(parent(), SIGNAL(showNameChanged(bool)), contextMenuEvent() 844 connect(action, SIGNAL(toggled(bool)), contextMenuEvent() 846 connect(parent(), SIGNAL(showRangeChanged(bool)), contextMenuEvent() 852 connect(action, SIGNAL(toggled(bool)), contextMenuEvent() 854 connect(parent(), SIGNAL(showDataChanged(bool)), contextMenuEvent() 963 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings())); ConfigInfoView() 1175 connect(action, SIGNAL(toggled(bool)), SLOT(setShowDebug(bool))); createPopupMenu() 1176 connect(this, SIGNAL(showDebugChanged(bool)), action, SLOT(setOn(bool))); createPopupMenu() 1197 connect(editField, SIGNAL(returnPressed()), SLOT(search())); ConfigSearchWindow() 1201 connect(searchButton, SIGNAL(clicked()), SLOT(search())); ConfigSearchWindow() 1210 connect(list->list, SIGNAL(menuChanged(struct menu *)), ConfigSearchWindow() 1212 connect(list->list, SIGNAL(menuChanged(struct menu *)), ConfigSearchWindow() 1234 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings())); ConfigSearchWindow() 1326 connect(backAction, SIGNAL(activated()), SLOT(goBack())); ConfigMainWindow() 1329 connect(quitAction, SIGNAL(activated()), SLOT(close())); ConfigMainWindow() 1331 connect(loadAction, SIGNAL(activated()), SLOT(loadConfig())); ConfigMainWindow() 1333 connect(saveAction, SIGNAL(activated()), SLOT(saveConfig())); ConfigMainWindow() 1338 connect(saveAsAction, SIGNAL(activated()), SLOT(saveConfigAs())); ConfigMainWindow() 1340 connect(searchAction, SIGNAL(activated()), SLOT(searchConfig())); ConfigMainWindow() 1342 connect(singleViewAction, SIGNAL(activated()), SLOT(showSingleView())); ConfigMainWindow() 1344 connect(splitViewAction, SIGNAL(activated()), SLOT(showSplitView())); ConfigMainWindow() 1346 connect(fullViewAction, SIGNAL(activated()), SLOT(showFullView())); ConfigMainWindow() 1350 connect(showNameAction, SIGNAL(toggled(bool)), configView, SLOT(setShowName(bool))); ConfigMainWindow() 1351 connect(configView, SIGNAL(showNameChanged(bool)), showNameAction, SLOT(setOn(bool))); ConfigMainWindow() 1355 connect(showRangeAction, SIGNAL(toggled(bool)), configView, SLOT(setShowRange(bool))); ConfigMainWindow() 1356 connect(configView, SIGNAL(showRangeChanged(bool)), showRangeAction, SLOT(setOn(bool))); ConfigMainWindow() 1360 connect(showDataAction, SIGNAL(toggled(bool)), configView, SLOT(setShowData(bool))); ConfigMainWindow() 1361 connect(configView, SIGNAL(showDataChanged(bool)), showDataAction, SLOT(setOn(bool))); ConfigMainWindow() 1366 connect(optGroup, SIGNAL(selected(QAction *)), configView, ConfigMainWindow() 1368 connect(optGroup, SIGNAL(selected(QAction *)), menuView, ConfigMainWindow() 1389 connect(showDebugAction, SIGNAL(toggled(bool)), helpText, SLOT(setShowDebug(bool))); ConfigMainWindow() 1390 connect(helpText, SIGNAL(showDebugChanged(bool)), showDebugAction, SLOT(setOn(bool))); ConfigMainWindow() 1394 connect(showIntroAction, SIGNAL(activated()), SLOT(showIntro())); ConfigMainWindow() 1396 connect(showAboutAction, SIGNAL(activated()), SLOT(showAbout())); ConfigMainWindow() 1439 connect(configList, SIGNAL(menuChanged(struct menu *)), ConfigMainWindow() 1441 connect(configList, SIGNAL(menuSelected(struct menu *)), ConfigMainWindow() 1443 connect(configList, SIGNAL(parentSelected()), ConfigMainWindow() 1445 connect(menuList, SIGNAL(menuChanged(struct menu *)), ConfigMainWindow() 1447 connect(menuList, SIGNAL(menuSelected(struct menu *)), ConfigMainWindow() 1450 connect(configList, SIGNAL(gotFocus(struct menu *)), ConfigMainWindow() 1452 connect(menuList, SIGNAL(gotFocus(struct menu *)), ConfigMainWindow() 1454 connect(menuList, SIGNAL(gotFocus(struct menu *)), ConfigMainWindow() 1456 connect(helpText, SIGNAL(menuSelected(struct menu *)), ConfigMainWindow() 1789 configApp->connect(configApp, SIGNAL(lastWindowClosed()), SLOT(quit())); main() 1790 configApp->connect(configApp, SIGNAL(aboutToQuit()), v, SLOT(saveSettings())); main()
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_mbx.h | 60 * +----------+ connect() +----------+ 78 * this state is for the system to make the connect() call for the 79 * mailbox, it will then transition to the connect state. 81 * post a connect message with no specified destination and will 83 * is exited when either a connect with the local mailbox as the 87 * entity and the remote. It will fall back to connect in the event of 93 * remote endpoint has fallen back into connect. 126 * CRC: Running CRC for all data since connect plus current message header 127 * Size: Maximum message size - Applies only to connect headers 128 * The maximum message size is provided during connect to avoid 157 /* offsets for connect headers */ 232 s32 (*connect)(struct fm10k_hw *, struct fm10k_mbx_info *); member in struct:fm10k_mbx_ops
|
H A D | fm10k_mbx.c | 842 * fm10k_mbx_create_connect_hdr - Generate a connect mailbox header 1045 * open state to the connect state. 1092 * or a connect state depending on the current mailbox state 1103 /* we cannot exit connect until the size is good */ fm10k_mbx_connect_reset() 1111 * fm10k_mbx_process_connect - Process connect header 1115 * This function will read an incoming connect header and reply with the 1137 /* we cannot exit connect until the size is good */ fm10k_mbx_process_connect() 1176 /* if we are in connect just update our data and go */ fm10k_mbx_process_data() 1285 /* if open then reset max_size and go back to connect */ fm10k_mbx_process_error() 1291 /* send a connect message to get data flowing again */ fm10k_mbx_process_error() 1403 * mailbox with a broadcast connect message and then initialize the lock. 1404 * This is safe since the connect message is a single DWORD so the mailbox 1412 /* we cannot connect an uninitialized mailbox */ fm10k_mbx_connect() 1416 /* we cannot connect an already connected mailbox */ fm10k_mbx_connect() 1423 /* Place mbx in ready to connect state */ fm10k_mbx_connect() 1434 /* generate and load connect header into mailbox */ fm10k_mbx_connect() 1585 mbx->ops.connect = fm10k_mbx_connect; fm10k_pfvf_mbx_init() 1650 /* reset state back to connect */ fm10k_sm_mbx_connect_reset() 1668 /* we cannot connect an uninitialized mailbox */ fm10k_sm_mbx_connect() 1672 /* we cannot connect an already connected mailbox */ fm10k_sm_mbx_connect() 1679 /* Place mbx in ready to connect state */ fm10k_sm_mbx_connect() 1683 /* reset interface back to connect */ fm10k_sm_mbx_connect() 1690 /* generate and load connect header into mailbox */ fm10k_sm_mbx_connect() 1966 * into the connect state in order to re-establish the connection. This 2015 /* if we are in connect and wanting version 1 then start up and go */ fm10k_sm_mbx_process_version_1() 2130 mbx->ops.connect = fm10k_sm_mbx_connect; fm10k_sm_mbx_init()
|
H A D | fm10k_iov.c | 85 vf_info->mbx.ops.connect(hw, &vf_info->mbx); fm10k_iov_event() 136 mbx->ops.connect(hw, mbx); fm10k_iov_mbx() 237 /* now we are ready so we can connect */ fm10k_iov_resume() 238 vf_info->mbx.ops.connect(hw, &vf_info->mbx); fm10k_iov_resume()
|
/linux-4.1.27/drivers/usb/gadget/function/ |
H A D | u_serial.h | 40 /* port is managed by gserial_{connect,disconnect} */ 50 void (*connect)(struct gserial *p); member in struct:gserial 63 /* connect/disconnect is handled by individual functions */
|
H A D | f_ecm.c | 92 * if they ignore the connect/disconnect notifications that real aether 404 DBG(cdev, "notify connect %s\n", ecm_do_notify() 599 * connection notifications. But we allow one connect to ecm_set_alt() 644 * Callbacks let us notify the host about connect/disconnect when the
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
H A D | lustre_ver.h | 17 /* liblustre clients are only allowed to connect if their LUSTRE_FIX mismatches
|
H A D | lustre_import.h | 248 * we are talking to. Filled from response to connect request 299 /* import has tried to connect with server */ 321 * something happens to an import (like connect/evict/disconnect)
|
H A D | lustre_lite.h | 107 * connect flags (capabilities) supported by all imports given mount is
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
H A D | diddfunc.c | 48 * connect to didd 100 DBG_ERR(("init: failed to connect to DIDD.")) diddfunc_init()
|
H A D | divasfunc.c | 154 * connect to didd 219 DBG_ERR(("divasfunc: failed to connect to DIDD.")) divasfunc_init()
|
H A D | idifunc.c | 182 * connect DIDD 254 DBG_ERR(("init: failed to connect to DIDD.")); idifunc_init()
|
H A D | diva_didd.c | 131 printk(KERN_ERR "%s: failed to connect to DIDD.\n", divadidd_init()
|
H A D | mntfunc.c | 73 * connect to didd 338 DBG_ERR(("init: failed to connect to DIDD.")); mntfunc_init()
|
H A D | divamnt.c | 230 printk(KERN_ERR "%s: failed to connect to DIDD.\n", maint_init()
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
H A D | wmi.c | 252 struct htc_service_connreq connect; ath9k_wmi_connect() local 257 memset(&connect, 0, sizeof(connect)); ath9k_wmi_connect() 259 connect.ep_callbacks.priv = wmi; ath9k_wmi_connect() 260 connect.ep_callbacks.tx = ath9k_wmi_ctrl_tx; ath9k_wmi_connect() 261 connect.ep_callbacks.rx = ath9k_wmi_ctrl_rx; ath9k_wmi_connect() 262 connect.service_id = WMI_CONTROL_SVC; ath9k_wmi_connect() 264 ret = htc_connect_service(htc, &connect, &wmi->ctrl_epid); ath9k_wmi_connect()
|
H A D | htc_hst.h | 184 /* connect response status codes */
|
/linux-4.1.27/include/uapi/linux/caif/ |
H A D | caif_socket.h | 63 * the service to connect to on the modem. 136 * @u.dbg.service: Service sub-system to connect (caif_debug_service 138 * This structure holds the connect parameters used for setting up a 139 * CAIF Channel. It defines the service to connect to on the modem. 181 * is valid after a successful connect.
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
H A D | init.c | 212 * it sends a new connect event 280 /* connect to a service */ ath6kl_connectservice() 292 ath6kl_err("failed to connect to %s service status:%d\n", ath6kl_connectservice() 325 struct htc_service_connect_req connect; ath6kl_init_service_ep() local 327 memset(&connect, 0, sizeof(connect)); ath6kl_init_service_ep() 330 connect.ep_cb.tx_comp_multi = ath6kl_tx_complete; ath6kl_init_service_ep() 331 connect.ep_cb.rx = ath6kl_rx; ath6kl_init_service_ep() 332 connect.ep_cb.rx_refill = ath6kl_rx_refill; ath6kl_init_service_ep() 333 connect.ep_cb.tx_full = ath6kl_tx_queue_full; ath6kl_init_service_ep() 339 connect.max_txq_depth = MAX_DEFAULT_SEND_QUEUE_DEPTH; ath6kl_init_service_ep() 340 connect.ep_cb.rx_refill_thresh = ATH6KL_MAX_RX_BUFFERS / 4; ath6kl_init_service_ep() 341 if (!connect.ep_cb.rx_refill_thresh) ath6kl_init_service_ep() 342 connect.ep_cb.rx_refill_thresh++; ath6kl_init_service_ep() 344 /* connect to control service */ ath6kl_init_service_ep() 345 connect.svc_id = WMI_CONTROL_SVC; ath6kl_init_service_ep() 346 if (ath6kl_connectservice(ar, &connect, "WMI CONTROL")) ath6kl_init_service_ep() 349 connect.flags |= HTC_FLGS_TX_BNDL_PAD_EN; ath6kl_init_service_ep() 356 connect.max_rxmsg_sz = WMI_MAX_TX_DATA_FRAME_LENGTH; ath6kl_init_service_ep() 363 connect.ep_cb.rx_alloc_thresh = ATH6KL_BUFFER_SIZE; ath6kl_init_service_ep() 364 connect.ep_cb.rx_allocthresh = ath6kl_alloc_amsdu_rxbuf; ath6kl_init_service_ep() 370 connect.conn_flags |= HTC_CONN_FLGS_REDUCE_CRED_DRIB; ath6kl_init_service_ep() 371 connect.conn_flags &= ~HTC_CONN_FLGS_THRESH_MASK; ath6kl_init_service_ep() 372 connect.conn_flags |= HTC_CONN_FLGS_THRESH_LVL_HALF; ath6kl_init_service_ep() 374 connect.svc_id = WMI_DATA_BE_SVC; ath6kl_init_service_ep() 376 if (ath6kl_connectservice(ar, &connect, "WMI DATA BE")) ath6kl_init_service_ep() 379 /* connect to back-ground map this to WMI LOW_PRI */ ath6kl_init_service_ep() 380 connect.svc_id = WMI_DATA_BK_SVC; ath6kl_init_service_ep() 381 if (ath6kl_connectservice(ar, &connect, "WMI DATA BK")) ath6kl_init_service_ep() 384 /* connect to Video service, map this to HI PRI */ ath6kl_init_service_ep() 385 connect.svc_id = WMI_DATA_VI_SVC; ath6kl_init_service_ep() 386 if (ath6kl_connectservice(ar, &connect, "WMI DATA VI")) ath6kl_init_service_ep() 396 connect.svc_id = WMI_DATA_VO_SVC; ath6kl_init_service_ep() 397 if (ath6kl_connectservice(ar, &connect, "WMI DATA VO")) ath6kl_init_service_ep()
|
H A D | htc_pipe.c | 1276 /* assemble connect service message */ ath6kl_htc_pipe_conn_service() 1340 "Target failed service 0x%X connect request (status:%d)\n", ath6kl_htc_pipe_conn_service() 1570 struct htc_service_connect_req connect; ath6kl_htc_pipe_wait_target() local 1607 memset(&connect, 0, sizeof(connect)); ath6kl_htc_pipe_wait_target() 1609 connect.ep_cb.tx_complete = htc_txctrl_complete; ath6kl_htc_pipe_wait_target() 1610 connect.ep_cb.rx = htc_rxctrl_complete; ath6kl_htc_pipe_wait_target() 1611 connect.max_txq_depth = NUM_CONTROL_TX_BUFFERS; ath6kl_htc_pipe_wait_target() 1612 connect.svc_id = HTC_CTRL_RSVD_SVC; ath6kl_htc_pipe_wait_target() 1614 /* connect fake service */ ath6kl_htc_pipe_wait_target() 1615 status = ath6kl_htc_pipe_conn_service(target, &connect, &resp); ath6kl_htc_pipe_wait_target()
|
H A D | htc.h | 65 /* connect response status codes */ 183 /* connect service */ 192 /* connect response */
|
/linux-4.1.27/drivers/hwmon/ |
H A D | ntc_thermistor.c | 273 pdata->connect = NTC_CONNECTED_POSITIVE; ntc_thermistor_parse_dt() 275 pdata->connect = NTC_CONNECTED_GROUND; ntc_thermistor_parse_dt() 319 if (pdata->connect == NTC_CONNECTED_POSITIVE) get_ohm_of_thermistor() 324 return (pdata->connect == NTC_CONNECTED_POSITIVE) ? get_ohm_of_thermistor() 327 if (pdata->connect == NTC_CONNECTED_POSITIVE && puo == 0) get_ohm_of_thermistor() 329 else if (pdata->connect == NTC_CONNECTED_GROUND && pdo == 0) get_ohm_of_thermistor() 331 else if (pdata->connect == NTC_CONNECTED_POSITIVE) get_ohm_of_thermistor() 536 (pdata->pullup_ohm == 0 && pdata->connect == ntc_thermistor_probe() 538 (pdata->pulldown_ohm == 0 && pdata->connect == ntc_thermistor_probe() 540 (pdata->connect != NTC_CONNECTED_POSITIVE && ntc_thermistor_probe() 541 pdata->connect != NTC_CONNECTED_GROUND))) { ntc_thermistor_probe()
|
/linux-4.1.27/drivers/media/pci/cx23885/ |
H A D | altera-ci.h | 37 void *adapter;/* for CI to connect to */ 38 struct dvb_demux *demux;/* for hardware PID filter to connect to */
|
/linux-4.1.27/drivers/misc/sgi-xp/ |
H A D | xp_main.c | 95 xpc_set_interface(void (*connect) (int), xpc_set_interface() 103 xpc_interface.connect = connect; xpc_set_interface() 118 xpc_interface.connect = (void (*)(int))xpc_notloaded; xpc_clear_interface() 191 xpc_interface.connect(ch_number); xpc_connect()
|
/linux-4.1.27/fs/ocfs2/cluster/ |
H A D | tcp_internal.h | 92 /* set the moment an sc is allocated and a connect is started */ 110 * goes down, the node is unconfigured, or a connect succeeds. 112 * itself if a connect attempt fails and so can be self-arming. 114 * be attempted before canceling delayed connect work and flushing the 140 /* rx and connect work are generated from socket callbacks. sc
|
H A D | tcp.c | 518 /* the node num comparison and single connect/accept path should stop o2net_set_nn_state() 562 * it will back off if it shouldn't connect. This can be called o2net_set_nn_state() 1505 /* called when a connect completes and after a sock is accepted. the 1592 * having a connect attempt fail, etc. This centralizes the logic which decides 1593 * if a connect attempt should be made or if we should give up and all future 1637 * now try to connect to it again. o2net_start_connect() 1700 ret = sc->sc_sock->ops->connect(sc->sc_sock, o2net_start_connect() 1796 /* ensure an immediate connect attempt */ o2net_hb_node_up_cb() 1895 printk(KERN_NOTICE "o2net: Attempt to connect from unknown " o2net_accept_one() 1905 printk(KERN_NOTICE "o2net: Unexpected connect attempt " o2net_accept_one() 1919 * and tries to connect before we see their heartbeat */ o2net_accept_one() 1921 mlog(ML_CONN, "attempt to connect from node '%s' at " o2net_accept_one() 1938 printk(KERN_NOTICE "o2net: Attempt to connect from node '%s' " o2net_accept_one()
|
/linux-4.1.27/sound/core/seq/ |
H A D | seq_dummy.c | 79 int connect; member in struct:snd_seq_dummy_port 100 tmpev.source.port = p->connect; dummy_input() 131 rec->connect = 0; create_port() 193 rec1->connect = rec2->port; register_client() 194 rec2->connect = rec1->port; register_client()
|
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/ |
H A D | mdp5_cfg.c | 76 .connect = { 145 .connect = { 198 .connect = {
|
H A D | mdp5_cfg.h | 64 u32 connect[MDP5_INTF_NUM_MAX]; /* array of enum mdp5_intf_type */ member in struct:mdp5_intf_block
|
H A D | mdp5_kms.c | 209 const enum mdp5_intf_type *intfs = hw_cfg->intf.connect; get_dsi_id_from_intf() 210 const int intf_cnt = ARRAY_SIZE(hw_cfg->intf.connect); get_dsi_id_from_intf() 231 enum mdp5_intf_type intf_type = hw_cfg->intf.connect[intf_num]; modeset_init_intf() 368 for (i = 0; i < ARRAY_SIZE(hw_cfg->intf.connect); i++) { modeset_init() 517 if (mdp5_cfg_intf_is_virtual(config->hw->intf.connect[i]) || mdp5_kms_init()
|
/linux-4.1.27/drivers/video/fbdev/omap2/displays-new/ |
H A D | encoder-opa362.c | 43 dev_dbg(dssdev->dev, "connect\n"); opa362_connect() 48 r = in->ops.atv->connect(in, dssdev); opa362_connect() 170 .connect = opa362_connect,
|
H A D | connector-analog-tv.c | 60 dev_dbg(ddata->dev, "connect\n"); tvc_connect() 65 r = in->ops.atv->connect(in, dssdev); tvc_connect() 178 .connect = tvc_connect,
|
H A D | connector-hdmi.c | 59 dev_dbg(ddata->dev, "connect\n"); hdmic_connect() 64 r = in->ops.hdmi->connect(in, dssdev); hdmic_connect() 191 .connect = hdmic_connect,
|
H A D | connector-dvi.c | 63 r = in->ops.dvi->connect(in, dssdev); dvic_connect() 223 .connect = dvic_connect,
|
H A D | encoder-tfp410.c | 43 r = in->ops.dpi->connect(in, dssdev); tfp410_connect() 158 .connect = tfp410_connect,
|
H A D | encoder-tpd12s015.c | 43 r = in->ops.hdmi->connect(in, dssdev); tpd_connect() 188 .connect = tpd_connect,
|
H A D | panel-dpi.c | 48 r = in->ops.dpi->connect(in, dssdev); panel_dpi_connect() 146 .connect = panel_dpi_connect,
|
H A D | panel-lgphilips-lb035q02.c | 130 r = in->ops.dpi->connect(in, dssdev); lb035q02_connect() 230 .connect = lb035q02_connect,
|
H A D | panel-nec-nl8048hl11.c | 130 r = in->ops.dpi->connect(in, dssdev); nec_8048_connect() 222 .connect = nec_8048_connect,
|
H A D | panel-sharp-ls037v7dw01.c | 71 r = in->ops.dpi->connect(in, dssdev); sharp_ls_connect() 187 .connect = sharp_ls_connect,
|
/linux-4.1.27/include/net/caif/ |
H A D | caif_dev.h | 30 * @sockaddr: Socket address to connect. 51 * to connect on the Modem. 62 * function will receive information about connect/disconnect responses,
|
H A D | cfctrl.h | 61 u8 phyid; /* (U2-U0) Physical interface to connect */
|
/linux-4.1.27/net/rds/ |
H A D | tcp_connect.c | 104 * once we call connect() we can start getting callbacks and they rds_tcp_conn_connect() 108 ret = sock->ops->connect(sock, (struct sockaddr *)&dest, sizeof(dest), rds_tcp_conn_connect() 111 rdsdebug("connect to address %pI4 returned %d\n", &conn->c_faddr, ret); rds_tcp_conn_connect()
|
H A D | threads.c | 99 * If connect attempts race then both parties drop both connections and come 154 rds_conn_error(conn, "RDS: connect failed\n"); rds_connect_worker()
|
H A D | iw_cm.c | 416 rdsdebug("incoming connect while connecting\n"); rds_iw_cm_handle_connect() 421 /* Wait and see - our connect may still be succeeding */ rds_iw_cm_handle_connect() 591 * an outgoing connect raced with an incoming connect. rds_iw_conn_shutdown() 740 * A race with shutdown() or connect() would cause problems rds_iw_conn_free()
|
/linux-4.1.27/drivers/misc/mei/ |
H A D | nfc.c | 207 struct mei_nfc_connect *connect; mei_nfc_connect() local 224 connect = (struct mei_nfc_connect *)cmd->data; mei_nfc_connect() 237 connect->fw_ivn = ndev->fw_ivn; mei_nfc_connect() 238 connect->vendor_id = ndev->vendor_id; mei_nfc_connect() 242 dev_err(dev->dev, "Could not send connect cmd\n"); mei_nfc_connect() 248 dev_err(dev->dev, "Could not read connect response\n"); mei_nfc_connect() 331 dev_err(dev->dev, "Could not connect to NFC"); mei_nfc_enable() 430 dev_err(dev->dev, "Could not connect to the NFC INFO ME client"); mei_nfc_init()
|
H A D | hw.h | 262 * struct hbm_client_connect_request - connect/disconnect request 277 * struct hbm_client_connect_response - connect/disconnect response
|
H A D | hbm.c | 77 * mei_cl_conn_status_to_errno - convert client connect response 80 * @status: client connect response status 583 * @cl: a client to connect to 600 * @cmd: connect client response host bus message 608 cl_dbg(dev, cl, "hbm: connect response status=%s\n", mei_hbm_cl_connect_res() 814 dev_dbg(dev->dev, "hbm: client connect response: message received.\n"); mei_hbm_dispatch()
|
H A D | interrupt.c | 272 * mei_cl_irq_connect - send connect request in irq_thread context 479 /* connect message */ mei_irq_write_handler() 547 /*** connect/disconnect timeouts ***/ mei_timer() 551 dev_err(dev->dev, "timer: connect/disconnect timeout.\n"); mei_timer()
|
H A D | wd.c | 50 * mei_wd_host_init - connect to the watchdog client 91 dev_err(dev->dev, "wd: failed to connect = %d\n", ret); mei_wd_host_init()
|
H A D | main.c | 368 * mei_ioctl_connect_client - the connect to fw client IOCTL function 371 * @data: IOCTL connect data, input and output parameters 396 /* find ME client we're trying to connect to */ mei_ioctl_connect_client() 399 dev_dbg(dev->dev, "Cannot connect to FW Client UUID = %pUl\n", mei_ioctl_connect_client() 442 dev_dbg(dev->dev, "Can connect?\n"); mei_ioctl_connect_client()
|
/linux-4.1.27/scripts/gdb/linux/ |
H A D | cpus.py | 73 gdb.events.stop.connect(cpu_mask_invalidate) 75 gdb.events.new_objfile.connect(cpu_mask_invalidate)
|
H A D | utils.py | 33 gdb.events.new_objfile.connect(self._new_objfile_handler) 155 gdb.events.exited.connect(exit_handler)
|
/linux-4.1.27/tools/testing/selftests/net/ |
H A D | psock_lib.h | 93 if (connect(fds[0], (void *) &daddr, sizeof(daddr))) { pair_udp_open() 94 perror("connect"); pair_udp_open()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
H A D | import.c | 456 /* Force a new connect attempt */ ptlrpc_reconnect_import() 458 /* Do a fresh connect next time by zeroing the handle */ ptlrpc_reconnect_import() 476 /* Attempt a new connect */ ptlrpc_reconnect_import() 485 * present). We typically chose connection that we have not tried to connect to 505 CDEBUG(D_HA, "%s: connect to NID %s last attempt %llu\n", import_select_connection() 540 we do finally connect. (FIXME: really we should wait for all network import_select_connection() 627 * Attempt to (re)connect import \a imp. This includes all preparations, 650 CERROR("can't connect to a closed import\n"); ptlrpc_connect_import() 684 /* Reset connect flags to the originally requested flags, in case ptlrpc_connect_import() 715 /* The amount of time we give the server to process the connect req. ptlrpc_connect_import() 752 DEBUG_REQ(D_RPCTRACE, request, "(re)connect request (timeout %d)", ptlrpc_connect_import() 783 * interpret_reply callback for connect RPCs. 784 * Looks into returned status of connect operation and decides 830 CERROR("%s: no connect data from server\n", ptlrpc_connect_interpret() 845 CDEBUG(D_HA, "%s: connect to target with instance %u\n", ptlrpc_connect_interpret() 863 connect attempt */ ptlrpc_connect_interpret() 864 CERROR("%s: missing export after connect\n", ptlrpc_connect_interpret() 898 CDEBUG(D_HA, "connect to %s during recovery\n", ptlrpc_connect_interpret() 1083 else /* clear if server was upgraded since last connect */ ptlrpc_connect_interpret() 1119 /* Reset ns_connect_flags only for initial connect. It might be ptlrpc_connect_interpret() 1136 a. we don't know if the incoming connect reply ptlrpc_connect_interpret() 1349 /* bug 17802: XXX client_disconnect_export vs connect request ptlrpc_import_recovery_state_machine()
|
/linux-4.1.27/sound/soc/ |
H A D | soc-dapm.c | 190 if (p->is_supply || p->weak || !p->connect) dapm_widget_invalidate_input_paths() 229 if (p->is_supply || p->weak || !p->connect) dapm_widget_invalidate_output_paths() 566 /* connect mux widget to its interconnecting audio paths */ dapm_connect_mux() 581 * decide which path to connect, it will try to match dapm_connect_mux() 593 path->connect = 1; dapm_connect_mux() 595 path->connect = 0; dapm_connect_mux() 620 p->connect = !!val; dapm_set_mixer_path_status() 622 p->connect = 0; dapm_set_mixer_path_status() 626 /* connect mixer widget to its interconnecting audio paths */ dapm_connect_mixer() 966 if (path->connect) { is_connected_output_ep() 1024 if (path->connect) { is_connected_input_ep() 1581 bool power, bool connect) dapm_widget_set_peer_power() 1586 if (!connect) dapm_widget_set_peer_power() 1610 dapm_widget_set_peer_power(path->source, power, path->connect); dapm_widget_set_power() 1616 path->connect); dapm_widget_set_power() 1855 if (p->connect) dapm_widget_power_read_file() 1865 if (p->connect) dapm_widget_power_read_file() 1986 * @connect: The new connect state of the path. True if the path is connected, 1991 bool connect, const char *reason) soc_dapm_connect_path() 1993 if (path->connect == connect) soc_dapm_connect_path() 1996 path->connect = connect; soc_dapm_connect_path() 2008 bool connect; soc_dapm_mux_update_power() local 2017 connect = true; dapm_kcontrol_for_each_path() 2019 connect = false; dapm_kcontrol_for_each_path() 2021 soc_dapm_connect_path(path, connect, "mux update"); dapm_kcontrol_for_each_path() 2050 struct snd_kcontrol *kcontrol, int connect) soc_dapm_mixer_update_power() 2060 soc_dapm_connect_path(path, connect, "mixer update"); dapm_kcontrol_for_each_path() 2070 struct snd_kcontrol *kcontrol, int connect, snd_soc_dapm_mixer_update_power() 2078 ret = soc_dapm_mixer_update_power(card, kcontrol, connect); snd_soc_dapm_mixer_update_power() 2392 /* connect static paths */ snd_soc_dapm_add_path() 2394 path->connect = 1; snd_soc_dapm_add_path() 2396 /* connect dynamic paths */ snd_soc_dapm_add_path() 2429 if (dapm->card->instantiated && path->connect) snd_soc_dapm_add_path() 2555 if (path->connect) snd_soc_dapm_del_route() 2851 int connect, change, reg_change = 0; snd_soc_dapm_put_volsw() local 2861 connect = !!val; snd_soc_dapm_put_volsw() 2887 ret = soc_dapm_mixer_update_power(card, kcontrol, connect); snd_soc_dapm_put_volsw() 3596 /* connect BE DAI playback if widgets are valid */ dapm_connect_dai_link_widgets() 3608 /* connect BE DAI capture if widgets are valid */ dapm_connect_dai_link_widgets() 1580 dapm_widget_set_peer_power(struct snd_soc_dapm_widget *peer, bool power, bool connect) dapm_widget_set_peer_power() argument 1990 soc_dapm_connect_path(struct snd_soc_dapm_path *path, bool connect, const char *reason) soc_dapm_connect_path() argument 2049 soc_dapm_mixer_update_power(struct snd_soc_card *card, struct snd_kcontrol *kcontrol, int connect) soc_dapm_mixer_update_power() argument 2069 snd_soc_dapm_mixer_update_power(struct snd_soc_dapm_context *dapm, struct snd_kcontrol *kcontrol, int connect, struct snd_soc_dapm_update *update) snd_soc_dapm_mixer_update_power() argument
|
/linux-4.1.27/drivers/staging/gdm724x/ |
H A D | hci_packet.h | 89 u32 connect; member in struct:hci_connect_ind
|
/linux-4.1.27/drivers/usb/serial/ |
H A D | whiteheat.h | 184 #define WHITEHEAT_TEST_PORT_CONT 0x04 /* port connect */ 212 #define WHITEHEAT_EVENT_CONNECT 0x08 /* connect field is valid */ 234 __u8 connect; /* 0 means not connected, non-zero means member in struct:whiteheat_status_info 282 .flow, .connect */
|
/linux-4.1.27/drivers/video/fbdev/mmp/ |
H A D | core.c | 76 * mmp_register_panel - register panel to panel_list and connect to path 80 * to panel_list and connect to path which matchs panel->plat_path_name. 96 dev_info(panel->dev, "connect to path %s\n", mmp_register_panel() 163 * this function also try to connect path with panel by name
|
/linux-4.1.27/include/uapi/linux/netfilter/ |
H A D | nfnetlink_log.h | 13 NFULNL_MSG_CONFIG, /* connect to a particular queue */
|
H A D | nfnetlink_queue.h | 10 NFQNL_MSG_CONFIG, /* connect to a particular queue */
|
/linux-4.1.27/arch/s390/include/uapi/asm/ |
H A D | cmb.h | 12 * @device_connect_time: time of device connect
|
/linux-4.1.27/arch/arm64/include/asm/ |
H A D | kgdb.h | 77 * GDB fails to connect for size beyond this with error
|
/linux-4.1.27/arch/arm/mach-pxa/include/mach/ |
H A D | lubbock.h | 45 #define LUBBOCK_USB_IRQ LUBBOCK_IRQ(2) /* usb connect */
|
H A D | mainstone.h | 70 #define MST_MSCWR2_nUSBC_SC (1 << 4) /* USB client soft connect control */
|
/linux-4.1.27/net/irda/irnet/ |
H A D | irnet_irda.c | 303 DERROR(IRDA_SR_ERROR, "connect aborted!\n"); irnet_connect_tsap() 314 DERROR(IRDA_SR_ERROR, "connect aborted!\n"); irnet_connect_tsap() 383 * If we find one node which have the requested TSAP, we connect to it. 467 * Now, check all discovered devices (if any), and connect irnet_dname_to_daddr() 553 /* Check if we are already trying to connect. irda_irnet_connect() 555 * packet retries in ppp_generic and connect may take time, plus we may irda_irnet_connect() 579 DRETURN(err, IRDA_SOCK_INFO, "auto-connect failed!\n"); irda_irnet_connect() 588 DRETURN(err, IRDA_SOCK_INFO, "name connect failed!\n"); irda_irnet_connect() 918 * a connect response before ? It looks ok without this... */ irnet_disconnect_server() 971 /* Register with LM-IAS (so that people can connect to us) */ irnet_setup_server() 1096 * o attempted to connect, timeout 1139 /* If we were trying to connect, notify the control channel */ irnet_disconnect_indication() 1166 /* If we were trying to connect, flush (drain) ppp_generic irnet_disconnect_indication() 1168 * trigger an other attempt to connect. If we are passive, irnet_disconnect_indication() 1227 DEBUG(IRDA_CB_INFO, "Passing connect packet to PPP.\n"); irnet_connect_confirm() 1325 * Some other node is attempting to connect to the IrNET service, and has 1369 /* If ttp_connect is set, the socket is trying to connect to the other irnet_connect_indication() 1373 * waiting on it, while the other end is trying to connect to it on irnet_connect_indication() 1381 * both side try to connect simultaneously, which could leave both irnet_connect_indication() 1425 * 2) we don't want to connect the socket because we are secondary or irnet_connect_indication() 1436 DERROR(IRDA_CB_ERROR, "Race condition detected, socket in use, abort connect...\n"); irnet_connect_indication() 1449 DEBUG(IRDA_CB_INFO, "Passing connect packet to PPP.\n"); irnet_connect_indication() 1474 * Got answer from remote LM-IAS, just connect 1477 * the device we want to connect to. 1511 DERROR(IRDA_OCB_ERROR, "IAS connect failed ! (0x%X)\n", self->errno); irnet_getvalue_confirm() 1542 * any device and connect to it. 1625 /* We have a valid address - just connect */ irnet_discovervalue_confirm() 1651 * that we will be able to connect to it, the node might already be
|
H A D | irnet.h | 90 * socket API to connect to IrDA. The code would have been easier to 182 * o Enable IrDA connect retries in ppp_irnet_send(). The good thing 183 * is that IrDA connect retries are directly driven by PPP LCP 186 * o Add ttp_connect flag to prevent rentry on the connect procedure 193 * first packet. This was preventing "connect-delay 0" to work. 223 * If the socket was already trying to connect, drop old connection 513 int irda_irnet_connect(irnet_socket *); /* Try to connect over IrDA */
|
H A D | irnet_ppp.c | 164 /* Other possible command : connect N (number of retries) */ irnet_ctrl_write() 935 /* Let's try to connect one more time... */ ppp_irnet_send() 955 * backlog of LCP request. When we eventually connect later on, ppp_irnet_send() 956 * we have to transmit all this backlog before we can connect ppp_irnet_send() 960 * While we are attempting to connect, we block packets to get ppp_irnet_send() 962 * If we fail to connect, we drain the queue and start dropping packets ppp_irnet_send() 965 /* If we are attempting to connect */ ppp_irnet_send() 1120 * Hook our device callbacks in the filesystem, to connect our code
|
/linux-4.1.27/drivers/net/wan/ |
H A D | hdlc_x25.c | 106 /* Send connect confirm. msg to level 3 */ x25_xmit() 109 netdev_err(dev, "LAPB connect request failed, error code = %i\n", x25_xmit()
|
/linux-4.1.27/arch/um/drivers/ |
H A D | daemon_user.c | 63 if (connect(pri->control, (struct sockaddr *) ctl_addr, connect_to_switch() 66 printk(UM_KERN_ERR "daemon_open : control connect failed, " connect_to_switch()
|
/linux-4.1.27/drivers/usb/core/ |
H A D | hub.h | 45 unsigned long change_bits[1]; /* ports with logical connect 90 * @connect_type: port's connect type
|
/linux-4.1.27/include/trace/events/ |
H A D | asoc.h | 174 __entry->path_connect = path->connect; 203 __entry->path_connect = path->connect;
|
/linux-4.1.27/include/video/ |
H A D | omapdss.h | 530 int (*connect)(struct omap_dss_device *dssdev, member in struct:omapdss_dpi_ops 549 int (*connect)(struct omap_dss_device *dssdev, member in struct:omapdss_sdi_ops 568 int (*connect)(struct omap_dss_device *dssdev, member in struct:omapdss_dvi_ops 585 int (*connect)(struct omap_dss_device *dssdev, member in struct:omapdss_atv_ops 610 int (*connect)(struct omap_dss_device *dssdev, member in struct:omapdss_hdmi_ops 634 int (*connect)(struct omap_dss_device *dssdev, member in struct:omapdss_dsi_ops 797 int (*connect)(struct omap_dss_device *dssdev); member in struct:omap_dss_driver 945 int (*connect)(struct omap_overlay_manager *mgr, member in struct:dss_mgr_ops
|
/linux-4.1.27/tools/firewire/ |
H A D | decode-fcp.c | 86 [0x24] = { "connect" }, 87 [0x20] = { "connect av" },
|
/linux-4.1.27/include/linux/ceph/ |
H A D | auth.h | 34 * true if we are authenticated and can connect to 70 /* reset when we (re)connect to a monitor */
|
/linux-4.1.27/drivers/infiniband/core/ |
H A D | iwcm.h | 38 IW_CM_STATE_LISTEN, /* listen waiting for connect */
|
H A D | iwcm.c | 91 * Allocating them in connect and listen avoids having to deal 102 * If work elements cannot be allocated for the new connect request cm_id, 289 /* Wait if we're currently in a connect or accept downcall */ iw_cm_disconnect() 310 /* accept or connect returned !0 */ iw_cm_disconnect() 355 * Wait if we're currently in a connect or accept downcall. A destroy_cm_id() 432 * Start listening for connect requests. Generates one CONNECT_REQUEST 433 * event for each inbound connect request. 604 ret = cm_id->device->iwcm->connect(cm_id, iw_param); iw_cm_connect() 625 * Handles an inbound connect request. The function creates a new 738 * The app has called connect and is waiting for the established event to 750 * Clear the connect wait bit so a callback function calling cm_conn_rep_handler() 771 /* Wake up waiters on connect complete */ cm_conn_rep_handler()
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
H A D | htt.c | 37 /* connect to control service */ ath10k_htt_connect()
|
H A D | htc.c | 626 /* connect fake service */ ath10k_htc_wait_target() 629 ath10k_err(ar, "could not connect to htc service (%d)\n", ath10k_htc_wait_target() 709 ath10k_err(ar, "Service connect timeout: %d\n", status); ath10k_htc_connect_service() 727 "HTC Service %s connect response: status: 0x%x, assigned ep: 0x%x\n", ath10k_htc_connect_service() 735 ath10k_err(ar, "HTC Service %s connect request failed: 0x%x)\n", ath10k_htc_connect_service()
|
/linux-4.1.27/drivers/input/ |
H A D | apm-power.c | 105 .connect = apmpower_connect,
|
H A D | evbug.c | 102 .connect = evbug_connect,
|
/linux-4.1.27/drivers/block/paride/ |
H A D | ktti.c | 111 .connect = ktti_connect,
|
H A D | aten.c | 145 .connect = aten_connect,
|
H A D | fit2.c | 134 .connect = fit2_connect,
|
H A D | on20.c | 136 .connect = on20_connect,
|
H A D | bpck6.c | 95 printk(KERN_DEBUG "connect\n"); bpck6_connect() 239 .connect = bpck6_connect,
|
H A D | kbic.c | 263 .connect = k951_connect, 279 .connect = k971_connect,
|
H A D | paride.c | 138 pi->proto->connect(pi); pi_connect() 174 pi->proto->connect(pi); default_test_proto()
|
H A D | comm.c | 201 .connect = comm_connect,
|
H A D | dstr.c | 216 .connect = dstr_connect,
|
H A D | fit3.c | 194 .connect = fit3_connect,
|
H A D | friq.c | 257 .connect = friq_connect,
|
H A D | paride.h | 151 void (*connect)(PIA *); member in struct:pi_protocol
|
/linux-4.1.27/drivers/usb/misc/ |
H A D | usb3503.c | 121 /* SP_LOCK: clear connect_n, config_n for hub connect */ usb3503_connect() 255 hub->gpio_connect = of_get_named_gpio(np, "connect-gpios", 0); usb3503_probe() 283 GPIOF_OUT_INIT_LOW, "usb3503 connect"); usb3503_probe() 286 "unable to request GPIO %d as connect pin (%d)\n", usb3503_probe()
|
/linux-4.1.27/fs/ocfs2/ |
H A D | uptodate.h | 31 * struct ocfs2_caching_info. These operations connect that up.
|
H A D | stack_o2cb.c | 280 * managed to connect to all nodes or not. If not, then list the nodes o2cb_cluster_check() 302 printk(KERN_ERR "o2cb: This node could not connect to nodes:"); o2cb_cluster_check() 418 .connect = o2cb_cluster_connect,
|
H A D | stackglue.h | 123 * filesystem to the cluster stack. The ->connect() op is passed 132 * ->connect() must not return until it is guaranteed that 138 int (*connect)(struct ocfs2_cluster_connection *conn); member in struct:ocfs2_stack_operations
|
/linux-4.1.27/include/rdma/ |
H A D | iw_cm.h | 42 IW_CM_EVENT_CONNECT_REQUEST = 1, /* connect request received */ 43 IW_CM_EVENT_CONNECT_REPLY, /* reply from active connect request */ 112 int (*connect)(struct iw_cm_id *cm_id, member in struct:iw_cm_verbs 183 * iw_cm_accept - Called to accept an incoming connect request.
|
H A D | rdma_cm.h | 260 * @id: Connection identifier to connect. 263 * Users must have resolved a route for the rdma_cm_id to connect with 266 * This call will either connect to a remote QP or obtain remote QP
|
/linux-4.1.27/net/caif/ |
H A D | chnl_net.c | 28 /* 5 sec. connect timeout */ 318 rtnl_unlock(); /* Release RTNL lock during connect wait */ chnl_net_open() 333 pr_debug("connect timeout\n"); chnl_net_open() 342 pr_debug("connect failed\n"); chnl_net_open()
|
H A D | caif_socket.c | 238 * be set at connect failure. caif_ctrl_cb() 734 * o -EINPROGRESS: connect request sent but timed out (or non-blocking) 744 * o sock->state: holds the SS_* socket state and is updated by connect and 766 /* Normal case, a fresh connect */ caif_connect() 789 /* Allow re-connect after SHUTDOWN_IND */ caif_connect() 974 .connect = caif_connect, 995 .connect = caif_connect,
|
/linux-4.1.27/net/ceph/ |
H A D | auth_none.c | 63 * we connect to.
|
/linux-4.1.27/net/ipv4/ |
H A D | udplite.c | 43 .connect = ip4_datagram_connect,
|
H A D | af_inet.c | 18 * John Richardson : Fix non blocking error in connect() 19 * so sockets that fail to connect 41 * Matt Day : nonblock connect error handler 530 return sk->sk_prot->connect(sk, uaddr, addr_len); inet_dgram_connect() 595 err = sk->sk_prot->connect(sk, uaddr, addr_len); __inet_stream_connect() 633 * Hence, it is handled normally after connect() return successfully. __inet_stream_connect() 904 .connect = inet_stream_connect, 932 .connect = inet_dgram_connect, 963 .connect = inet_dgram_connect,
|
/linux-4.1.27/net/ipv6/ |
H A D | udplite.c | 39 .connect = ip6_datagram_connect,
|
/linux-4.1.27/drivers/usb/wusbcore/ |
H A D | devconnect.c | 31 * When a device wants to connect it scans the UWB radio channels 151 * Register a new device that wants to connect 153 * A new device wants to connect, so we add it to the Connect-Ack 260 * So we get the connect ack IE (may have been allocated already), 261 * find an empty connect block, an empty virtual port, create an 268 * initial connect phase the USB stack has no knowledge of 306 dev_err(dev, "Host controller can't connect more devices " wusbhc_devconnect_ack() 554 wusb_dn_connect_new_connection(dnc) ? "connect" : "reconnect"); wusbhc_handle_dn_connect() 555 /* ACK the connect */ wusbhc_handle_dn_connect() 835 * new device. As well, it is the first time we can connect the 988 * Create all the device connect handling infrastructure 1080 * @wusbhc: the WUSB HC the device is connect to
|
H A D | wa-hc.h | 43 * off others to their respective modules (eg: connect, 66 * device connect goes to devconnect, which will cause the "fake" root 67 * hub port to show a connect and stop there. Then hub_wq will notice
|
H A D | cbaf.c | 25 * that they can connect to the system. 29 * host and device and subsequent times, you can connect wirelessly 41 * manager uses to allow it to connect wirelessly to the system or not. 77 * When the device tries to connect wirelessly, it will present its
|
/linux-4.1.27/Documentation/networking/timestamping/ |
H A D | txtimestamp.c | 302 if (connect(fd, (void *) &daddr, sizeof(daddr))) do_test() 303 error(1, errno, "connect ipv4"); do_test() 305 if (connect(fd, (void *) &daddr6, sizeof(daddr6))) do_test() 306 error(1, errno, "connect ipv6"); do_test() 400 " -p N: connect to port N\n" usage()
|
/linux-4.1.27/drivers/block/xen-blkback/ |
H A D | xenbus.c | 39 static void connect(struct backend_info *); 89 /* Not ready to connect? */ xen_update_blkif_status() 97 /* Attempt to connect: exit if we fail to. */ xen_update_blkif_status() 98 connect(blkif->be); xen_update_blkif_status() 616 * ready, connect. 724 * Ensure we connect even when two watches fire in frontend_changed() 777 static void connect(struct backend_info *be) connect() function
|
/linux-4.1.27/drivers/iio/adc/ |
H A D | ad7793.c | 116 #define AD7793_IO_IEXC1_IOUT1_IEXC2_IOUT2 0 /* IEXC1 connect to IOUT1, 117 * IEXC2 connect to IOUT2 */ 118 #define AD7793_IO_IEXC1_IOUT2_IEXC2_IOUT1 1 /* IEXC1 connect to IOUT2, 119 * IEXC2 connect to IOUT1 */ 121 * IEXC1,2 connect to IOUT1 */ 123 * IEXC1,2 connect to IOUT2 */
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
H A D | manager-sysfs.c | 100 r = dssdev->driver->connect(dssdev); manager_display_store() 102 DSSERR("failed to connect new device\n"); manager_display_store() 108 DSSERR("failed to connect device to this manager\n"); manager_display_store()
|
H A D | hdmi4.c | 80 * If we get both connect and disconnect interrupts at the same hdmi_irq_handler() 82 * raises connect interrupt if a cable is connected, or nothing hdmi_irq_handler() 423 DSSERR("failed to connect output to new device: %s\n", hdmi_connect() 483 .connect = hdmi_connect,
|
H A D | hdmi5.c | 85 * If we get both connect and disconnect interrupts at the same hdmi_irq_handler() 87 * raises connect interrupt if a cable is connected, or nothing hdmi_irq_handler() 451 DSSERR("failed to connect output to new device: %s\n", hdmi_connect() 511 .connect = hdmi_connect,
|
H A D | sdi.c | 299 DSSERR("failed to connect output to new device: %s\n", sdi_connect() 323 .connect = sdi_connect,
|
H A D | output.c | 212 return dss_mgr_ops->connect(mgr, dst); dss_mgr_connect()
|
/linux-4.1.27/drivers/input/touchscreen/ |
H A D | touchright.c | 174 .connect = tr_connect,
|
H A D | tsc40.c | 164 .connect = tsc_connect,
|
H A D | fujitsu_ts.c | 173 .connect = fujitsu_connect,
|
H A D | touchit213.c | 214 .connect = touchit213_connect,
|
H A D | touchwin.c | 181 .connect = tw_connect,
|
H A D | dynapro.c | 186 .connect = dynapro_connect,
|
H A D | gunze.c | 184 .connect = gunze_connect,
|
H A D | hampshire.c | 185 .connect = hampshire_connect,
|
H A D | inexio.c | 187 .connect = inexio_connect,
|
H A D | mtouch.c | 200 .connect = mtouch_connect,
|
/linux-4.1.27/drivers/media/pci/ivtv/ |
H A D | ivtv-routing.c | 88 /* Composite: GR on, connect to 3DYCS */ ivtv_video_set_io()
|
/linux-4.1.27/drivers/input/joystick/ |
H A D | joydump.c | 157 .connect = joydump_connect,
|
H A D | zhenhua.c | 17 * connect on a serial port. 223 .connect = zhenhua_connect,
|
H A D | cobra.c | 259 .connect = cobra_connect,
|
H A D | magellan.c | 220 .connect = magellan_connect,
|
H A D | stinger.c | 206 .connect = stinger_connect,
|
H A D | warrior.c | 215 .connect = warrior_connect,
|
/linux-4.1.27/arch/sparc/include/uapi/asm/ |
H A D | envctrl.h | 68 * connectors to connect extra fans.
|
/linux-4.1.27/drivers/usb/gadget/udc/bdc/ |
H A D | bdc_udc.c | 77 /* connect sr */ bdc_uspc_connected() 245 /* Port connect changed */ bdc_sr_uspc() 280 /* This is the connect event for U0/L0 */ bdc_sr_uspc() 559 * Allocate bd list for ep0 only, ep0 will be enabled on connect bdc_udc_init()
|
/linux-4.1.27/drivers/usb/phy/ |
H A D | phy-am335x.c | 74 * handle remote wakeup, wakeup on disconnect and connect. am335x_phy_probe()
|
/linux-4.1.27/include/net/phonet/ |
H A D | pep.h | 62 u8 state_after_connect; /* connect request */
|
/linux-4.1.27/arch/arm/mach-ks8695/ |
H A D | board-og.c | 77 * Direct connect serial ports (non-PCI that is).
|
/linux-4.1.27/net/irda/ |
H A D | irlmp_frame.c | 338 * one active discovery and connect directly to us. 341 * connect to each other following the discovery event, and it would create 413 * different remote lsap), or multiple devices may connect to the same 448 * any client can connect. In that case we only need to check irlmp_find_lsap()
|
H A D | af_irda.c | 159 * For example, bind() and connect() won't reset sk->sk_err, irda_disconnect_indication() 631 * Now, check all discovered devices (if any), and connect irda_discover_daddr_and_lsap_sel() 939 * The main difference with a "standard" connect is that with IrDA we need 942 * Because of this service name resolution, we can offer "auto-connect", 943 * where we connect to a service without specifying a destination address. 948 * o EBUSY : already processing a connect 951 * o ENOTUNIQ : more than one node has addr->sir_name (auto-connect) 952 * o ENETUNREACH : no node found on the network (auto-connect) 965 /* Don't allow connect for Ultra sockets */ irda_connect() 998 pr_debug("%s(), auto-connect failed!\n", __func__); irda_connect() 1007 * user want to connect on a specific LSAP. Prevent irda_connect() 1014 pr_debug("%s(), connect failed!\n", __func__); irda_connect() 1018 /* Directly connect to the remote LSAP irda_connect() 1039 pr_debug("%s(), connect failed!\n", __func__); irda_connect() 1237 * 1) This may include IAS request, both in connect and getsockopt. irda_release() 2401 * to connect and/or may not have a valid service name irda_getsockopt() 2498 * up the caller, so that he has time to connect to it before irda_getsockopt() 2600 .connect = irda_connect, 2624 .connect = irda_connect, 2648 .connect = irda_connect, 2673 .connect = sock_no_connect,
|
/linux-4.1.27/net/atm/ |
H A D | pvc.c | 112 .connect = pvc_connect,
|
/linux-4.1.27/security/selinux/include/ |
H A D | classmap.h | 8 #define COMMON_SOCK_PERMS COMMON_FILE_SOCK_PERMS, "bind", "connect", \
|
/linux-4.1.27/sound/soc/samsung/ |
H A D | smdk_wm8580pcm.c | 144 * is absent (or not connected), so we connect EXT_VOICE_CLK(OSC4),
|
/linux-4.1.27/net/sunrpc/ |
H A D | xprtsock.c | 165 * Delay if a UDP socket connect error occurs. This is most likely some 508 * ENOTCONN: Caller needs to invoke connect logic then call again 564 * ENOTCONN: Caller needs to invoke connect logic then call again 651 * ENOTCONN: Caller needs to invoke connect logic then call again 1708 * (for example at connect time). xs_bind() 1894 * xs_local_setup_socket - create AF_LOCAL socket, connect to a local endpoint 1895 * @xprt: RPC transport to connect 1896 * @transport: socket transport to connect 1953 * We want the AF_LOCAL connect to be resolved in the xs_local_connect() 1955 * call. Thus we connect synchronously. xs_local_connect() 1959 * connect. xs_local_connect() 2134 * xs_tcp_setup_socket - create a TCP socket and connect to a remote endpoint 2135 * @xprt: RPC transport to connect 2136 * @transport: socket transport to connect 2167 dprintk("RPC: %p connect status %d connected %d sock state %d\n", xs_tcp_setup_socket() 2172 printk("%s: connect returned unhandled error %d\n", xs_tcp_setup_socket() 2206 * xs_connect - connect a socket to a remote endpoint 2208 * @task: address of RPC task that manages state of connect request 2216 * If a UDP socket connect fails, the delay behavior here prevents 2465 .connect = xs_local_connect, 2482 .connect = xs_connect, 2500 .connect = xs_connect,
|
/linux-4.1.27/drivers/isdn/pcbit/ |
H A D | edss1.c | 156 {EV_NET_CONN, "NET->TE: connect"}, 157 {EV_NET_CONN_ACK, "NET->TE: connect acknowledge"},
|
/linux-4.1.27/drivers/scsi/ |
H A D | gdth_ioctl.h | 89 u32 mcon_time; /* connect time(0: no to.) */ 108 u32 mcon_time; /* connect time(0: no to.) */
|
/linux-4.1.27/include/linux/usb/ |
H A D | ehci_def.h | 141 #define PORT_WKCONN_E (1<<20) /* wake on connect (enable) */ 163 #define PORT_CSC (1<<1) /* connect status change */
|
H A D | musb.h | 69 unsigned soft_con:1 __deprecated; /* soft connect required */
|
/linux-4.1.27/net/nfc/ |
H A D | rawsock.c | 283 .connect = rawsock_connect, 303 .connect = sock_no_connect,
|
/linux-4.1.27/security/apparmor/ |
H A D | path.c | 127 * specifically directed to connect the path, d_namespace_path() 131 * of chroot) and specifically directed to connect paths to d_namespace_path()
|
/linux-4.1.27/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-helper-board.c | 139 * Board has 8 SGMII ports. 4 connect out, two connect cvmx_helper_board_get_mii_address() 192 * connect to a switch (BCM53115). cvmx_helper_board_get_mii_address() 279 /* Ports 0 and 1 connect to the switch */ __cvmx_helper_board_link_get() 288 /* Ports 0 and 1 connect to a switch (BCM53115). */ __cvmx_helper_board_link_get()
|
/linux-4.1.27/net/ieee802154/ |
H A D | socket.c | 131 return sk->sk_prot->connect(sk, uaddr, addr_len); ieee802154_sock_connect() 418 .connect = raw_connect, 429 .connect = ieee802154_sock_connect, 962 .connect = dgram_connect, 974 .connect = ieee802154_sock_connect,
|
/linux-4.1.27/net/irda/ircomm/ |
H A D | ircomm_tty_attach.c | 266 * connect to us. It will not always work. ircomm_tty_ias_unregister() 503 * we are discovered and being requested to connect by remote device ! 597 * Called when the connect procedure have taken to much time. 845 * Query remote LM-IAS for the LSAP selector which we can connect to 894 * Trying to connect
|
/linux-4.1.27/fs/dlm/ |
H A D | lowcomms.c | 118 void (*connect_action) (struct connection *); /* What to do to connect */ 426 /* Data available on socket or listen socket received a connect */ lowcomms_data_ready() 710 log_print("reject connect from unknown addr"); process_sctp_notification() 954 log_print("connect from non cluster node"); tcp_accept_from_sock() 1118 log_print("Trying to connect to %pI4", &sin->sin_addr.s_addr); sctp_init_assoc() 1121 log_print("Trying to connect to %pI6", &sin6->sin6_addr); sctp_init_assoc() 1163 log_print("attempt to connect sock 0 foiled"); tcp_connect_to_sock() 1200 log_print("could not bind for connect: %d", result); tcp_connect_to_sock() 1212 result = sock->ops->connect(sock, (struct sockaddr *)&saddr, addr_len, tcp_connect_to_sock() 1235 log_print("connect %d try %d error %d", con->nodeid, tcp_connect_to_sock()
|
/linux-4.1.27/drivers/isdn/hisax/ |
H A D | hfc4s8s_l1.c | 430 Write_hfc8(l1->hw, A_CON_HDLC, 0xc); /* HDLC mode, flag fill, connect ST */ bch_l2l1() 441 Write_hfc8(l1->hw, A_CON_HDLC, 0xc); /* HDLC mode, flag fill, connect ST */ bch_l2l1() 477 Write_hfc8(l1->hw, A_CON_HDLC, 0xf); /* Transparent mode, 1 fill, connect ST */ bch_l2l1() 488 Write_hfc8(l1->hw, A_CON_HDLC, 0xf); /* Transparent mode, 1 fill, connect ST */ bch_l2l1() 1299 Write_hfc8(hw, A_CON_HDLC, 0x11); /* HDLC mode, 1 fill, connect ST */ hfc_hardware_enable() 1308 Write_hfc8(hw, A_CON_HDLC, 0x11); /* HDLC mode, 1 fill, connect ST */ hfc_hardware_enable() 1317 Write_hfc8(hw, A_CON_HDLC, 0x11); /* HDLC mode, 1 fill, connect ST */ hfc_hardware_enable()
|
/linux-4.1.27/drivers/media/usb/dvb-usb/ |
H A D | ttusb2.c | 728 { "Technotrend TT-connect S-2400", 732 { "Technotrend TT-connect S-2400 (8kB EEPROM)", 808 { "Technotrend TT-connect CT-3650",
|
/linux-4.1.27/drivers/input/mouse/ |
H A D | vsxxxaa.c | 65 * simply don't connect this pin. 67 * So to get a working adaptor, you need to connect the mouse with three 545 .connect = vsxxxaa_connect,
|
/linux-4.1.27/include/linux/sunrpc/ |
H A D | xprt.h | 126 void (*connect)(struct rpc_xprt *xprt, struct rpc_task *task); member in struct:rpc_xprt_ops 226 connect_start, /* connect start timestamp */ 227 connect_time, /* jiffies waiting for connect */
|
/linux-4.1.27/include/linux/ |
H A D | isdnif.h | 125 #define ISDN_CMD_ACCEPTB 3 /* Request B-Channel connect. */ 157 #define ISDN_STAT_DCONN 260 /* Signal D-Channel connect */ 158 #define ISDN_STAT_BCONN 261 /* Signal B-Channel connect */
|
H A D | serio.h | 62 int (*connect)(struct serio *, struct serio_driver *drv); member in struct:serio_driver
|
/linux-4.1.27/drivers/macintosh/ |
H A D | mac_hid.c | 155 .connect = mac_hid_emumouse_connect,
|
/linux-4.1.27/drivers/mmc/host/ |
H A D | mmci_qcom_dml.c | 144 * want the BAM interface to connect with SDCC-DML. dml_hw_init()
|
/linux-4.1.27/drivers/net/ |
H A D | dummy.c | 7 PPP/SLIP/PLIP link, you can only connect to your own hostname
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_virtchnl_pf.h | 76 /* all VF vsis connect to the same parent */
|
/linux-4.1.27/drivers/net/usb/ |
H A D | plusb.c | 40 * try to connect it again; you'll need to restart both ends. The
|
/linux-4.1.27/drivers/net/fddi/skfp/h/ |
H A D | smt.h | 232 #define SMT_CS_DISABLED 0 /* connect state : disabled */ 233 #define SMT_CS_CONNECTING 1 /* connect state : connecting */ 234 #define SMT_CS_STANDBY 2 /* connect state : stand by */ 235 #define SMT_CS_ACTIVE 3 /* connect state : active */
|
/linux-4.1.27/drivers/net/fddi/skfp/ |
H A D | queue.c | 125 * on 1 connect
|
/linux-4.1.27/drivers/net/wireless/ |
H A D | rndis_wlan.c | 546 .connect = rndis_connect, 1091 * 'media connect' indications with the random ssid. disassociate() 2187 netdev_dbg(usbdev->net, "cfg80211.connect('%.32s':[%pM]:%d:[%d,0x%x:0x%x]:[0x%x:0x%x]:0x%x)\n", rndis_connect() 2197 netdev_dbg(usbdev->net, "connect: set_infra_mode failed, %d\n", rndis_connect() 2205 netdev_dbg(usbdev->net, "connect: set_auth_mode failed, %d\n", rndis_connect() 2214 netdev_dbg(usbdev->net, "connect: set_encr_mode failed, %d\n", rndis_connect() 2222 netdev_dbg(usbdev->net, "connect: set_channel failed, %d\n", rndis_connect() 2232 netdev_dbg(usbdev->net, "connect: add_wep_key failed, %d (%d, %d)\n", rndis_connect() 2242 netdev_dbg(usbdev->net, "connect: set_bssid failed, %d\n", rndis_connect() 2258 * 'media connect'-indication. rndis_connect() 2265 netdev_dbg(usbdev->net, "connect: set_essid failed, %d\n", ret); rndis_connect() 2302 * connect() has *key, join_ibss() doesn't. RNDIS requires key to be rndis_join_ibss() 2738 /* received media connect indication while connected, either rndis_wlan_do_link_up_work() 3073 * "media connect" indications which confuses driver rndis_wlan_indication() 3077 netdev_dbg(usbdev->net, "ignored RNDIS_OID_802_11_ADD_KEY triggered 'media connect'\n"); rndis_wlan_indication() 3083 netdev_info(usbdev->net, "media connect\n"); rndis_wlan_indication()
|
/linux-4.1.27/drivers/input/joystick/iforce/ |
H A D | iforce-serio.c | 187 .connect = iforce_serio_connect,
|
/linux-4.1.27/drivers/input/keyboard/ |
H A D | newtonkbd.c | 164 .connect = nkbd_connect,
|
H A D | stowaway.c | 168 .connect = skbd_connect,
|
H A D | xtkbd.c | 167 .connect = xtkbd_connect,
|
/linux-4.1.27/drivers/input/serio/ |
H A D | parkbd.c | 14 * To connect an AT or XT keyboard to the parallel port, a fairly simple adapter
|
H A D | serio.c | 65 retval = drv->connect(serio, drv); serio_connect_driver() 333 * Children are registered by driver's connect() handler so there can't be a 976 /* called from serio_driver->connect/disconnect methods under serio_mutex */ serio_open() 989 /* called from serio_driver->connect/disconnect methods under serio_mutex */ serio_close()
|
/linux-4.1.27/drivers/gpu/drm/omapdrm/ |
H A D | omap_drv.c | 104 r = dssdev->driver->connect(dssdev); for_each_dss_dev() 109 dev_warn(dssdev->dev, "could not connect display: %s\n", for_each_dss_dev() 225 * other possible channels to which the encoder can connect are for_each_dss_dev() 296 /* figure out which crtc's we can connect the encoder to: */
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
H A D | udc-core.c | 161 * connect or disconnect gadget 165 * The udc driver calls it when it wants to connect or disconnect gadget 525 dev_err(dev, "soft-connect without a gadget driver\n"); usb_udc_softconn_store() 529 if (sysfs_streq(buf, "connect")) { usb_udc_softconn_store()
|
/linux-4.1.27/drivers/usb/isp1760/ |
H A D | isp1760-regs.h | 59 #define PORT_CSC (1 << 1) /* connect status change */
|
/linux-4.1.27/drivers/w1/masters/ |
H A D | matrox_w1.c | 99 * Unfortunately we can't connect to Intel's 82801xx IO controller
|
/linux-4.1.27/arch/arm/mach-davinci/ |
H A D | board-dm355-leopard.c | 206 /* Don't connect anything to J10 unless you're only using USB host
|