Lines Matching refs:config
231 * ap_fetch_qci_info(): Fetch cryptographic config info
248 * ap_init_qci_info(): Allocate and query qci config info.
1037 * A config change has happened, force an ap bus rescan.
1041 AP_DBF_DBG("%s config change, forcing bus rescan\n", __func__);
1757 /* Notify all drivers about an qci config change */
1814 * to the existing queue devices. Also take care of the config
1826 AP_DBF_INFO("%s(%d,%d) not in config anymore, rm queue dev\n",
1857 aq->config = !decfg;
1912 /* config state change */
1913 if (decfg && aq->config) {
1914 /* config off this queue device */
1915 aq->config = false;
1921 AP_DBF_DBG("%s(%d,%d) queue dev config off\n",
1923 ap_send_config_uevent(&aq->ap_dev, aq->config);
1927 } else if (!decfg && !aq->config) {
1928 /* config on this queue device */
1929 aq->config = true;
1933 AP_DBF_DBG("%s(%d,%d) queue dev config on\n",
1935 ap_send_config_uevent(&aq->ap_dev, aq->config);
1977 AP_DBF_INFO("%s(%d) ap not in config any more, rm card and queue devs\n",
2053 /* handle config state change */
2054 if (decfg && ac->config) {
2055 ac->config = false;
2056 AP_DBF_INFO("%s(%d) card dev config off\n",
2058 ap_send_config_uevent(&ac->ap_dev, ac->config);
2059 } else if (!decfg && !ac->config) {
2060 ac->config = true;
2061 AP_DBF_INFO("%s(%d) card dev config on\n",
2063 ap_send_config_uevent(&ac->ap_dev, ac->config);
2082 ac->config = !decfg;
2154 /* config change notify */