config_buf        359 drivers/net/dsa/sja1105/sja1105_spi.c 				     void *config_buf, int buf_len)
config_buf        375 drivers/net/dsa/sja1105/sja1105_spi.c 	sja1105_static_config_pack(config_buf, config);
config_buf        381 drivers/net/dsa/sja1105/sja1105_spi.c 	final_header_ptr = config_buf + buf_len - SJA1105_SIZE_TABLE_HEADER;
config_buf        384 drivers/net/dsa/sja1105/sja1105_spi.c 	final_header.crc = sja1105_crc32(config_buf, crc_len);
config_buf        401 drivers/net/dsa/sja1105/sja1105_spi.c 	u8 *config_buf;
config_buf        405 drivers/net/dsa/sja1105/sja1105_spi.c 	config_buf = kcalloc(buf_len, sizeof(char), GFP_KERNEL);
config_buf        406 drivers/net/dsa/sja1105/sja1105_spi.c 	if (!config_buf)
config_buf        409 drivers/net/dsa/sja1105/sja1105_spi.c 	rc = static_config_buf_prepare_for_upload(priv, config_buf, buf_len);
config_buf        442 drivers/net/dsa/sja1105/sja1105_spi.c 						      config_buf, buf_len);
config_buf        492 drivers/net/dsa/sja1105/sja1105_spi.c 	kfree(config_buf);
config_buf        558 drivers/usb/gadget/composite.c 			return config_buf(c, speed, cdev->req->buf, type);
config_buf       1386 drivers/usb/gadget/legacy/inode.c 			value = config_buf (dev,
config_buf       1620 drivers/usb/serial/cp210x.c 	u8 *config_buf;
config_buf       1633 drivers/usb/serial/cp210x.c 	config_buf = kmalloc(config_size, GFP_KERNEL);
config_buf       1634 drivers/usb/serial/cp210x.c 	if (!config_buf)
config_buf       1640 drivers/usb/serial/cp210x.c 					  config_buf,
config_buf       1643 drivers/usb/serial/cp210x.c 		kfree(config_buf);
config_buf       1647 drivers/usb/serial/cp210x.c 	config_version = config_buf[CP210X_2NCONFIG_CONFIG_VERSION_IDX];
config_buf       1648 drivers/usb/serial/cp210x.c 	gpio_pushpull = config_buf[CP210X_2NCONFIG_GPIO_MODE_IDX];
config_buf       1649 drivers/usb/serial/cp210x.c 	gpio_ctrl = config_buf[CP210X_2NCONFIG_GPIO_CONTROL_IDX];
config_buf       1650 drivers/usb/serial/cp210x.c 	gpio_rst_latch = config_buf[CP210X_2NCONFIG_GPIO_RSTLATCH_IDX];
config_buf       1652 drivers/usb/serial/cp210x.c 	kfree(config_buf);
config_buf        638 tools/hv/hv_kvp_daemon.c 					char *config_buf, unsigned int len,
config_buf        654 tools/hv/hv_kvp_daemon.c 		memset(config_buf, 0, len);
config_buf        656 tools/hv/hv_kvp_daemon.c 		if (len < strlen(config_buf) + element_size + 1)
config_buf        663 tools/hv/hv_kvp_daemon.c 		strcat(config_buf, p);
config_buf        664 tools/hv/hv_kvp_daemon.c 		strcat(config_buf, ";");