Lines Matching refs:config_buf
1862 u8 *config_buf;
1875 config_buf = kmalloc(config_size, GFP_KERNEL);
1876 if (!config_buf)
1882 config_buf,
1885 kfree(config_buf);
1889 config_version = config_buf[CP210X_2NCONFIG_CONFIG_VERSION_IDX];
1890 gpio_pushpull = config_buf[CP210X_2NCONFIG_GPIO_MODE_IDX];
1891 gpio_ctrl = config_buf[CP210X_2NCONFIG_GPIO_CONTROL_IDX];
1892 gpio_rst_latch = config_buf[CP210X_2NCONFIG_GPIO_RSTLATCH_IDX];
1894 kfree(config_buf);