Home
last modified time | relevance | path

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

12345678910>>...38

/openbmc/linux/net/wireless/
H A Dwext-sme.c31 wdev->wext.connect.ie = wdev->wext.ie; in cfg80211_mgd_wext_connect()
32 wdev->wext.connect.ie_len = wdev->wext.ie_len; in cfg80211_mgd_wext_connect()
35 wdev->wext.connect.bg_scan_period = -1; in cfg80211_mgd_wext_connect()
40 wdev->wext.connect.privacy = true; in cfg80211_mgd_wext_connect()
43 if (!wdev->wext.connect.ssid_len) in cfg80211_mgd_wext_connect()
58 &wdev->wext.connect, ck, prev_bssid); in cfg80211_mgd_wext_connect()
95 if (wdev->wext.connect.channel == chan) { in cfg80211_mgd_wext_siwfreq()
101 if (wdev->wext.connect.ssid_len) in cfg80211_mgd_wext_siwfreq()
109 wdev->wext.connect.channel = chan; in cfg80211_mgd_wext_siwfreq()
133 else if (wdev->wext.connect.channel) in cfg80211_mgd_wext_giwfreq()
[all …]
H A Dsme.c568 struct cfg80211_connect_params *connect, in cfg80211_sme_connect() argument
595 memcpy(&wdev->conn->params, connect, sizeof(*connect)); in cfg80211_sme_connect()
596 if (connect->bssid) { in cfg80211_sme_connect()
598 memcpy(wdev->conn->bssid, connect->bssid, ETH_ALEN); in cfg80211_sme_connect()
601 if (cfg80211_sme_get_conn_ies(wdev, connect->ie, connect->ie_len, in cfg80211_sme_connect()
610 if (connect->auth_type == NL80211_AUTHTYPE_AUTOMATIC) { in cfg80211_sme_connect()
818 if (!wiphy_to_rdev(wdev->wiphy)->ops->connect) { in __cfg80211_connect_result()
1404 wdev->wext.connect.ssid_len = 0; in __cfg80211_disconnected()
1442 struct cfg80211_connect_params *connect, in cfg80211_connect() argument
1457 (wdev->u.client.ssid_len != connect->ssid_len || in cfg80211_connect()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A Dlfs64.patch8 storage/connect/os.h | 4 +++-
11 diff --git a/storage/connect/os.h b/storage/connect/os.h
13 --- a/storage/connect/os.h
14 +++ b/storage/connect/os.h
/openbmc/u-boot/scripts/kconfig/
H A Dqconf.cc279 connect(this, SIGNAL(editingFinished()), SLOT(hide())); in ConfigLineEdit()
332 connect(this, SIGNAL(itemSelectionChanged(void)), in ConfigList()
342 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings())); in ConfigList()
888 connect(action, SIGNAL(toggled(bool)), in contextMenuEvent()
890 connect(parent(), SIGNAL(showNameChanged(bool)), in contextMenuEvent()
896 connect(action, SIGNAL(toggled(bool)), in contextMenuEvent()
898 connect(parent(), SIGNAL(showRangeChanged(bool)), in contextMenuEvent()
904 connect(action, SIGNAL(toggled(bool)), in contextMenuEvent()
906 connect(parent(), SIGNAL(showDataChanged(bool)), in contextMenuEvent()
1027 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings())); in ConfigInfoView()
[all …]
/openbmc/linux/scripts/kconfig/
H A Dqconf.cc316 connect(this, &ConfigList::itemSelectionChanged, in ConfigList()
324 connect(configApp, &QApplication::aboutToQuit, in ConfigList()
895 connect(action, &QAction::toggled, in contextMenuEvent()
897 connect(this, &ConfigList::showNameChanged, in contextMenuEvent()
943 connect(configApp, &QApplication::aboutToQuit, in ConfigInfoView()
951 connect(action, &QAction::toggled, in ConfigInfoView()
953 connect(this, &ConfigInfoView::showDebugChanged, in ConfigInfoView()
1241 connect(editField, &QLineEdit::returnPressed, in ConfigSearchWindow()
1246 connect(searchButton, &QPushButton::clicked, in ConfigSearchWindow()
1256 connect(list, &ConfigList::menuChanged, in ConfigSearchWindow()
[all …]
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dnbd-reconnect-on-open.out4 Check fail to connect with 0 seconds of timeout
5 qemu-io: can't open: Failed to connect to 'SOCK_DIR/PID-nbd-sock': No such file or directory
8 Check fail to connect with 1 seconds of timeout
9 qemu-io: can't open: Failed to connect to 'SOCK_DIR/PID-nbd-sock': No such file or directory
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gst-devtools/
H A D0001-connect-has-a-different-signature-on-musl.patch4 Subject: [PATCH] connect has a different signature on musl
6 On linux when not using glibc and using musl for C library, connect
26 -connect (int socket, const struct sockaddr_in *addrin, socklen_t address_len)
28 +connect (int socket, const struct sockaddr *addr, socklen_t address_len)
30 +connect (int socket, const struct sockaddr_in *addr, socklen_t address_len)
/openbmc/linux/drivers/usb/misc/
H A Dusb3503.c52 struct gpio_desc *connect; member
101 if (hub->connect) in usb3503_connect()
102 gpiod_set_value_cansleep(hub->connect, 1); in usb3503_connect()
137 if (!conn && hub->connect) in usb3503_switch_mode()
138 gpiod_set_value_cansleep(hub->connect, 0); in usb3503_switch_mode()
253 hub->connect = devm_gpiod_get_optional(dev, "connect", GPIOD_OUT_LOW); in usb3503_probe()
254 if (IS_ERR(hub->connect)) { in usb3503_probe()
255 err = PTR_ERR(hub->connect); in usb3503_probe()
258 if (hub->connect) in usb3503_probe()
259 gpiod_set_consumer_name(hub->connect, "usb3503 connect"); in usb3503_probe()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nbd/nbd/
H A D0001-nbd-client-Fix-build-on-musl-gcc14.patch12 | ../nbd-3.26.1/nbd-client.c:345:27: error: passing argument 2 of 'connect' from incompatible point…
13 | 345 | if (connect(sock, &un_addr, sizeof(un_addr)) == -1) {
19 | 386 | int connect (int, const struct sockaddr *, socklen_t);
36 - if (connect(sock, &un_addr, sizeof(un_addr)) == -1) {
37 + if (connect(sock, (struct sockaddr*)&un_addr, sizeof(un_addr)) == -1) {
/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dinit.c326 struct htc_service_connect_req connect; in ath6kl_init_service_ep() local
328 memset(&connect, 0, sizeof(connect)); in ath6kl_init_service_ep()
331 connect.ep_cb.tx_comp_multi = ath6kl_tx_complete; in ath6kl_init_service_ep()
332 connect.ep_cb.rx = ath6kl_rx; in ath6kl_init_service_ep()
333 connect.ep_cb.rx_refill = ath6kl_rx_refill; in ath6kl_init_service_ep()
334 connect.ep_cb.tx_full = ath6kl_tx_queue_full; in ath6kl_init_service_ep()
340 connect.max_txq_depth = MAX_DEFAULT_SEND_QUEUE_DEPTH; in ath6kl_init_service_ep()
341 connect.ep_cb.rx_refill_thresh = ATH6KL_MAX_RX_BUFFERS / 4; in ath6kl_init_service_ep()
342 if (!connect.ep_cb.rx_refill_thresh) in ath6kl_init_service_ep()
343 connect.ep_cb.rx_refill_thresh++; in ath6kl_init_service_ep()
[all …]
/openbmc/linux/sound/core/seq/
H A Dseq_dummy.c65 int connect; member
86 tmpev.source.port = p->connect; in dummy_input()
118 rec->connect = 0; in create_port()
189 rec1->connect = rec2->port; in register_client()
190 rec2->connect = rec1->port; in register_client()
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dgui.py56 self.connect("button-press-event", self.on_area_button_press)
57 self.connect("button-release-event", self.on_area_button_release)
59 self.connect("motion-notify-event", self.on_area_motion_notify)
60 self.connect("scroll-event", self.on_area_scroll_event)
61 self.connect('key-press-event', self.on_key_press_event)
63 self.connect("size-allocate", self.on_allocation_size_changed)
64 self.connect("position-changed", self.on_position_changed)
66 self.connect("draw", self.on_draw)
77 self.vadj.connect('value-changed', self.on_adjustments_changed)
78 self.hadj.connect('value-changed', self.on_adjustments_changed)
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dwmi.c265 struct htc_service_connreq connect; in ath9k_wmi_connect() local
270 memset(&connect, 0, sizeof(connect)); in ath9k_wmi_connect()
272 connect.ep_callbacks.priv = wmi; in ath9k_wmi_connect()
273 connect.ep_callbacks.tx = ath9k_wmi_ctrl_tx; in ath9k_wmi_connect()
274 connect.ep_callbacks.rx = ath9k_wmi_ctrl_rx; in ath9k_wmi_connect()
275 connect.service_id = WMI_CONTROL_SVC; in ath9k_wmi_connect()
277 ret = htc_connect_service(htc, &connect, &wmi->ctrl_epid); in ath9k_wmi_connect()
/openbmc/linux/drivers/misc/sgi-xp/
H A Dxp_main.c82 xpc_set_interface(void (*connect) (int), in xpc_set_interface()
90 xpc_interface.connect = connect; in xpc_set_interface()
168 if (xpc_interface.connect) in xpc_connect()
169 xpc_interface.connect(ch_number); in xpc_connect()
/openbmc/linux/Documentation/admin-guide/media/
H A Ddvb-usb-ttusb2-cardlist.rst19 * - Technotrend TT-connect CT-3650
21 * - Technotrend TT-connect S-2400
23 * - Technotrend TT-connect S-2400 (8kB EEPROM)
H A Ddvb-usb-dvbsky-cardlist.rst31 * - TechnoTrend TT-connect CT2-4650 CI
33 * - TechnoTrend TT-connect CT2-4650 CI v1.1
35 * - TechnoTrend TT-connect S2-4650 CI
/openbmc/openbmc/meta-hpe/meta-common/recipes-hpe/vehci/host-ehci-owner-reset/
H A Dudc-reconnect.sh9 echo connect > /sys/class/udc/80401000.udc/soft_connect
20 echo connect > /sys/class/udc/80402000.udc/soft_connect
31 echo connect > /sys/class/udc/80403000.udc/soft_connect
/openbmc/linux/Documentation/hwmon/
H A Dntc_thermistor.rst46 1. connect = NTC_CONNECTED_POSITIVE, pullup_ohm > 0::
58 2. connect = NTC_CONNECTED_POSITIVE, pullup_ohm = 0 (not-connected)::
70 3. connect = NTC_CONNECTED_GROUND, pulldown_ohm > 0::
82 4. connect = NTC_CONNECTED_GROUND, pulldown_ohm = 0 (not-connected)::
95 pulldown_ohm, and connect should be provided. When none of the four models
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__senders.hpp199 decltype(__declval<_Sender>().connect(__declval<_Receiver>()));
204 ::connect(__declval<_Sender>(), __declval<_Receiver>()));
256 noexcept(__declval<_TfxSender>().connect( in __select_impl()
264 _NothrowTfxSender && noexcept(__declval<_TfxSender>().connect( in __select_impl()
319 return __tfx_sndr.connect(static_cast<_TfxSender&&>(__tfx_sndr),
330 .connect(static_cast<_Receiver&&>(__rcvr));
372 inline constexpr __connect::connect_t connect{}; variable
382 connect(static_cast<_Sender&&>(__sndr),
/openbmc/linux/drivers/hwmon/
H A Dntc_thermistor.c341 enum { NTC_CONNECTED_POSITIVE, NTC_CONNECTED_GROUND } connect; member
391 return (data->connect == NTC_CONNECTED_POSITIVE) ? in get_ohm_of_thermistor()
394 return (data->connect == NTC_CONNECTED_POSITIVE) ? in get_ohm_of_thermistor()
397 if (data->connect == NTC_CONNECTED_POSITIVE && puo == 0) in get_ohm_of_thermistor()
399 else if (data->connect == NTC_CONNECTED_GROUND && pdo == 0) in get_ohm_of_thermistor()
401 else if (data->connect == NTC_CONNECTED_POSITIVE) in get_ohm_of_thermistor()
597 data->connect = NTC_CONNECTED_POSITIVE; in ntc_thermistor_parse_props()
599 data->connect = NTC_CONNECTED_GROUND; in ntc_thermistor_parse_props()
623 (data->pullup_ohm == 0 && data->connect == in ntc_thermistor_probe()
625 (data->pulldown_ohm == 0 && data->connect == in ntc_thermistor_probe()
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/
H A Dpap1 # You can use this script unmodified to connect to sites which allow
6 # connect "/usr/sbin/chat -v -f /etc/chatscripts/pap -T PHONE-NUMBER"
10 # Uncomment the following line to see the connect speed.
/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_cfg.c91 .connect = {
174 .connect = {
259 .connect = {
359 .connect = {
433 .connect = {
512 .connect = {
611 .connect = {
724 .connect = {
827 .connect = {
915 .connect = {
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/
H A Dclient.py85 sock.connect(os.path.basename(path))
116 websocket = await websockets.connect(
152 await self.connect()
155 async def connect(self): member in AsyncClient
172 await self.connect()
246 self.loop.run_until_complete(self.client.connect())
/openbmc/openbmc/poky/meta/recipes-gnome/gnome/gconf/
H A Dunable-connect-dbus.patch3 (gconftool-2.real:10095): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
12 Subject: [PATCH] dbus: Don't spew to console when unable to connect to dbus
60 - g_warning ("Client failed to connect to the D-BUS daemon:\n%s", error.message);
63 + "Client failed to connect to the D-BUS daemon:\n%s",
/openbmc/openbmc/poky/documentation/sphinx/
H A Dyocto-vars.py78 app.connect('source-read', subst_vars_replace)
79 app.connect('env-get-outdated', yocto_vars_env_get_outdated)
80 app.connect('build-finished', yocto_vars_build_finished)

12345678910>>...38