Searched refs:config_buf (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/tools/hv/ |
D | hv_kvp_daemon.c | 749 char *config_buf, unsigned int len, in kvp_process_ipconfig_file() argument 765 memset(config_buf, 0, len); in kvp_process_ipconfig_file() 767 if (len < strlen(config_buf) + element_size + 1) in kvp_process_ipconfig_file() 774 strcat(config_buf, p); in kvp_process_ipconfig_file() 775 strcat(config_buf, ";"); in kvp_process_ipconfig_file()
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | inode.c | 1278 config_buf (struct dev_data *dev, u8 type, unsigned index) in config_buf() function 1364 value = config_buf (dev, in gadgetfs_setup()
|
/linux-4.4.14/drivers/usb/gadget/ |
D | composite.c | 385 static int config_buf(struct usb_configuration *config, in config_buf() function 499 return config_buf(c, speed, cdev->req->buf, type); in config_desc()
|