Home
last modified time | relevance | path

Searched refs:is_connected (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/virtual/
H A Dvirt_wifi.c223 bool is_connected; member
277 priv->is_connected = true; in virt_wifi_connect_complete()
281 priv->is_connected ? fake_router_bssid : NULL, in virt_wifi_connect_complete()
316 priv->is_connected = false; in virt_wifi_disconnect()
332 if (!priv->is_connected || !ether_addr_equal(mac, fake_router_bssid)) in virt_wifi_get_station()
357 if (idx != 0 || !priv->is_connected) in virt_wifi_dump_station()
435 if (!priv->is_connected) { in virt_wifi_start_xmit()
509 if (!priv->is_connected) in virt_wifi_rx_handler()
588 priv->is_connected = false; in virt_wifi_newlink()
/linux/sound/xen/
H A Dxen_snd_front_evtchnl.h81 bool is_connected);
84 bool is_connected);
H A Dxen_snd_front_evtchnl.c437 bool is_connected) in xen_snd_front_evtchnl_pair_set_connected()
441 if (is_connected) in xen_snd_front_evtchnl_pair_set_connected()
452 bool is_connected) in xen_snd_front_evtchnl_pair_clear()
454 xen_snd_front_evtchnl_set_connected(&evt_pair->req, is_connected); in xen_snd_front_evtchnl_pair_clear()
455 xen_snd_front_evtchnl_set_connected(&evt_pair->evt, is_connected); in xen_snd_front_evtchnl_pair_clear()
434 xen_snd_front_evtchnl_pair_set_connected(struct xen_snd_front_evtchnl_pair * evt_pair,bool is_connected) xen_snd_front_evtchnl_pair_set_connected() argument
/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp.c6275 bool is_connected = false; in intel_dp_unset_edid()
6278 poll_timeout_us(is_connected = dig_port->connected(encoder), in intel_dp_unset_edid()
6279 is_connected || is_glitch_free, in intel_dp_unset_edid()
6283 return is_connected; in intel_dp_unset_edid()
6118 bool is_connected = false; intel_digital_port_connected_locked() local
/linux/net/bluetooth/
H A Dhci_conn.c1518 static bool is_connected(struct hci_dev *hdev, bdaddr_t *addr, u8 type) in hci_connect_le()
1538 if (is_connected(hdev, addr, addr_type)) in hci_explicit_conn_params_set()
1521 static bool is_connected(struct hci_dev *hdev, bdaddr_t *addr, u8 type) is_connected() function
H A Dmgmt.c5135 static bool is_connected(struct hci_dev *hdev, bdaddr_t *addr, u8 type) in device_flags_changed()
5185 if (!is_connected(hdev, addr, addr_type)) in hci_conn_params_set()
5138 static bool is_connected(struct hci_dev *hdev, bdaddr_t *addr, u8 type) is_connected() function