Lines Matching defs:config
665 const struct mhi_controller_config *config)
672 num = config->num_events;
682 event_cfg = &config->event_cfg[i];
748 const struct mhi_controller_config *config)
755 mhi_cntrl->max_chan = config->max_channels;
770 for (i = 0; i < config->num_channels; i++) {
773 ch_cfg = &config->ch_cfg[i];
866 const struct mhi_controller_config *config)
871 ret = parse_ch_cfg(mhi_cntrl, config);
876 ret = parse_ev_cfg(mhi_cntrl, config);
880 mhi_cntrl->timeout_ms = config->timeout_ms;
884 mhi_cntrl->bounce_buf = config->use_bounce_buf;
885 mhi_cntrl->buffer_len = config->buf_len;
891 if (config->m2_no_db)
903 const struct mhi_controller_config *config)
919 ret = parse_config(mhi_cntrl, config);