| /include/net/bluetooth/ |
| D | hci_core.h | 764 void (*connect_cfm_cb) (struct hci_conn *conn, u8 status); 765 void (*security_cfm_cb) (struct hci_conn *conn, u8 status); 766 void (*disconn_cfm_cb) (struct hci_conn *conn, u8 reason); 768 void (*cleanup)(struct hci_conn *conn); 778 struct hci_conn *conn; member 784 struct hci_conn *conn; member 813 struct hci_conn *conn; member 978 static inline bool hci_conn_ssp_enabled(struct hci_conn *conn) in hci_conn_ssp_enabled() argument 980 struct hci_dev *hdev = conn->hdev; in hci_conn_ssp_enabled() 982 test_bit(HCI_CONN_SSP_ENABLED, &conn->flags); in hci_conn_ssp_enabled() [all …]
|
| D | hci_sync.h | 170 int hci_abort_conn_sync(struct hci_dev *hdev, struct hci_conn *conn, u8 reason); 182 int hci_connect_acl_sync(struct hci_dev *hdev, struct hci_conn *conn); 184 int hci_connect_le_sync(struct hci_dev *hdev, struct hci_conn *conn); 186 int hci_cancel_connect_sync(struct hci_dev *hdev, struct hci_conn *conn); 187 int hci_le_conn_update_sync(struct hci_dev *hdev, struct hci_conn *conn, 190 int hci_connect_pa_sync(struct hci_dev *hdev, struct hci_conn *conn); 191 int hci_connect_big_sync(struct hci_dev *hdev, struct hci_conn *conn);
|
| D | l2cap.h | 514 struct l2cap_conn *conn; member 688 int (*probe) (struct l2cap_conn *conn, struct l2cap_user *user); 689 void (*remove) (struct l2cap_conn *conn, struct l2cap_user *user); 974 void l2cap_chan_add(struct l2cap_conn *conn, struct l2cap_chan *chan); 975 void __l2cap_chan_add(struct l2cap_conn *conn, struct l2cap_chan *chan); 977 void l2cap_chan_list(struct l2cap_conn *conn, l2cap_chan_func_t func, 982 struct l2cap_conn *l2cap_conn_get(struct l2cap_conn *conn); 983 struct l2cap_conn *l2cap_conn_hold_unless_zero(struct l2cap_conn *conn); 984 void l2cap_conn_put(struct l2cap_conn *conn); 986 int l2cap_register_user(struct l2cap_conn *conn, struct l2cap_user *user); [all …]
|
| /include/scsi/ |
| D | scsi_transport_iscsi.h | 85 void (*unbind_conn) (struct iscsi_cls_conn *conn, bool is_active); 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); 92 int (*set_param) (struct iscsi_cls_conn *conn, enum iscsi_param param, 96 int (*get_conn_param) (struct iscsi_cls_conn *conn, 105 int (*send_pdu) (struct iscsi_cls_conn *conn, struct iscsi_hdr *hdr, 107 void (*get_stats) (struct iscsi_cls_conn *conn, 118 void (*parse_pdu_itt) (struct iscsi_conn *conn, itt_t itt, 170 extern void iscsi_conn_error_event(struct iscsi_cls_conn *conn, [all …]
|
| 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);
|
| D | libiscsi_tcp.h | 87 extern int iscsi_tcp_recv_skb(struct iscsi_conn *conn, struct sk_buff *skb, 123 extern int iscsi_tcp_set_max_r2t(struct iscsi_conn *conn, char *buf);
|
| /include/dt-bindings/usb/ |
| 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/ |
| 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/ |
| D | rxrpc.h | 642 __field(unsigned int, conn) 648 __entry->conn = conn_debug_id; 654 __entry->conn, 660 TP_PROTO(struct rxrpc_connection *conn, int channel, 663 TP_ARGS(conn, channel, op), 666 __field(unsigned int, conn) 674 __entry->conn = conn ? conn->debug_id : 0; 676 __entry->usage = conn ? refcount_read(&conn->ref) : -2; 678 __entry->cid = conn ? conn->proto.cid : 0; 682 __entry->conn, [all …]
|
| /include/target/iscsi/ |
| 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,
|
| D | iscsi_target_core.h | 479 struct iscsit_conn *conn; member 715 struct iscsit_conn *conn; member 915 extern void iscsit_thread_check_cpumask(struct iscsit_conn *conn,
|
| /include/linux/ |
| D | drbd.h | 251 unsigned conn:5 ; /* 17/32 cstates */ member 271 unsigned conn:5 ; /* 17/32 cstates */
|
| D | fsnotify_backend.h | 784 extern __u32 fsnotify_conn_mask(struct fsnotify_mark_connector *conn); 786 extern void fsnotify_recalc_mask(struct fsnotify_mark_connector *conn);
|
| D | coresight.h | 685 int coresight_add_in_conn(struct coresight_connection *conn);
|
| /include/net/ |
| D | smc.h | 88 struct smc_connection **conn; member
|
| D | llc_conn.h | 112 int llc_conn_remove_acked_pdus(struct sock *conn, u8 nr, u16 *how_many_unacked);
|
| D | cfg80211.h | 6359 struct cfg80211_conn *conn; member
|
| /include/drm/ |
| D | drm_connector.h | 2254 void drm_connector_attach_tv_margin_properties(struct drm_connector *conn); 2295 void drm_connector_create_privacy_screen_properties(struct drm_connector *conn); 2296 void drm_connector_attach_privacy_screen_properties(struct drm_connector *conn); 2342 struct drm_connector *conn; member
|
| /include/media/ |
| D | dvbdev.h | 124 struct media_entity *conn; member
|
| /include/rdma/ |
| D | rdma_cm.h | 94 struct rdma_conn_param conn; member
|
| /include/uapi/rdma/ |
| D | rdma_user_cm.h | 298 struct rdma_ucm_conn_param conn; member
|