Lines Matching refs:config_buf
1828 u8 *config_buf;
1841 config_buf = kmalloc(config_size, GFP_KERNEL);
1842 if (!config_buf)
1848 config_buf,
1851 kfree(config_buf);
1855 config_version = config_buf[CP210X_2NCONFIG_CONFIG_VERSION_IDX];
1856 gpio_pushpull = config_buf[CP210X_2NCONFIG_GPIO_MODE_IDX];
1857 gpio_ctrl = config_buf[CP210X_2NCONFIG_GPIO_CONTROL_IDX];
1858 gpio_rst_latch = config_buf[CP210X_2NCONFIG_GPIO_RSTLATCH_IDX];
1860 kfree(config_buf);