Lines Matching defs:ep
127 struct bt_a2dp_ep *ep; in a2dp_get_capabilities_ind() local
153 struct bt_a2dp_ep *ep; in a2dp_process_config_ind() local
271 struct bt_a2dp_ep *ep; in bt_a2dp_media_data_callback() local
295 struct bt_a2dp_ep *ep; in a2dp_ctrl_ind() local
331 struct bt_a2dp_ep *ep = CONTAINER_OF(sep, struct bt_a2dp_ep, sep); in a2dp_open_ind() local
344 struct bt_a2dp_ep *ep = CONTAINER_OF(sep, struct bt_a2dp_ep, sep); in a2dp_start_ind() local
356 struct bt_a2dp_ep *ep = CONTAINER_OF(sep, struct bt_a2dp_ep, sep); in a2dp_suspend_ind() local
369 struct bt_a2dp_ep *ep = CONTAINER_OF(sep, struct bt_a2dp_ep, sep); in a2dp_close_ind() local
382 struct bt_a2dp_ep *ep = CONTAINER_OF(sep, struct bt_a2dp_ep, sep); in a2dp_abort_ind() local
395 struct bt_a2dp_ep *ep; in bt_a2dp_set_config_cb() local
455 struct bt_a2dp_ep *ep = NULL; in bt_a2dp_get_capabilities_cb() local
652 struct bt_a2dp_ep *ep; in bt_a2dp_ctrl_cb() local
678 struct bt_a2dp_ep *ep = CONTAINER_OF(CTRL_REQ(req)->sep, struct bt_a2dp_ep, sep); in bt_a2dp_open_cb() local
689 struct bt_a2dp_ep *ep = CONTAINER_OF(CTRL_REQ(req)->sep, struct bt_a2dp_ep, sep); in bt_a2dp_start_cb() local
699 struct bt_a2dp_ep *ep = CONTAINER_OF(CTRL_REQ(req)->sep, struct bt_a2dp_ep, sep); in bt_a2dp_suspend_cb() local
709 struct bt_a2dp_ep *ep = CONTAINER_OF(CTRL_REQ(req)->sep, struct bt_a2dp_ep, sep); in bt_a2dp_close_cb() local
719 struct bt_a2dp_ep *ep = CONTAINER_OF(CTRL_REQ(req)->sep, struct bt_a2dp_ep, sep); in bt_a2dp_abort_cb() local
858 struct bt_a2dp_ep *ep; in a2dp_stream_l2cap_disconnected() local
966 int bt_a2dp_register_ep(struct bt_a2dp_ep *ep, uint8_t media_type, uint8_t sep_type) in bt_a2dp_register_ep()