Searched refs:conn (Results 1 - 25 of 390) sorted by last modified time

1234567891011>>

/linux-master/net/mac80211/
H A Dmlme.c156 const struct ieee80211_conn_settings *conn,
192 if (conn->mode < IEEE80211_CONN_MODE_HE)
216 if (conn->mode < IEEE80211_CONN_MODE_HT)
244 if (conn->mode < IEEE80211_CONN_MODE_VHT)
299 if (conn->mode < IEEE80211_CONN_MODE_HE ||
307 if (conn->mode < IEEE80211_CONN_MODE_EHT ||
607 struct ieee80211_conn_settings *conn,
627 parse_params.mode = conn->mode;
633 elems, false, conn, &ap_chandef);
636 if (WARN_ON(ap_mode > conn
151 ieee80211_determine_ap_chan(struct ieee80211_sub_if_data *sdata, struct ieee80211_channel *channel, u32 vht_cap_info, const struct ieee802_11_elems *elems, bool ignore_ht_channel_mismatch, const struct ieee80211_conn_settings *conn, struct cfg80211_chan_def *chandef) argument
606 ieee80211_determine_chan_mode(struct ieee80211_sub_if_data *sdata, struct ieee80211_conn_settings *conn, struct cfg80211_bss *cbss, int link_id, struct ieee80211_chan_req *chanreq) argument
895 ieee80211_add_ht_ie(struct ieee80211_sub_if_data *sdata, struct sk_buff *skb, u8 ap_ht_param, struct ieee80211_supported_band *sband, struct ieee80211_channel *channel, enum ieee80211_smps_mode smps, const struct ieee80211_conn_settings *conn) argument
970 ieee80211_add_vht_ie(struct ieee80211_sub_if_data *sdata, struct sk_buff *skb, struct ieee80211_supported_band *sband, struct ieee80211_vht_cap *ap_vht_cap, const struct ieee80211_conn_settings *conn) argument
4760 ieee80211_determine_our_sta_mode(struct ieee80211_sub_if_data *sdata, struct ieee80211_supported_band *sband, struct cfg80211_assoc_request *req, bool wmm_used, int link_id, struct ieee80211_conn_settings *conn) argument
4967 ieee80211_determine_our_sta_mode_auth(struct ieee80211_sub_if_data *sdata, struct ieee80211_supported_band *sband, struct cfg80211_auth_request *req, bool wmm_used, struct ieee80211_conn_settings *conn) argument
4979 ieee80211_determine_our_sta_mode_assoc(struct ieee80211_sub_if_data *sdata, struct ieee80211_supported_band *sband, struct cfg80211_assoc_request *req, bool wmm_used, int link_id, struct ieee80211_conn_settings *conn) argument
4998 ieee80211_prep_channel(struct ieee80211_sub_if_data *sdata, struct ieee80211_link_data *link, int link_id, struct cfg80211_bss *cbss, bool mlo, struct ieee80211_conn_settings *conn) argument
7502 ieee80211_prep_connection(struct ieee80211_sub_if_data *sdata, struct cfg80211_bss *cbss, s8 link_id, const u8 *ap_mld_addr, bool assoc, struct ieee80211_conn_settings *conn, bool override) argument
7768 struct ieee80211_conn_settings conn; local
7955 ieee80211_setup_assoc_link(struct ieee80211_sub_if_data *sdata, struct ieee80211_mgd_assoc_data *assoc_data, struct cfg80211_assoc_request *req, struct ieee80211_conn_settings *conn, unsigned int link_id) argument
[all...]
H A Dmesh.c1282 struct ieee80211_conn_settings conn = ieee80211_conn_settings_unlimited; local
1293 conn.mode = IEEE80211_CONN_MODE_LEGACY;
1294 conn.bw_limit = IEEE80211_CONN_BW_LIMIT_20;
1297 conn.mode = IEEE80211_CONN_MODE_HT;
1298 conn.bw_limit = IEEE80211_CONN_BW_LIMIT_20;
1301 conn.mode = IEEE80211_CONN_MODE_HT;
1302 conn.bw_limit = IEEE80211_CONN_BW_LIMIT_40;
1314 vht_cap_info, &conn,
/linux-master/net/bluetooth/
H A Dsco.c72 struct sco_conn *conn; member in struct:sco_pinfo
81 struct sco_conn *conn = container_of(work, struct sco_conn, local
85 sco_conn_lock(conn);
86 sk = conn->sk;
89 sco_conn_unlock(conn);
105 if (!sco_pi(sk)->conn)
109 cancel_delayed_work(&sco_pi(sk)->conn->timeout_work);
110 schedule_delayed_work(&sco_pi(sk)->conn->timeout_work, timeout);
115 if (!sco_pi(sk)->conn)
119 cancel_delayed_work(&sco_pi(sk)->conn
126 struct sco_conn *conn = hcon->sco_data; local
158 struct sco_conn *conn; local
183 struct sco_conn *conn = hcon->sco_data; local
213 __sco_chan_add(struct sco_conn *conn, struct sock *sk, struct sock *parent) argument
225 sco_chan_add(struct sco_conn *conn, struct sock *sk, struct sock *parent) argument
242 struct sco_conn *conn; local
310 struct sco_conn *conn = sco_pi(sk)->conn; local
324 sco_recv_frame(struct sco_conn *conn, struct sk_buff *skb) argument
752 sco_conn_defer_accept(struct hci_conn *conn, u16 setting) argument
1259 sco_conn_ready(struct sco_conn *conn) argument
1354 struct sco_conn *conn; local
1375 struct sco_conn *conn = hcon->sco_data; local
[all...]
H A Dmgmt.c2925 struct hci_conn *conn; local
2928 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK,
2931 conn = hci_conn_hash_lookup_le(hdev, &cp->addr.bdaddr,
2934 if (!conn)
2937 return hci_abort_conn_sync(hdev, conn, HCI_ERROR_REMOTE_USER_TERM);
2947 struct hci_conn *conn; local
2983 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK,
2986 conn = NULL;
3012 conn = hci_conn_hash_lookup_le(hdev, &cp->addr.bdaddr, addr_type);
3013 if (!conn) {
3075 struct hci_conn *conn; local
3233 struct hci_conn *conn; local
3315 find_pairing(struct hci_conn *conn) argument
3336 struct hci_conn *conn = cmd->user_data; local
3362 mgmt_smp_complete(struct hci_conn *conn, bool complete) argument
3374 pairing_complete_cb(struct hci_conn *conn, u8 status) argument
3390 le_pairing_complete_cb(struct hci_conn *conn, u8 status) argument
3416 struct hci_conn *conn; local
3546 struct hci_conn *conn; local
3603 struct hci_conn *conn; local
7235 struct hci_conn *conn = cmd->user_data; local
7265 struct hci_conn *conn; local
7304 struct hci_conn *conn; local
7395 struct hci_conn *conn = cmd->user_data; local
7426 struct hci_conn *conn; local
7449 struct hci_conn *conn; local
7509 struct hci_conn *conn; local
9623 mgmt_device_connected(struct hci_dev *hdev, struct hci_conn *conn, u8 *name, u8 name_len) argument
9915 mgmt_auth_failed(struct hci_conn *conn, u8 hci_status) argument
[all...]
H A Dl2cap_sock.c537 cinfo.hci_handle = chan->conn->hcon->handle;
538 memcpy(cinfo.dev_class, chan->conn->hcon->dev_class, 3);
588 if (chan->conn) {
589 sec.level = chan->conn->hcon->sec_level;
592 sec.key_size = chan->conn->hcon->enc_key_size;
673 phys = hci_conn_get_phy(chan->conn->hcon);
885 struct l2cap_conn *conn; local
924 if (!chan->conn)
927 conn = chan->conn;
1265 struct l2cap_conn *conn; local
[all...]
H A Dl2cap_core.c53 static struct sk_buff *l2cap_build_cmd(struct l2cap_conn *conn,
55 static void l2cap_send_cmd(struct l2cap_conn *conn, u8 ident, u8 code, u16 len,
90 static struct l2cap_chan *__l2cap_get_chan_by_dcid(struct l2cap_conn *conn, argument
95 list_for_each_entry(c, &conn->chan_l, list) {
102 static struct l2cap_chan *__l2cap_get_chan_by_scid(struct l2cap_conn *conn, argument
107 list_for_each_entry(c, &conn->chan_l, list) {
117 static struct l2cap_chan *l2cap_get_chan_by_scid(struct l2cap_conn *conn, argument
122 mutex_lock(&conn->chan_lock);
123 c = __l2cap_get_chan_by_scid(conn, cid);
130 mutex_unlock(&conn
138 l2cap_get_chan_by_dcid(struct l2cap_conn *conn, u16 cid) argument
156 __l2cap_get_chan_by_ident(struct l2cap_conn *conn, u8 ident) argument
246 l2cap_alloc_cid(struct l2cap_conn *conn) argument
413 struct l2cap_conn *conn = chan->conn; local
563 __l2cap_chan_add(struct l2cap_conn *conn, struct l2cap_chan *chan) argument
615 l2cap_chan_add(struct l2cap_conn *conn, struct l2cap_chan *chan) argument
624 struct l2cap_conn *conn = chan->conn; local
680 __l2cap_chan_list_id(struct l2cap_conn *conn, u16 id, l2cap_chan_func_t func, void *data) argument
691 __l2cap_chan_list(struct l2cap_conn *conn, l2cap_chan_func_t func, void *data) argument
701 l2cap_chan_list(struct l2cap_conn *conn, l2cap_chan_func_t func, void *data) argument
716 struct l2cap_conn *conn = container_of(work, struct l2cap_conn, local
735 struct l2cap_conn *conn = chan->conn; local
765 struct l2cap_conn *conn = chan->conn; local
786 struct l2cap_conn *conn = chan->conn; local
890 struct l2cap_conn *conn = chan->conn; local
902 l2cap_get_ident(struct l2cap_conn *conn) argument
924 l2cap_send_cmd(struct l2cap_conn *conn, u8 ident, u8 code, u16 len, void *data) argument
1193 struct l2cap_conn *conn = chan->conn; local
1234 struct l2cap_conn *conn = chan->conn; local
1270 struct l2cap_ecred_conn_data *conn = data; local
1302 struct l2cap_conn *conn = chan->conn; local
1335 struct l2cap_conn *conn = chan->conn; local
1362 l2cap_request_info(struct l2cap_conn *conn) argument
1403 struct l2cap_conn *conn = chan->conn; local
1446 struct l2cap_conn *conn = chan->conn; local
1467 l2cap_conn_start(struct l2cap_conn *conn) argument
1547 l2cap_le_conn_ready(struct l2cap_conn *conn) argument
1580 l2cap_conn_ready(struct l2cap_conn *conn) argument
1617 l2cap_conn_unreliable(struct l2cap_conn *conn, int err) argument
1635 struct l2cap_conn *conn = container_of(work, struct l2cap_conn, local
1657 l2cap_register_user(struct l2cap_conn *conn, struct l2cap_user *user) argument
1695 l2cap_unregister_user(struct l2cap_conn *conn, struct l2cap_user *user) argument
1712 l2cap_unregister_all_users(struct l2cap_conn *conn) argument
1725 struct l2cap_conn *conn = hcon->l2cap_data; local
1780 struct l2cap_conn *conn = container_of(ref, struct l2cap_conn, ref); local
1786 l2cap_conn_get(struct l2cap_conn *conn) argument
1793 l2cap_conn_put(struct l2cap_conn *conn) argument
2174 struct l2cap_conn *conn = chan->conn; local
2217 struct l2cap_conn *conn = chan->conn; local
2249 struct l2cap_conn *conn = chan->conn; local
2280 struct l2cap_conn *conn = chan->conn; local
2400 struct l2cap_conn *conn = chan->conn; local
2885 l2cap_raw_recv(struct l2cap_conn *conn, struct sk_buff *skb) argument
2913 l2cap_build_cmd(struct l2cap_conn *conn, u8 code, u8 ident, u16 dlen, void *data) argument
3146 __l2cap_ews_supported(struct l2cap_conn *conn) argument
3151 __l2cap_efs_supported(struct l2cap_conn *conn) argument
3180 struct hci_conn *conn = chan->conn->hcon; local
3703 struct l2cap_conn *conn = chan->conn; local
3765 struct l2cap_conn *conn = chan->conn; local
3802 struct l2cap_conn *conn = chan->conn; local
3880 l2cap_command_rej(struct l2cap_conn *conn, struct l2cap_cmd_hdr *cmd, u16 cmd_len, u8 *data) argument
3905 l2cap_connect(struct l2cap_conn *conn, struct l2cap_cmd_hdr *cmd, u8 *data, u8 rsp_code, u8 amp_id) argument
4047 l2cap_connect_req(struct l2cap_conn *conn, struct l2cap_cmd_hdr *cmd, u16 cmd_len, u8 *data) argument
4065 l2cap_connect_create_rsp(struct l2cap_conn *conn, struct l2cap_cmd_hdr *cmd, u16 cmd_len, u8 *data) argument
4168 struct l2cap_conn *conn = chan->conn; local
4181 cmd_reject_invalid_cid(struct l2cap_conn *conn, u8 ident, u16 scid, u16 dcid) argument
4193 l2cap_config_req(struct l2cap_conn *conn, struct l2cap_cmd_hdr *cmd, u16 cmd_len, u8 *data) argument
4302 l2cap_config_rsp(struct l2cap_conn *conn, struct l2cap_cmd_hdr *cmd, u16 cmd_len, u8 *data) argument
4409 l2cap_disconnect_req(struct l2cap_conn *conn, struct l2cap_cmd_hdr *cmd, u16 cmd_len, u8 *data) argument
4452 l2cap_disconnect_rsp(struct l2cap_conn *conn, struct l2cap_cmd_hdr *cmd, u16 cmd_len, u8 *data) argument
4493 l2cap_information_req(struct l2cap_conn *conn, struct l2cap_cmd_hdr *cmd, u16 cmd_len, u8 *data) argument
4541 l2cap_information_rsp(struct l2cap_conn *conn, struct l2cap_cmd_hdr *cmd, u16 cmd_len, u8 *data) argument
4604 l2cap_conn_param_update_req(struct l2cap_conn *conn, struct l2cap_cmd_hdr *cmd, u16 cmd_len, u8 *data) argument
4660 l2cap_le_connect_rsp(struct l2cap_conn *conn, struct l2cap_cmd_hdr *cmd, u16 cmd_len, u8 *data) argument
4747 l2cap_bredr_sig_cmd(struct l2cap_conn *conn, struct l2cap_cmd_hdr *cmd, u16 cmd_len, u8 *data) argument
4806 l2cap_le_connect_req(struct l2cap_conn *conn, struct l2cap_cmd_hdr *cmd, u16 cmd_len, u8 *data) argument
4945 l2cap_le_credits(struct l2cap_conn *conn, struct l2cap_cmd_hdr *cmd, u16 cmd_len, u8 *data) argument
4992 l2cap_ecred_conn_req(struct l2cap_conn *conn, struct l2cap_cmd_hdr *cmd, u16 cmd_len, u8 *data) argument
5148 l2cap_ecred_conn_rsp(struct l2cap_conn *conn, struct l2cap_cmd_hdr *cmd, u16 cmd_len, u8 *data) argument
5262 l2cap_ecred_reconf_req(struct l2cap_conn *conn, struct l2cap_cmd_hdr *cmd, u16 cmd_len, u8 *data) argument
5333 l2cap_ecred_reconf_rsp(struct l2cap_conn *conn, struct l2cap_cmd_hdr *cmd, u16 cmd_len, u8 *data) argument
5361 l2cap_le_command_rej(struct l2cap_conn *conn, struct l2cap_cmd_hdr *cmd, u16 cmd_len, u8 *data) argument
5391 l2cap_le_sig_cmd(struct l2cap_conn *conn, struct l2cap_cmd_hdr *cmd, u16 cmd_len, u8 *data) argument
5454 l2cap_le_sig_channel(struct l2cap_conn *conn, struct sk_buff *skb) argument
5495 l2cap_sig_send_rej(struct l2cap_conn *conn, u16 ident) argument
5503 l2cap_sig_channel(struct l2cap_conn *conn, struct sk_buff *skb) argument
6512 struct l2cap_conn *conn = chan->conn; local
6654 l2cap_data_channel(struct l2cap_conn *conn, u16 cid, struct sk_buff *skb) argument
6720 l2cap_conless_channel(struct l2cap_conn *conn, __le16 psm, struct sk_buff *skb) argument
6757 l2cap_recv_frame(struct l2cap_conn *conn, struct sk_buff *skb) argument
6814 struct l2cap_conn *conn = container_of(work, struct l2cap_conn, local
6826 struct l2cap_conn *conn = hcon->l2cap_data; local
6929 struct l2cap_conn *conn; local
7113 struct l2cap_conn *conn = chan->conn; local
7213 struct l2cap_conn *conn; local
7273 struct l2cap_conn *conn = hcon->l2cap_data; local
7311 struct l2cap_conn *conn = hcon->l2cap_data; local
7397 l2cap_recv_frag(struct l2cap_conn *conn, struct sk_buff *skb, u16 len) argument
7418 l2cap_recv_len(struct l2cap_conn *conn, struct sk_buff *skb) argument
7453 l2cap_recv_reset(struct l2cap_conn *conn) argument
7462 struct l2cap_conn *conn = hcon->l2cap_data; local
[all...]
H A Dhci_sync.c2797 struct hci_conn *conn; local
2799 conn = hci_conn_hash_lookup_ba(hdev, ISO_LINK,
2801 if (conn) {
2802 struct bt_iso_qos *qos = &conn->iso_qos;
3264 struct hci_conn *conn; local
3266 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &b->bdaddr);
3267 if (!conn)
3270 if (conn->state != BT_CONNECTED && conn->state != BT_CONFIG)
5057 if (p->conn) {
5370 hci_disconnect_sync(struct hci_dev *hdev, struct hci_conn *conn, u8 reason) argument
5408 hci_le_connect_cancel_sync(struct hci_dev *hdev, struct hci_conn *conn, u8 reason) argument
5425 hci_connect_cancel_sync(struct hci_dev *hdev, struct hci_conn *conn, u8 reason) argument
5471 hci_reject_sco_sync(struct hci_dev *hdev, struct hci_conn *conn, u8 reason) argument
5490 hci_le_reject_cis_sync(struct hci_dev *hdev, struct hci_conn *conn, u8 reason) argument
5503 hci_reject_conn_sync(struct hci_dev *hdev, struct hci_conn *conn, u8 reason) argument
5522 hci_abort_conn_sync(struct hci_dev *hdev, struct hci_conn *conn, u8 reason) argument
5578 struct hci_conn *conn; local
6191 conn_use_rpa(struct hci_conn *conn) argument
6198 hci_le_ext_directed_advertising_sync(struct hci_dev *hdev, struct hci_conn *conn) argument
6261 hci_le_directed_advertising_sync(struct hci_dev *hdev, struct hci_conn *conn) argument
6313 set_ext_conn_params(struct hci_conn *conn, struct hci_cp_le_ext_conn_param *p) argument
6330 hci_le_ext_create_conn_sync(struct hci_dev *hdev, struct hci_conn *conn, u8 own_addr_type) argument
6387 struct hci_conn *conn = data; local
6500 struct hci_conn *conn; local
6716 struct hci_conn *conn = data; local
6775 hci_connect_acl_sync(struct hci_dev *hdev, struct hci_conn *conn) argument
6783 struct hci_conn *conn = data; local
6812 hci_connect_le_sync(struct hci_dev *hdev, struct hci_conn *conn) argument
6818 hci_cancel_connect_sync(struct hci_dev *hdev, struct hci_conn *conn) argument
[all...]
H A Dhci_event.c168 struct hci_conn *conn; local
177 conn = hci_conn_hash_lookup_handle(hdev, __le16_to_cpu(rp->handle));
178 if (conn)
179 conn->role = rp->role;
190 struct hci_conn *conn; local
199 conn = hci_conn_hash_lookup_handle(hdev, __le16_to_cpu(rp->handle));
200 if (conn)
201 conn->link_policy = __le16_to_cpu(rp->policy);
212 struct hci_conn *conn; local
226 conn
720 struct hci_conn *conn; local
792 struct hci_conn *conn; local
814 struct hci_conn *conn; local
1098 struct hci_conn *conn; local
1206 struct hci_conn *conn; local
1607 struct hci_conn *conn; local
1650 struct hci_conn *conn; local
2235 struct hci_conn *conn; local
2258 struct hci_conn *conn; local
2321 struct hci_conn *conn; local
2393 struct hci_conn *conn; local
2420 struct hci_conn *conn; local
2444 hci_outgoing_auth_needed(struct hci_dev *hdev, struct hci_conn *conn) argument
2507 hci_check_pending_name(struct hci_dev *hdev, struct hci_conn *conn, bdaddr_t *bdaddr, u8 *name, u8 name_len) argument
2554 struct hci_conn *conn; local
2597 struct hci_conn *conn; local
2624 struct hci_conn *conn; local
2708 struct hci_conn *conn; local
2735 struct hci_conn *conn; local
2763 struct hci_conn *conn; local
2867 struct hci_conn *conn; local
2943 struct hci_conn *conn; local
2970 struct hci_conn *conn; local
3000 struct hci_conn *conn; local
3127 struct hci_conn *conn; local
3292 struct hci_conn *conn; local
3416 struct hci_conn *conn; local
3499 struct hci_conn *conn; local
3563 struct hci_conn *conn; local
3604 struct hci_conn *conn; local
3716 struct hci_conn *conn; local
3739 struct hci_conn *conn; local
3829 struct hci_conn *conn, *tmp; local
3848 struct hci_conn *conn; local
3913 struct hci_conn *conn; local
4312 struct hci_conn *conn; local
4426 struct hci_conn *conn; local
4464 struct hci_conn *conn; local
4569 struct hci_conn *conn = NULL; local
4603 struct hci_conn *conn; local
4632 struct hci_conn *conn; local
4667 conn_set_key(struct hci_conn *conn, u8 key_type, u8 pin_len) argument
4704 struct hci_conn *conn; local
4761 struct hci_conn *conn; local
4831 struct hci_conn *conn; local
4855 struct hci_conn *conn; local
4978 struct hci_conn *conn; local
5043 struct hci_conn *conn; local
5228 struct hci_conn *conn; local
5274 hci_get_auth_req(struct hci_conn *conn) argument
5292 bredr_oob_data_present(struct hci_conn *conn) argument
5338 struct hci_conn *conn; local
5411 struct hci_conn *conn; local
5433 struct hci_conn *conn; local
5528 struct hci_conn *conn; local
5549 struct hci_conn *conn; local
5588 struct hci_conn *conn; local
5620 struct hci_conn *conn; local
5691 le_conn_update_addr(struct hci_conn *conn, bdaddr_t *bdaddr, u8 bdaddr_type, bdaddr_t *local_rpa) argument
5751 struct hci_conn *conn; local
5947 struct hci_conn *conn; local
6017 struct hci_conn *conn; local
6042 struct hci_conn *conn; local
6136 struct hci_conn *conn; local
6536 struct hci_conn *conn; local
6580 struct hci_conn *conn; local
6747 struct hci_conn *conn; local
6771 struct hci_conn *conn; local
6933 struct hci_conn *conn; local
[all...]
H A Dhci_conn.c48 struct hci_conn *conn; member in struct:conn_handle_t
71 void hci_connect_le_scan_cleanup(struct hci_conn *conn, u8 status) argument
74 struct hci_dev *hdev = conn->hdev;
79 bdaddr = &conn->dst;
80 bdaddr_type = conn->dst_type;
94 if (params->conn) {
95 hci_conn_drop(params->conn);
96 hci_conn_put(params->conn);
97 params->conn = NULL;
110 mgmt_connect_failed(hdev, &conn
141 hci_conn_cleanup(struct hci_conn *conn) argument
181 hci_disconnect(struct hci_conn *conn, __u8 reason) argument
203 hci_add_sco(struct hci_conn *conn, __u16 handle) argument
221 find_next_esco_param(struct hci_conn *conn, const struct sco_param *esco_param, int size) argument
287 struct hci_conn *conn = conn_handle->conn; local
406 hci_setup_sync_conn(struct hci_conn *conn, __u16 handle) argument
458 hci_setup_sync(struct hci_conn *conn, __u16 handle) argument
482 hci_le_conn_update(struct hci_conn *conn, u16 min, u16 max, u16 latency, u16 to_multiplier) argument
518 hci_le_start_enc(struct hci_conn *conn, __le16 ediv, __le64 rand, __u8 ltk[16], __u8 key_size) argument
537 hci_sco_setup(struct hci_conn *conn, __u8 status) argument
560 struct hci_conn *conn = container_of(work, struct hci_conn, local
584 struct hci_conn *conn = container_of(work, struct hci_conn, local
618 struct hci_conn *conn = container_of(work, struct hci_conn, local
644 struct hci_conn *conn = container_of(work, struct hci_conn, local
688 bis_list(struct hci_conn *conn, void *data) argument
725 hci_le_terminate_big(struct hci_dev *hdev, struct hci_conn *conn) argument
765 find_bis(struct hci_conn *conn, void *data) argument
776 hci_le_big_terminate(struct hci_dev *hdev, u8 big, struct hci_conn *conn) argument
823 bis_cleanup(struct hci_conn *conn) argument
863 find_cis(struct hci_conn *conn, void *data) argument
878 cis_cleanup(struct hci_conn *conn) argument
910 struct hci_conn *conn; local
1019 hci_conn_cleanup_child(struct hci_conn *conn, u8 reason) argument
1043 hci_conn_unlink(struct hci_conn *conn) argument
1085 hci_conn_del(struct hci_conn *conn) argument
1194 hci_le_conn_failed(struct hci_conn *conn, u8 status) argument
1207 hci_conn_failed(struct hci_conn *conn, u8 status) argument
1235 hci_conn_set_handle(struct hci_conn *conn, u16 handle) argument
1268 struct hci_conn *conn; local
1343 struct hci_conn *conn; local
1395 struct hci_conn *conn; local
1419 struct hci_conn *conn; local
1462 struct hci_conn *conn; local
1512 struct hci_conn *conn; local
1614 hci_conn_link(struct hci_conn *parent, struct hci_conn *conn) argument
1691 hci_le_create_big(struct hci_conn *conn, struct bt_iso_qos *qos) argument
1726 struct hci_conn *conn; local
1782 hci_le_set_cig_params(struct hci_conn *conn, struct bt_iso_qos *qos) argument
1907 hci_iso_setup_path(struct hci_conn *conn) argument
1939 hci_conn_check_create_cis(struct hci_conn *conn) argument
1958 struct hci_conn *conn; local
1982 hci_iso_qos_setup(struct hci_dev *hdev, struct hci_conn *conn, struct bt_iso_io_qos *qos, __u8 phy) argument
2011 struct hci_conn *conn = data; local
2067 struct hci_conn *conn; local
2144 struct hci_conn *conn = data; local
2159 struct hci_conn *conn; local
2215 bis_mark_per_adv(struct hci_conn *conn, void *data) argument
2235 struct hci_conn *conn; local
2316 hci_conn_check_link_mode(struct hci_conn *conn) argument
2356 hci_conn_auth(struct hci_conn *conn, __u8 sec_level, __u8 auth_type) argument
2391 hci_conn_encrypt(struct hci_conn *conn) argument
2405 hci_conn_security(struct hci_conn *conn, __u8 sec_level, __u8 auth_type, bool initiator) argument
2490 hci_conn_check_secure(struct hci_conn *conn, __u8 sec_level) argument
2509 hci_conn_switch_role(struct hci_conn *conn, __u8 role) argument
2528 hci_conn_enter_active_mode(struct hci_conn *conn, __u8 force_active) argument
2556 struct hci_conn *conn; local
2573 get_link_mode(struct hci_conn *conn) argument
2652 struct hci_conn *conn; local
2679 struct hci_conn *conn; local
2696 hci_chan_create(struct hci_conn *conn) argument
2723 struct hci_conn *conn = chan->conn; local
2741 hci_chan_list_flush(struct hci_conn *conn) argument
2783 hci_conn_get_phy(struct hci_conn *conn) argument
2888 struct hci_conn *conn = data; local
2896 hci_abort_conn(struct hci_conn *conn, u8 reason) argument
[all...]
H A Diso.c75 struct iso_conn *conn; member in struct:iso_pinfo
97 struct iso_conn *conn = container_of(work, struct iso_conn, local
101 iso_conn_lock(conn);
102 sk = conn->sk;
105 iso_conn_unlock(conn);
121 if (!iso_pi(sk)->conn)
125 cancel_delayed_work(&iso_pi(sk)->conn->timeout_work);
126 schedule_delayed_work(&iso_pi(sk)->conn->timeout_work, timeout);
131 if (!iso_pi(sk)->conn)
135 cancel_delayed_work(&iso_pi(sk)->conn
141 struct iso_conn *conn = hcon->iso_data; local
168 struct iso_conn *conn; local
211 struct iso_conn *conn = hcon->iso_data; local
261 __iso_chan_add(struct iso_conn *conn, struct sock *sk, struct sock *parent) argument
283 iso_chan_add(struct iso_conn *conn, struct sock *sk, struct sock *parent) argument
305 struct iso_conn *conn; local
396 struct iso_conn *conn; local
494 struct iso_conn *conn = iso_pi(sk)->conn; local
520 iso_recv_frame(struct iso_conn *conn, struct sk_buff *skb) argument
1076 struct iso_conn *conn; local
1337 iso_conn_defer_accept(struct hci_conn *conn) argument
1756 iso_conn_ready(struct iso_conn *conn) argument
2078 struct iso_conn *conn; local
2100 struct iso_conn *conn = hcon->iso_data; local
[all...]
/linux-master/include/net/bluetooth/
H A Dhci_core.h788 void (*connect_cfm_cb) (struct hci_conn *conn, u8 status);
789 void (*security_cfm_cb) (struct hci_conn *conn, u8 status);
790 void (*disconn_cfm_cb) (struct hci_conn *conn, u8 reason);
792 void (*cleanup)(struct hci_conn *conn);
797 struct hci_conn *conn; member in struct:hci_link
803 struct hci_conn *conn; member in struct:hci_chan
831 struct hci_conn *conn; member in struct:hci_conn_params
994 static inline bool hci_conn_ssp_enabled(struct hci_conn *conn) argument
996 struct hci_dev *hdev = conn->hdev;
998 test_bit(HCI_CONN_SSP_ENABLED, &conn
1001 hci_conn_sc_enabled(struct hci_conn *conn) argument
1090 hci_conn_valid(struct hci_dev *hdev, struct hci_conn *conn) argument
1572 hci_conn_get(struct hci_conn *conn) argument
1578 hci_conn_put(struct hci_conn *conn) argument
1583 hci_conn_hold(struct hci_conn *conn) argument
1593 hci_conn_drop(struct hci_conn *conn) argument
1984 hci_proto_disconn_ind(struct hci_conn *conn) argument
2006 hci_connect_cfm(struct hci_conn *conn, __u8 status) argument
2021 hci_disconn_cfm(struct hci_conn *conn, __u8 reason) argument
2036 hci_auth_cfm(struct hci_conn *conn, __u8 status) argument
2057 hci_encrypt_cfm(struct hci_conn *conn, __u8 status) argument
2097 hci_key_change_cfm(struct hci_conn *conn, __u8 status) argument
2109 hci_role_switch_cfm(struct hci_conn *conn, __u8 status, __u8 role) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c7015 amdgpu_dm_connector_atomic_check(struct drm_connector *conn, argument
7019 drm_atomic_get_new_connector_state(state, conn);
7021 drm_atomic_get_old_connector_state(state, conn);
7024 struct amdgpu_dm_connector *aconn = to_amdgpu_dm_connector(conn);
7029 if (conn->connector_type == DRM_MODE_CONNECTOR_DisplayPort) {
/linux-master/fs/nfsd/
H A Dnfs4callback.c1027 static int setup_callback_client(struct nfs4_client *clp, struct nfs4_cb_conn *conn, struct nfsd4_session *ses) argument
1037 .address = (struct sockaddr *) &conn->cb_addr,
1038 .addrsize = conn->cb_addrlen,
1039 .saddress = (struct sockaddr *) &conn->cb_saddr,
1056 args.prognumber = conn->cb_prog;
1059 clp->cl_cb_ident = conn->cb_ident;
1061 if (!conn->cb_xprt)
1064 args.bc_xprt = conn->cb_xprt;
1066 args.protocol = conn->cb_xprt->xpt_class->xcl_ident |
1084 clp->cl_cb_conn.cb_xprt = conn
1159 nfsd4_change_callback(struct nfs4_client *clp, struct nfs4_cb_conn *conn) argument
1429 struct nfs4_cb_conn conn; local
[all...]
/linux-master/fs/smb/server/
H A Dvfs.c387 if (work->conn->connection_type) {
498 if (work->conn->connection_type) {
1253 work->conn->um);
1458 int ksmbd_vfs_set_sd_xattr(struct ksmbd_conn *conn, argument
1488 rc = ksmbd_gen_sd_hash(conn, acl.sd_buf, acl.sd_size, acl.hash);
1507 rc = ksmbd_gen_sd_hash(conn, acl_ndr.data, acl_ndr.offset,
1534 int ksmbd_vfs_get_sd_xattr(struct ksmbd_conn *conn, argument
1569 rc = ksmbd_gen_sd_hash(conn, acl_ndr.data, acl_ndr.offset, cmp_hash);
H A Dsmb2pdu.c57 * @conn: connection instance
62 static inline bool check_session_id(struct ksmbd_conn *conn, u64 id) argument
69 sess = ksmbd_session_lookup_all(conn, id);
76 struct channel *lookup_chann_list(struct ksmbd_session *sess, struct ksmbd_conn *conn) argument
78 return xa_load(&sess->ksmbd_chann_list, (long)conn);
254 struct ksmbd_conn *conn = work->conn; local
273 WARN_ON(ksmbd_conn_good(conn));
276 ksmbd_debug(SMB, "conn->dialect 0x%x\n", conn
315 struct ksmbd_conn *conn = work->conn; local
571 struct ksmbd_conn *conn = work->conn; local
640 struct ksmbd_conn *conn = work->conn; local
669 struct ksmbd_conn *conn = work->conn; local
814 assemble_neg_contexts(struct ksmbd_conn *conn, struct smb2_negotiate_rsp *rsp) argument
868 decode_preauth_ctxt(struct ksmbd_conn *conn, struct smb2_preauth_neg_context *pneg_ctxt, int ctxt_len) argument
887 decode_encrypt_ctxt(struct ksmbd_conn *conn, struct smb2_encryption_neg_context *pneg_ctxt, int ctxt_len) argument
932 smb3_encryption_negotiated(struct ksmbd_conn *conn) argument
945 decode_compress_ctxt(struct ksmbd_conn *conn, struct smb2_compression_capabilities_context *pneg_ctxt) argument
951 decode_sign_cap_ctxt(struct ksmbd_conn *conn, struct smb2_signing_capabilities *pneg_ctxt, int ctxt_len) argument
986 deassemble_neg_contexts(struct ksmbd_conn *conn, struct smb2_negotiate_req *req, unsigned int len_of_smb) argument
1077 struct ksmbd_conn *conn = work->conn; local
1254 alloc_preauth_hash(struct ksmbd_session *sess, struct ksmbd_conn *conn) argument
1270 struct ksmbd_conn *conn = work->conn; local
1299 decode_negotiation_token(struct ksmbd_conn *conn, struct negotiate_message *negblob, size_t sz) argument
1376 user_authblob(struct ksmbd_conn *conn, struct smb2_sess_setup_req *req) argument
1389 session_user(struct ksmbd_conn *conn, struct smb2_sess_setup_req *req) argument
1431 struct ksmbd_conn *conn = work->conn; local
1570 struct ksmbd_conn *conn = work->conn; local
1656 struct ksmbd_conn *conn = work->conn; local
1923 struct ksmbd_conn *conn = work->conn; local
2177 struct ksmbd_conn *conn = work->conn; local
2651 struct ksmbd_conn *conn = work->conn; local
2797 struct ksmbd_conn *conn = work->conn; local
3822 smb2_populate_readdir_entry(struct ksmbd_conn *conn, int info_level, struct ksmbd_dir_info *d_info, struct ksmbd_kstat *ksmbd_kstat) argument
4271 struct ksmbd_conn *conn = work->conn; local
4796 struct ksmbd_conn *conn = work->conn; local
4862 struct ksmbd_conn *conn = work->conn; local
4883 struct ksmbd_conn *conn = work->conn; local
5287 struct ksmbd_conn *conn = work->conn; local
5678 struct ksmbd_conn *conn = work->conn; local
6552 struct ksmbd_conn *conn = work->conn; local
6992 struct ksmbd_conn *conn = work->conn; local
7172 struct ksmbd_conn *conn; local
7645 fsctl_query_iface_info_ioctl(struct ksmbd_conn *conn, struct smb2_ioctl_rsp *rsp, unsigned int out_buf_len) argument
7753 fsctl_validate_negotiate_info(struct ksmbd_conn *conn, struct validate_negotiate_info_req *neg_req, struct validate_negotiate_info_rsp *neg_rsp, unsigned int in_buf_len) argument
7944 struct ksmbd_conn *conn = work->conn; local
8434 struct ksmbd_conn *conn = work->conn; local
8717 struct ksmbd_conn *conn = work->conn; local
8776 struct ksmbd_conn *conn = work->conn; local
8822 struct ksmbd_conn *conn = work->conn; local
8948 struct ksmbd_conn *conn = work->conn; local
[all...]
H A Dserver.c96 if (ksmbd_conn_exiting(work->conn) ||
97 ksmbd_conn_need_reconnect(work->conn)) {
108 static int __process_request(struct ksmbd_work *work, struct ksmbd_conn *conn, argument
119 conn->ops->set_rsp_status(work, STATUS_INVALID_PARAMETER);
123 command = conn->ops->get_cmd_val(work);
127 if (command >= conn->max_cmds) {
128 conn->ops->set_rsp_status(work, STATUS_INVALID_PARAMETER);
132 cmds = &conn->cmds[command];
135 conn->ops->set_rsp_status(work, STATUS_NOT_IMPLEMENTED);
139 if (work->sess && conn
163 __handle_ksmbd_work(struct ksmbd_work *work, struct ksmbd_conn *conn) argument
263 struct ksmbd_conn *conn = work->conn; local
287 queue_ksmbd_work(struct ksmbd_conn *conn) argument
317 ksmbd_server_process_request(struct ksmbd_conn *conn) argument
322 ksmbd_server_terminate_conn(struct ksmbd_conn *conn) argument
[all...]
/linux-master/drivers/tty/serial/
H A Dpmac_zilog.c1349 const char *conn; local
1373 conn = of_get_property(np, "AAPL,connector", &len);
1374 if (conn && (strcmp(conn, "infrared") == 0))
/linux-master/sound/pci/hda/
H A Dpatch_realtek.c2029 static const hda_nid_t conn[] = { 0x0c, 0x0d, 0x0e, 0x0f, 0x26 }; local
2030 snd_hda_override_conn_list(codec, 0x14, ARRAY_SIZE(conn), conn);
2031 snd_hda_override_conn_list(codec, 0x15, ARRAY_SIZE(conn), conn);
2032 snd_hda_override_conn_list(codec, 0x18, ARRAY_SIZE(conn), conn);
2033 snd_hda_override_conn_list(codec, 0x1a, ARRAY_SIZE(conn), conn);
6327 static const hda_nid_t conn[] local
6337 static const hda_nid_t conn[] = { 0x02 }; local
6397 static const hda_nid_t conn[] = { 0x02, 0x03 }; /* exclude 0x06 */ local
6649 static const hda_nid_t conn[] = { 0x02 }; local
6684 static const hda_nid_t conn[] = { 0x02 }; local
7064 static const hda_nid_t conn[] = { 0x02, 0x03 }; local
7094 static const hda_nid_t conn[] = { 0x02, 0x03 }; local
7119 static const hda_nid_t conn[] = { 0x02, 0x03 }; /* exclude 0x06 */ local
7172 static const hda_nid_t conn[] = { 0x02 }; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_dp.c316 struct drm_dp_aux *aux = &outp->conn->aux;
336 struct drm_dp_aux *aux = &outp->conn->aux;
421 struct drm_dp_aux *aux = &outp->conn->aux;
470 if (drm_dp_dpcd_read_phy_link_status(&outp->conn->aux, DP_PHY_DPRX, link_status) < 0)
H A Dnouveau_bios.c1402 uint32_t conn, uint32_t conf, struct dcb_output *entry)
1407 entry->type = conn & 0xf;
1408 entry->i2c_index = (conn >> 4) & 0xf;
1409 entry->heads = (conn >> 8) & 0xf;
1410 entry->connector = (conn >> 12) & 0xf;
1411 entry->bus = (conn >> 16) & 0xf;
1412 entry->location = (conn >> 20) & 0x3;
1413 entry->or = (conn >> 24) & 0xf;
1549 uint32_t conn, uint32_t conf, struct dcb_output *entry)
1553 switch (conn
1401 parse_dcb20_entry(struct drm_device *dev, struct dcb_table *dcb, uint32_t conn, uint32_t conf, struct dcb_output *entry) argument
1548 parse_dcb15_entry(struct drm_device *dev, struct dcb_table *dcb, uint32_t conn, uint32_t conf, struct dcb_output *entry) argument
1652 apply_dcb_encoder_quirks(struct drm_device *dev, int idx, u32 *conn, u32 *conf) argument
1795 u32 conn = ROM32(outp[0]); local
1875 u8 *dcbt, *conn; local
[all...]
/linux-master/io_uring/
H A Dnet.c1497 struct io_connect *conn = io_kiocb_to_cmd(req, struct io_connect); local
1499 return move_addr_to_kernel(conn->addr, conn->addr_len, &io->address);
1504 struct io_connect *conn = io_kiocb_to_cmd(req, struct io_connect); local
1509 conn->addr = u64_to_user_ptr(READ_ONCE(sqe->addr));
1510 conn->addr_len = READ_ONCE(sqe->addr2);
1511 conn->in_progress = conn->seen_econnaborted = false;
/linux-master/net/bluetooth/rfcomm/
H A Dsock.c730 struct l2cap_conn *conn; local
780 conn = l2cap_pi(l2cap_sk)->chan->conn;
783 cinfo.hci_handle = conn->hcon->handle;
784 memcpy(cinfo.dev_class, conn->hcon->dev_class, 3);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_psr.c2584 struct drm_connector *conn; local
2598 drm_for_each_connector_iter(conn, &conn_iter) {
2602 if (conn->connector_type != DRM_MODE_CONNECTOR_eDP)
2605 conn_state = drm_atomic_get_connector_state(state, conn);
H A Dintel_dp.c6032 static int intel_dp_connector_atomic_check(struct drm_connector *conn, argument
6035 struct drm_i915_private *dev_priv = to_i915(conn->dev);
6037 struct drm_connector_state *conn_state = drm_atomic_get_new_connector_state(_state, conn);
6038 struct intel_connector *intel_conn = to_intel_connector(conn);
6042 ret = intel_digital_connector_atomic_check(conn, &state->base);
6052 if (!intel_connector_needs_modeset(state, conn))
6068 if (conn->has_tile) {
6069 ret = intel_modeset_tile_group(state, conn->tile_group->id);
6074 return intel_modeset_synced_crtcs(state, conn);
H A Dintel_ddi.c3174 struct drm_connector *conn; local
3180 for_each_new_connector_in_state(&state->base, conn, conn_state, i) {

Completed in 664 milliseconds

1234567891011>>