Home
last modified time | relevance | path

Searched defs:proc (Results 1 – 15 of 15) sorted by relevance

/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/src/
Dble_gattc.c496 static void ble_gattc_log_disc_svc_uuid(struct ble_gattc_proc *proc) in ble_gattc_log_disc_svc_uuid()
503 static void ble_gattc_log_find_inc_svcs(struct ble_gattc_proc *proc) in ble_gattc_log_find_inc_svcs()
511 static void ble_gattc_log_disc_all_chrs(struct ble_gattc_proc *proc) in ble_gattc_log_disc_all_chrs()
519 static void ble_gattc_log_disc_chr_uuid(struct ble_gattc_proc *proc) in ble_gattc_log_disc_chr_uuid()
529 static void ble_gattc_log_disc_all_dscs(struct ble_gattc_proc *proc) in ble_gattc_log_disc_all_dscs()
552 static void ble_gattc_log_read_long(struct ble_gattc_proc *proc) in ble_gattc_log_read_long()
585 static void ble_gattc_log_write_long(struct ble_gattc_proc *proc) in ble_gattc_log_write_long()
593 static void ble_gattc_log_write_reliable(struct ble_gattc_proc *proc) in ble_gattc_log_write_reliable()
653 struct ble_gattc_proc *proc; in ble_gattc_proc_alloc() local
665 static void ble_gattc_proc_free(struct ble_gattc_proc *proc) in ble_gattc_proc_free()
[all …]
Dble_sm.c208 static void ble_sm_dbg_assert_not_inserted(struct ble_sm_proc *proc) in ble_sm_dbg_assert_not_inserted()
227 struct ble_sm_proc *proc; in ble_sm_num_procs() local
298 static int ble_sm_gen_ltk(struct ble_sm_proc *proc, uint8_t *ltk) in ble_sm_gen_ltk()
321 static int ble_sm_gen_csrk(struct ble_sm_proc *proc, uint8_t *csrk) in ble_sm_gen_csrk()
342 static void ble_sm_proc_set_timer(struct ble_sm_proc *proc) in ble_sm_proc_set_timer()
365 struct ble_sm_proc *proc; in ble_sm_proc_alloc() local
377 static void ble_sm_proc_free(struct ble_sm_proc *proc) in ble_sm_proc_free()
389 static void ble_sm_proc_remove(struct ble_sm_proc *proc, struct ble_sm_proc *prev) in ble_sm_proc_remove()
455 void ble_sm_ia_ra(struct ble_sm_proc *proc, in ble_sm_ia_ra()
477 static void ble_sm_persist_keys(struct ble_sm_proc *proc) in ble_sm_persist_keys()
[all …]
Dble_sm_sc.c94 int ble_sm_sc_io_action(struct ble_sm_proc *proc, uint8_t *action) in ble_sm_sc_io_action()
192 static int ble_sm_sc_initiator_txes_confirm(struct ble_sm_proc *proc) in ble_sm_sc_initiator_txes_confirm()
205 static int ble_sm_sc_responder_verifies_random(struct ble_sm_proc *proc) in ble_sm_sc_responder_verifies_random()
216 static int ble_sm_sc_gen_ri(struct ble_sm_proc *proc) in ble_sm_sc_gen_ri()
243 void ble_sm_sc_oob_confirm(struct ble_sm_proc *proc, struct ble_sm_result *res) in ble_sm_sc_oob_confirm()
279 void ble_sm_sc_confirm_exec(struct ble_sm_proc *proc, struct ble_sm_result *res) in ble_sm_sc_confirm_exec()
324 static void ble_sm_sc_gen_numcmp(struct ble_sm_proc *proc, struct ble_sm_result *res) in ble_sm_sc_gen_numcmp()
349 static int ble_sm_sc_random_advance(struct ble_sm_proc *proc) in ble_sm_sc_random_advance()
367 void ble_sm_sc_random_exec(struct ble_sm_proc *proc, struct ble_sm_result *res) in ble_sm_sc_random_exec()
411 void ble_sm_sc_random_rx(struct ble_sm_proc *proc, struct ble_sm_result *res) in ble_sm_sc_random_rx()
[all …]
Dble_l2cap_sig.c179 static void ble_l2cap_sig_dbg_assert_proc_not_inserted(struct ble_l2cap_sig_proc *proc) in ble_l2cap_sig_dbg_assert_proc_not_inserted()
220 struct ble_l2cap_sig_proc *proc; in ble_l2cap_sig_proc_alloc() local
232 static void ble_l2cap_sig_proc_free(struct ble_l2cap_sig_proc *proc) in ble_l2cap_sig_proc_free()
244 static void ble_l2cap_sig_proc_insert(struct ble_l2cap_sig_proc *proc) in ble_l2cap_sig_proc_insert()
263 static int ble_l2cap_sig_proc_matches(struct ble_l2cap_sig_proc *proc, in ble_l2cap_sig_proc_matches()
296 struct ble_l2cap_sig_proc *proc; in ble_l2cap_sig_proc_extract() local
324 static void ble_l2cap_sig_proc_set_timer(struct ble_l2cap_sig_proc *proc) in ble_l2cap_sig_proc_set_timer()
331 static void ble_l2cap_sig_process_status(struct ble_l2cap_sig_proc *proc, int status) in ble_l2cap_sig_process_status()
345 static void ble_l2cap_sig_update_call_cb(struct ble_l2cap_sig_proc *proc, int status) in ble_l2cap_sig_update_call_cb()
425 struct ble_l2cap_sig_proc *proc; in ble_l2cap_sig_update_rsp_rx() local
[all …]
Dble_sm_lgcy.c59 int ble_sm_lgcy_io_action(struct ble_sm_proc *proc, uint8_t *action) in ble_sm_lgcy_io_action()
104 void ble_sm_lgcy_confirm_exec(struct ble_sm_proc *proc, struct ble_sm_result *res) in ble_sm_lgcy_confirm_exec()
147 static int ble_sm_gen_stk(struct ble_sm_proc *proc) in ble_sm_gen_stk()
162 void ble_sm_lgcy_random_exec(struct ble_sm_proc *proc, struct ble_sm_result *res) in ble_sm_lgcy_random_exec()
189 void ble_sm_lgcy_random_rx(struct ble_sm_proc *proc, struct ble_sm_result *res) in ble_sm_lgcy_random_rx()
Dble_sm_priv.h336 #define ble_sm_lgcy_io_action(proc, action) (BLE_HS_ENOTSUP) argument
337 #define ble_sm_lgcy_confirm_exec(proc, res) argument
338 #define ble_sm_lgcy_random_exec(proc, res) argument
339 #define ble_sm_lgcy_random_rx(proc, res) argument
364 #define ble_sm_sc_io_action(proc, action) (BLE_HS_ENOTSUP) argument
365 #define ble_sm_sc_confirm_exec(proc, res) argument
366 #define ble_sm_sc_random_exec(proc, res) argument
367 #define ble_sm_sc_random_rx(proc, res) argument
368 #define ble_sm_sc_public_key_exec(proc, res, arg) argument
370 #define ble_sm_sc_dhkey_check_exec(proc, res, arg) argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/vo_dev/mkp/src/
Dvou_proc.c270 osal_proc_entry_t *proc = HI_NULL; in vo_mod_init_proc() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
Dosal_proc.c214 struct proc_dir_entry *proc = NULL; in osal_proc_mkdir() local
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
Dosal_proc.c242 struct proc_dir_entry *proc = NULL; in osal_proc_create_dir() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/sysd/mkp/src/
Dsys_ext.c922 osal_proc_entry_t *proc = HI_NULL; in sys_do_mod_init() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/mmz/
Dmedia_mem.c1159 osal_proc_entry_t *proc = NULL; local
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/src/
Dtde_ioctl.c255 osal_proc_entry_t *proc = HI_NULL; in tde_init_create() local
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/
Ddev_disp.h45 void (*proc)(u32 screen_id); member
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/wlan/
Dxradio.h354 struct bh_proc proc; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
Ddrv_hdmi_intf.c4202 osal_proc_entry_t *proc = NULL; local