Lines Matching defs:configure
39 /* Map for pending configure tasks. */
52 /* Wait queue for configure completion events. */
312 static DEVICE_ATTR(configure, 0644, chp_configure_show, chp_configure_write);
657 * chp_info_get_status - retrieve configure status of a channel-path
687 /* Return configure task for chpid. */
693 /* Set configure task for chpid. */
699 /* Fetch the first configure task. Set chpid accordingly. */
713 /* Perform one configure/deconfigure request. Reschedule work function until
762 * @configure: Non-zero for configure, zero for deconfigure
766 void chp_cfg_schedule(struct chp_id chpid, int configure)
769 configure);
771 cfg_set_task(chpid, configure ? cfg_configure : cfg_deconfigure);