Lines Matching defs:d
170 struct rfcomm_dlc *d = (void *) arg; in rfcomm_dlc_timeout() local
179 static void rfcomm_dlc_set_timer(struct rfcomm_dlc *d, long timeout) in rfcomm_dlc_set_timer()
187 static void rfcomm_dlc_clear_timer(struct rfcomm_dlc *d) in rfcomm_dlc_clear_timer()
195 static void rfcomm_dlc_clear_state(struct rfcomm_dlc *d) in rfcomm_dlc_clear_state()
211 struct rfcomm_dlc *d = kmalloc(sizeof(*d), prio); in rfcomm_dlc_alloc() local
230 void rfcomm_dlc_free(struct rfcomm_dlc *d) in rfcomm_dlc_free()
238 static void rfcomm_dlc_link(struct rfcomm_session *s, struct rfcomm_dlc *d) in rfcomm_dlc_link()
249 static void rfcomm_dlc_unlink(struct rfcomm_dlc *d) in rfcomm_dlc_unlink()
264 struct rfcomm_dlc *d; in rfcomm_dlc_get() local
275 static int __rfcomm_dlc_open(struct rfcomm_dlc *d, bdaddr_t *src, bdaddr_t *dst, u8 channel) in __rfcomm_dlc_open()
321 int rfcomm_dlc_open(struct rfcomm_dlc *d, bdaddr_t *src, bdaddr_t *dst, u8 channel) in rfcomm_dlc_open()
336 static int __rfcomm_dlc_close(struct rfcomm_dlc *d, int err) in __rfcomm_dlc_close()
374 int rfcomm_dlc_close(struct rfcomm_dlc *d, int err) in rfcomm_dlc_close()
389 int rfcomm_dlc_send(struct rfcomm_dlc *d, struct sk_buff *skb) in rfcomm_dlc_send()
409 void fastcall __rfcomm_dlc_throttle(struct rfcomm_dlc *d) in __rfcomm_dlc_throttle()
420 void fastcall __rfcomm_dlc_unthrottle(struct rfcomm_dlc *d) in __rfcomm_dlc_unthrottle()
436 int rfcomm_dlc_set_modem_status(struct rfcomm_dlc *d, u8 v24_sig) in rfcomm_dlc_set_modem_status()
454 int rfcomm_dlc_get_modem_status(struct rfcomm_dlc *d, u8 *v24_sig) in rfcomm_dlc_get_modem_status()
525 struct rfcomm_dlc *d; in rfcomm_session_close() local
664 static int rfcomm_queue_disc(struct rfcomm_dlc *d) in rfcomm_queue_disc()
725 static int rfcomm_send_pn(struct rfcomm_session *s, int cr, struct rfcomm_dlc *d) in rfcomm_send_pn()
979 struct rfcomm_dlc *d = rfcomm_dlc_get(s, dlci); in rfcomm_recv_ua() local
1022 struct rfcomm_dlc *d = rfcomm_dlc_get(s, dlci); in rfcomm_recv_dm() local
1051 struct rfcomm_dlc *d = rfcomm_dlc_get(s, dlci); in rfcomm_recv_disc() local
1082 struct rfcomm_dlc *d; in rfcomm_recv_sabm() local
1136 static int rfcomm_apply_pn(struct rfcomm_dlc *d, int cr, struct rfcomm_pn *pn) in rfcomm_apply_pn()
1161 struct rfcomm_dlc *d; in rfcomm_recv_pn() local
1333 struct rfcomm_dlc *d; in rfcomm_recv_msc() local
1424 struct rfcomm_dlc *d; in rfcomm_recv_data() local
1517 struct rfcomm_dlc *d; in rfcomm_process_connect() local
1534 static inline int rfcomm_process_tx(struct rfcomm_dlc *d) in rfcomm_process_tx()
1584 struct rfcomm_dlc *d; in rfcomm_process_dlcs() local
1852 struct rfcomm_dlc *d; in rfcomm_dlc_dump() local