• Home
  • Raw
  • Download

Lines Matching defs:s

121 static inline void rfcomm_session_put(struct rfcomm_session *s)  in rfcomm_session_put()
317 static void rfcomm_dlc_link(struct rfcomm_session *s, struct rfcomm_dlc *d) in rfcomm_dlc_link()
330 struct rfcomm_session *s = d->session; in rfcomm_dlc_unlink() local
341 static struct rfcomm_dlc *rfcomm_dlc_get(struct rfcomm_session *s, u8 dlci) in rfcomm_dlc_get()
356 struct rfcomm_session *s; in __rfcomm_dlc_open() local
422 struct rfcomm_session *s = d->session; in __rfcomm_dlc_close() local
562 struct rfcomm_session *s = kzalloc(sizeof(*s), GFP_KERNEL); in rfcomm_session_add() local
589 static void rfcomm_session_del(struct rfcomm_session *s) in rfcomm_session_del()
609 struct rfcomm_session *s; in rfcomm_session_get() local
623 static void rfcomm_session_close(struct rfcomm_session *s, int err) in rfcomm_session_close()
646 struct rfcomm_session *s = NULL; in rfcomm_session_create() local
695 void rfcomm_session_getaddr(struct rfcomm_session *s, bdaddr_t *src, bdaddr_t *dst) in rfcomm_session_getaddr()
705 static int rfcomm_send_frame(struct rfcomm_session *s, u8 *data, int len) in rfcomm_send_frame()
718 static int rfcomm_send_sabm(struct rfcomm_session *s, u8 dlci) in rfcomm_send_sabm()
732 static int rfcomm_send_ua(struct rfcomm_session *s, u8 dlci) in rfcomm_send_ua()
746 static int rfcomm_send_disc(struct rfcomm_session *s, u8 dlci) in rfcomm_send_disc()
782 static int rfcomm_send_dm(struct rfcomm_session *s, u8 dlci) in rfcomm_send_dm()
796 static int rfcomm_send_nsc(struct rfcomm_session *s, int cr, u8 type) in rfcomm_send_nsc()
821 static int rfcomm_send_pn(struct rfcomm_session *s, int cr, struct rfcomm_dlc *d) in rfcomm_send_pn()
863 int rfcomm_send_rpn(struct rfcomm_session *s, int cr, u8 dlci, in rfcomm_send_rpn()
901 static int rfcomm_send_rls(struct rfcomm_session *s, int cr, u8 dlci, u8 status) in rfcomm_send_rls()
928 static int rfcomm_send_msc(struct rfcomm_session *s, int cr, u8 dlci, u8 v24_sig) in rfcomm_send_msc()
955 static int rfcomm_send_fcoff(struct rfcomm_session *s, int cr) in rfcomm_send_fcoff()
977 static int rfcomm_send_fcon(struct rfcomm_session *s, int cr) in rfcomm_send_fcon()
999 static int rfcomm_send_test(struct rfcomm_session *s, int cr, u8 *pattern, int len) in rfcomm_send_test()
1031 static int rfcomm_send_credits(struct rfcomm_session *s, u8 addr, u8 credits) in rfcomm_send_credits()
1071 static int rfcomm_recv_ua(struct rfcomm_session *s, u8 dlci) in rfcomm_recv_ua()
1123 static int rfcomm_recv_dm(struct rfcomm_session *s, u8 dlci) in rfcomm_recv_dm()
1153 static int rfcomm_recv_disc(struct rfcomm_session *s, u8 dlci) in rfcomm_recv_disc()
1227 static int rfcomm_recv_sabm(struct rfcomm_session *s, u8 dlci) in rfcomm_recv_sabm()
1271 struct rfcomm_session *s = d->session; in rfcomm_apply_pn() local
1298 static int rfcomm_recv_pn(struct rfcomm_session *s, int cr, struct sk_buff *skb) in rfcomm_recv_pn()
1350 static int rfcomm_recv_rpn(struct rfcomm_session *s, int cr, int len, struct sk_buff *skb) in rfcomm_recv_rpn()
1456 static int rfcomm_recv_rls(struct rfcomm_session *s, int cr, struct sk_buff *skb) in rfcomm_recv_rls()
1475 static int rfcomm_recv_msc(struct rfcomm_session *s, int cr, struct sk_buff *skb) in rfcomm_recv_msc()
1511 static int rfcomm_recv_mcc(struct rfcomm_session *s, struct sk_buff *skb) in rfcomm_recv_mcc()
1571 static int rfcomm_recv_data(struct rfcomm_session *s, u8 dlci, int pf, struct sk_buff *skb) in rfcomm_recv_data()
1604 static int rfcomm_recv_frame(struct rfcomm_session *s, struct sk_buff *skb) in rfcomm_recv_frame()
1664 static void rfcomm_process_connect(struct rfcomm_session *s) in rfcomm_process_connect()
1736 static inline void rfcomm_process_dlcs(struct rfcomm_session *s) in rfcomm_process_dlcs()
1791 static inline void rfcomm_process_rx(struct rfcomm_session *s) in rfcomm_process_rx()
1813 static inline void rfcomm_accept_connection(struct rfcomm_session *s) in rfcomm_accept_connection()
1846 static inline void rfcomm_check_connection(struct rfcomm_session *s) in rfcomm_check_connection()
1877 struct rfcomm_session *s; in rfcomm_process_sessions() local
1910 struct rfcomm_session *s; in rfcomm_add_listener() local
1958 struct rfcomm_session *s; in rfcomm_kill_listener() local
1998 struct rfcomm_session *s; in rfcomm_security_cfm() local
2053 struct rfcomm_session *s; in rfcomm_dlc_sysfs_show() local