Searched defs:mcl (Results 1 – 7 of 7) sorted by relevance
/external/bluetooth/bluez/health/ |
D | mcap.c | 55 struct mcap_mcl *mcl; /* MCL for this operation */ member 107 static uint8_t default_mdl_conn_req_cb(struct mcap_mcl *mcl, in default_mdl_conn_req_cb() 124 static void set_default_cb(struct mcap_mcl *mcl) in set_default_cb() 169 static gboolean mcap_send_std_opcode(struct mcap_mcl *mcl, void *cmd, in mcap_send_std_opcode() 208 static void update_mcl_state(struct mcap_mcl *mcl) in update_mcl_state() 277 static void free_mcl_priv_data(struct mcap_mcl *mcl) in free_mcl_priv_data() 283 static void mcap_notify_error(struct mcap_mcl *mcl, GError *err) in mcap_notify_error() 349 static int mcap_send_cmd(struct mcap_mcl *mcl, uint8_t oc, uint8_t rc, in mcap_send_cmd() 374 static struct mcap_mdl *get_mdl(struct mcap_mcl *mcl, uint16_t mdlid) in get_mdl() 388 static uint16_t generate_mdlid(struct mcap_mcl *mcl) in generate_mdlid() [all …]
|
D | mcap_sync.c | 100 static int send_sync_cmd(struct mcap_mcl *mcl, const void *buf, uint32_t size) in send_sync_cmd() 111 static int send_unsupported_cap_req(struct mcap_mcl *mcl) in send_unsupported_cap_req() 126 static int send_unsupported_set_req(struct mcap_mcl *mcl) in send_unsupported_set_req() 151 void mcap_sync_init(struct mcap_mcl *mcl) in mcap_sync_init() 167 void mcap_sync_stop(struct mcap_mcl *mcl) in mcap_sync_stop() 231 static gboolean read_btclock(struct mcap_mcl *mcl, uint32_t *btclock, in read_btclock() 249 static gboolean read_btclock_retry(struct mcap_mcl *mcl, uint32_t *btclock, in read_btclock_retry() 263 static gboolean get_btrole(struct mcap_mcl *mcl) in get_btrole() 280 uint64_t mcap_get_timestamp(struct mcap_mcl *mcl, in mcap_get_timestamp() 300 uint32_t mcap_get_btclock(struct mcap_mcl *mcl) in mcap_get_btclock() [all …]
|
D | hdp.c | 229 static gint cmp_dev_mcl(gconstpointer a, gconstpointer mcl) in cmp_dev_mcl() 1064 static uint8_t hdp_mcap_mdl_conn_req_cb(struct mcap_mcl *mcl, uint8_t mdepid, in hdp_mcap_mdl_conn_req_cb() 1214 static void mcl_connected(struct mcap_mcl *mcl, gpointer data) in mcl_connected() 1247 static void mcl_reconnected(struct mcap_mcl *mcl, gpointer data) in mcl_reconnected() 1264 static void mcl_disconnected(struct mcap_mcl *mcl, gpointer data) in mcl_disconnected() 1279 static void mcl_uncached(struct mcap_mcl *mcl, gpointer data) in mcl_uncached()
|
D | hdp_types.h | 104 struct mcap_mcl *mcl; /* The mcap control channel */ member
|
D | mcap_internal.h | 116 struct mcap_mcl *mcl; /* MCL where this MDL belongs */ member
|
D | hdp_util.c | 1013 static void create_mcl_cb(struct mcap_mcl *mcl, GError *err, gpointer data) in create_mcl_cb()
|
/external/kernel-headers/original/asm-x86/xen/ |
D | hypercall.h | 312 MULTI_update_va_mapping(struct multicall_entry *mcl, unsigned long va, in MULTI_update_va_mapping() 328 MULTI_grant_table_op(struct multicall_entry *mcl, unsigned int cmd, in MULTI_grant_table_op() 338 MULTI_update_va_mapping_otherdomain(struct multicall_entry *mcl, unsigned long va, in MULTI_update_va_mapping_otherdomain() 356 MULTI_update_descriptor(struct multicall_entry *mcl, u64 maddr, in MULTI_update_descriptor() 367 MULTI_memory_op(struct multicall_entry *mcl, unsigned int cmd, void *arg) in MULTI_memory_op() 375 MULTI_mmu_update(struct multicall_entry *mcl, struct mmu_update *req, in MULTI_mmu_update() 386 MULTI_mmuext_op(struct multicall_entry *mcl, struct mmuext_op *op, int count, in MULTI_mmuext_op() 397 MULTI_set_gdt(struct multicall_entry *mcl, unsigned long *frames, int entries) in MULTI_set_gdt() 405 MULTI_stack_switch(struct multicall_entry *mcl, in MULTI_stack_switch()
|