| /include/net/bluetooth/ |
| A D | hci_core.h | 1087 if (c == conn) { in hci_conn_valid() 1611 return conn; in hci_conn_get() 1621 BT_DBG("hcon %p orig refcnt %d", conn, atomic_read(&conn->refcnt)); in hci_conn_hold() 1626 return conn; in hci_conn_hold() 2023 if (conn->type != ACL_LINK && conn->type != LE_LINK) in hci_proto_disconn_ind() 2055 conn->connect_cfm_cb(conn, status); in hci_connect_cfm() 2070 conn->disconn_cfm_cb(conn, reason); in hci_disconn_cfm() 2091 conn->security_cfm_cb(conn, status); in hci_auth_cfm() 2119 if (conn->pending_sec_level > conn->sec_level) in hci_encrypt_cfm() 2120 conn->sec_level = conn->pending_sec_level; in hci_encrypt_cfm() [all …]
|
| A D | hci_sync.h | 169 int hci_abort_conn_sync(struct hci_dev *hdev, struct hci_conn *conn, u8 reason); 181 int hci_connect_acl_sync(struct hci_dev *hdev, struct hci_conn *conn); 183 int hci_connect_le_sync(struct hci_dev *hdev, struct hci_conn *conn); 185 int hci_cancel_connect_sync(struct hci_dev *hdev, struct hci_conn *conn); 186 int hci_le_conn_update_sync(struct hci_dev *hdev, struct hci_conn *conn, 189 int hci_connect_pa_sync(struct hci_dev *hdev, struct hci_conn *conn); 190 int hci_connect_big_sync(struct hci_dev *hdev, struct hci_conn *conn);
|
| A D | l2cap.h | 513 struct l2cap_conn *conn; member 678 int (*probe) (struct l2cap_conn *conn, struct l2cap_user *user); 679 void (*remove) (struct l2cap_conn *conn, struct l2cap_user *user); 965 void l2cap_chan_add(struct l2cap_conn *conn, struct l2cap_chan *chan); 966 void __l2cap_chan_add(struct l2cap_conn *conn, struct l2cap_chan *chan); 968 void l2cap_chan_list(struct l2cap_conn *conn, l2cap_chan_func_t func, 973 struct l2cap_conn *l2cap_conn_get(struct l2cap_conn *conn); 974 struct l2cap_conn *l2cap_conn_hold_unless_zero(struct l2cap_conn *conn); 975 void l2cap_conn_put(struct l2cap_conn *conn); 977 int l2cap_register_user(struct l2cap_conn *conn, struct l2cap_user *user); [all …]
|
| /include/scsi/ |
| A D | scsi_transport_iscsi.h | 89 int (*start_conn) (struct iscsi_cls_conn *conn); 90 void (*stop_conn) (struct iscsi_cls_conn *conn, int flag); 91 void (*destroy_conn) (struct iscsi_cls_conn *conn); 96 int (*get_conn_param) (struct iscsi_cls_conn *conn, 107 void (*get_stats) (struct iscsi_cls_conn *conn, 118 void (*parse_pdu_itt) (struct iscsi_conn *conn, itt_t itt, 310 struct iscsi_cls_conn *conn; member 455 extern int iscsi_add_conn(struct iscsi_cls_conn *conn); 456 extern void iscsi_remove_conn(struct iscsi_cls_conn *conn); 457 extern void iscsi_put_conn(struct iscsi_cls_conn *conn); [all …]
|
| A D | libiscsi.h | 121 struct iscsi_conn *conn; /* used connection */ member 448 extern void iscsi_conn_failure(struct iscsi_conn *conn, enum iscsi_err err); 455 extern void iscsi_suspend_tx(struct iscsi_conn *conn); 456 extern void iscsi_suspend_rx(struct iscsi_conn *conn); 457 extern void iscsi_suspend_queue(struct iscsi_conn *conn); 458 extern void iscsi_conn_queue_xmit(struct iscsi_conn *conn); 459 extern void iscsi_conn_queue_recv(struct iscsi_conn *conn);
|
| A D | libiscsi_tcp.h | 86 extern int iscsi_tcp_recv_skb(struct iscsi_conn *conn, struct sk_buff *skb, 119 extern int iscsi_tcp_set_max_r2t(struct iscsi_conn *conn, char *buf);
|
| /include/dt-bindings/usb/ |
| A D | pd.h | 132 #define VDO_IDH(usbh, usbd, ufp_cable, is_modal, dfp, conn, vid) \ argument 134 | (is_modal) << 26 | ((dfp) & 0x7) << 23 | ((conn) & 0x3) << 21 \ 208 #define VDO_UFP(ver, cap, conn, vcpwr, vcr, vbr, alt, spd) \ argument 209 (((ver) & 0x7) << 29 | ((cap) & 0xf) << 24 | ((conn) & 0x3) << 22 \ 230 #define VDO_DFP(ver, cap, conn, pnum) \ argument 231 (((ver) & 0x7) << 29 | ((cap) & 0x7) << 24 | ((conn) & 0x3) << 22 \ 346 #define VDO_PCABLE(hw, fw, ver, conn, lat, term, vbm, cur, spd) \ argument 348 | ((conn) & 0x3) << 18 | ((lat) & 0xf) << 13 | ((term) & 0x3) << 11 \ 350 #define VDO_ACABLE1(hw, fw, ver, conn, lat, term, vbm, sbu, sbut, cur, vbt, sopp, spd) \ argument 352 | ((conn) & 0x3) << 18 | ((lat) & 0xf) << 13 | ((term) & 0x3) << 11 \
|
| /include/linux/usb/ |
| A D | pd_vdo.h | 149 #define VDO_IDH(usbh, usbd, ufp_cable, is_modal, dfp, conn, vid) \ argument 151 | (is_modal) << 26 | ((dfp) & 0x7) << 23 | ((conn) & 0x3) << 21 \ 236 #define VDO_UFP(ver, cap, conn, vcpwr, vcr, vbr, alt, spd) \ argument 237 (((ver) & 0x7) << 29 | ((cap) & 0xf) << 24 | ((conn) & 0x3) << 22 \ 260 #define VDO_DFP(ver, cap, conn, pnum) \ argument 261 (((ver) & 0x7) << 29 | ((cap) & 0x7) << 24 | ((conn) & 0x3) << 22 \ 376 #define VDO_PCABLE(hw, fw, ver, conn, lat, term, vbm, cur, spd) \ argument 378 | ((conn) & 0x3) << 18 | ((lat) & 0xf) << 13 | ((term) & 0x3) << 11 \ 380 #define VDO_ACABLE1(hw, fw, ver, conn, lat, term, vbm, sbu, sbut, cur, vbt, sopp, spd) \ argument 382 | ((conn) & 0x3) << 18 | ((lat) & 0xf) << 13 | ((term) & 0x3) << 11 \
|
| /include/trace/events/ |
| A D | rxrpc.h | 781 __entry->conn, 801 __entry->conn = conn ? conn->debug_id : 0; 803 __entry->usage = conn ? refcount_read(&conn->ref) : -2; 805 __entry->cid = conn ? conn->proto.cid : 0; 809 __entry->conn, 1197 __entry->conn = conn->debug_id; 1224 __entry->conn = conn->debug_id; 1258 __entry->conn = conn->debug_id; 1296 __entry->conn = conn->debug_id; 1333 __entry->conn = conn->debug_id; [all …]
|
| /include/target/iscsi/ |
| A D | iscsi_transport.h | 63 iscsit_check_dataout_hdr(struct iscsit_conn *conn, void *buf, 134 iscsit_find_cmd_from_itt_or_dump(struct iscsit_conn *conn,
|
| A D | iscsi_target_core.h | 479 struct iscsit_conn *conn; member 712 struct iscsit_conn *conn; member 912 extern void iscsit_thread_check_cpumask(struct iscsit_conn *conn,
|
| /include/linux/ |
| A D | drbd.h | 251 unsigned conn:5 ; /* 17/32 cstates */ member 271 unsigned conn:5 ; /* 17/32 cstates */
|
| A D | fsnotify_backend.h | 862 extern __u32 fsnotify_conn_mask(struct fsnotify_mark_connector *conn); 864 extern void fsnotify_recalc_mask(struct fsnotify_mark_connector *conn);
|
| A D | coresight.h | 719 int coresight_add_in_conn(struct coresight_connection *conn);
|
| /include/net/ |
| A D | smc.h | 88 struct smc_connection **conn; member
|
| A D | llc_conn.h | 112 int llc_conn_remove_acked_pdus(struct sock *conn, u8 nr, u16 *how_many_unacked);
|
| A D | cfg80211.h | 6477 struct cfg80211_conn *conn; member
|
| /include/drm/ |
| A D | drm_connector.h | 2444 void drm_connector_attach_tv_margin_properties(struct drm_connector *conn); 2485 void drm_connector_create_privacy_screen_properties(struct drm_connector *conn); 2486 void drm_connector_attach_privacy_screen_properties(struct drm_connector *conn); 2532 struct drm_connector *conn; member
|
| /include/media/ |
| A D | dvbdev.h | 124 struct media_entity *conn; member
|
| /include/rdma/ |
| A D | rdma_cm.h | 94 struct rdma_conn_param conn; member
|
| /include/uapi/rdma/ |
| A D | rdma_user_cm.h | 298 struct rdma_ucm_conn_param conn; member
|