Home
last modified time | relevance | path

Searched refs:config_done (Results 1 – 7 of 7) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/
Dl2c_csm.c703 p_ccb->config_done |= OB_CFG_DONE; in l2c_csm_config()
705 if (p_ccb->config_done & IB_CFG_DONE) { in l2c_csm_config()
715 p_ccb->config_done |= RECONFIG_FLAG; in l2c_csm_config()
787 p_ccb->config_done |= IB_CFG_DONE; in l2c_csm_config()
789 if (p_ccb->config_done & OB_CFG_DONE) { in l2c_csm_config()
799 p_ccb->config_done |= RECONFIG_FLAG; in l2c_csm_config()
854 if (p_ccb->config_done & OB_CFG_DONE) { in l2c_csm_config()
928 tempcfgdone = p_ccb->config_done; in l2c_csm_open()
930 p_ccb->config_done &= ~CFG_DONE_MASK; in l2c_csm_open()
942 p_ccb->config_done = tempcfgdone; in l2c_csm_open()
[all …]
Dl2c_fcr.c1755 if (p_cfg->fcr_present && !(p_ccb->config_done & RECONFIG_FLAG)) { in l2c_fcr_adj_our_req_options()
1918 if (!p_cfg->fcr_present || (p_ccb->config_done & RECONFIG_FLAG)) { in l2c_fcr_renegotiate_chan()
Dl2c_utils.c1582 p_ccb->config_done = 0; in l2cu_allocate_ccb()
1584 … L2CAP_TRACE_DEBUG ("l2cu_allocate_ccb: cid 0x%04x config_done:0x%x", cid, p_ccb->config_done); in l2cu_allocate_ccb()
Dl2c_api.c954 p_ccb->config_done = CFG_DONE_MASK; in L2CA_LocalLoopbackReq()
/device/board/isoftstone/yangfan/kernel/src/driv/gpu/rockchip/
Drockchip_drm_backlight.c376 if (current_sub->ops->config_done) in rockchip_drm_backlight_update_status()
377 current_sub->ops->config_done(current_sub->dev, in rockchip_drm_backlight_update_status()
397 if (current_sub->ops->config_done) in rockchip_drm_backlight_update_status()
398 current_sub->ops->config_done(current_sub->dev, true); in rockchip_drm_backlight_update_status()
401 if (sub->ops->config_done) in rockchip_drm_backlight_update_status()
402 sub->ops->config_done(sub->dev, async); in rockchip_drm_backlight_update_status()
Drockchip_drm_backlight.h42 void (*config_done)(struct device *dev, bool async); member
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h301 UINT8 config_done; /* Configuration flag word */ member