Searched refs:config_done (Results 1 – 7 of 7) sorted by relevance
703 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 …]
1755 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()
1582 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()
954 p_ccb->config_done = CFG_DONE_MASK; in L2CA_LocalLoopbackReq()
376 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()
42 void (*config_done)(struct device *dev, bool async); member
301 UINT8 config_done; /* Configuration flag word */ member