config_buf
if (d->config_buf) {
kfree(d->config_buf[i]);
kfree(d->config_buf);
ret = regmap_write(map, reg, d->config_buf[i][j]);
ret = d->chip->set_type_config(d->config_buf, type, irq_data,
unsigned int **config_buf;
d->config_buf = kcalloc(chip->num_config_bases,
sizeof(*d->config_buf), GFP_KERNEL);
if (!d->config_buf)
d->config_buf[i] = kcalloc(chip->num_config_regs,
sizeof(**d->config_buf),
if (!d->config_buf[i])
if (d->config_buf) {
kfree(d->config_buf[i]);
kfree(d->config_buf);
struct cfe_config_buffer *config_buf;
config_buf = to_cfe_config_buffer(cfe->node[FE_CONFIG].next_frm);
pisp_fe_submit_job(&cfe->fe, vb2_bufs, &config_buf->config);
void *config_buf, int buf_len);
void *config_buf, int buf_len)
sja1105_static_config_pack(config_buf, config);
final_header_ptr = config_buf + buf_len - SJA1105_SIZE_TABLE_HEADER;
final_header.crc = sja1105_crc32(config_buf, crc_len);
u8 *config_buf;
config_buf = kcalloc(buf_len, sizeof(char), GFP_KERNEL);
if (!config_buf)
rc = static_config_buf_prepare_for_upload(priv, config_buf, buf_len);
config_buf, buf_len);
kfree(config_buf);
return config_buf(c, speed, cdev->req->buf, type);
value = config_buf (dev,
u8 *config_buf;
config_buf = kmalloc(config_size, GFP_KERNEL);
if (!config_buf)
config_buf,
kfree(config_buf);
config_version = config_buf[CP210X_2NCONFIG_CONFIG_VERSION_IDX];
gpio_pushpull = config_buf[CP210X_2NCONFIG_GPIO_MODE_IDX];
gpio_ctrl = config_buf[CP210X_2NCONFIG_GPIO_CONTROL_IDX];
gpio_rst_latch = config_buf[CP210X_2NCONFIG_GPIO_RSTLATCH_IDX];
kfree(config_buf);
void *config_buf, u64 api_version)
dev->config = config_buf;
char *config_buf, unsigned int len,
memset(config_buf, 0, len);
if (len < strlen(config_buf) + element_size + 1)
strcat(config_buf, p);
strcat(config_buf, ";");