Home
last modified time | relevance | path

Searched refs:config_buf (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/base/regmap/
H A Dregmap-irq.c41 unsigned int **config_buf; member
182 ret = regmap_write(map, reg, d->config_buf[i][j]); in regmap_irq_sync_unlock()
265 ret = d->chip->set_type_config(d->config_buf, type, irq_data, in regmap_irq_set_type()
719 d->config_buf = kcalloc(chip->num_config_bases, in regmap_add_irq_chip_fwnode()
720 sizeof(*d->config_buf), GFP_KERNEL); in regmap_add_irq_chip_fwnode()
721 if (!d->config_buf) in regmap_add_irq_chip_fwnode()
725 d->config_buf[i] = kcalloc(chip->num_config_regs, in regmap_add_irq_chip_fwnode()
726 sizeof(**d->config_buf), in regmap_add_irq_chip_fwnode()
728 if (!d->config_buf[i]) in regmap_add_irq_chip_fwnode()
899 if (d->config_buf) { in regmap_add_irq_chip_fwnode()
[all …]
/openbmc/linux/scripts/gdb/linux/
H A Dconfig.py37 config_buf = zlib.decompress(zconfig_buf, 16)
39 f.write(config_buf)
/openbmc/linux/drivers/net/dsa/sja1105/
H A Dsja1105_spi.c280 void *config_buf, int buf_len) in static_config_buf_prepare_for_upload() argument
297 sja1105_static_config_pack(config_buf, config); in static_config_buf_prepare_for_upload()
303 final_header_ptr = config_buf + buf_len - SJA1105_SIZE_TABLE_HEADER; in static_config_buf_prepare_for_upload()
306 final_header.crc = sja1105_crc32(config_buf, crc_len); in static_config_buf_prepare_for_upload()
323 u8 *config_buf; in sja1105_static_config_upload() local
327 config_buf = kcalloc(buf_len, sizeof(char), GFP_KERNEL); in sja1105_static_config_upload()
328 if (!config_buf) in sja1105_static_config_upload()
331 rc = static_config_buf_prepare_for_upload(priv, config_buf, buf_len); in sja1105_static_config_upload()
363 config_buf, buf_len); in sja1105_static_config_upload()
407 kfree(config_buf); in sja1105_static_config_upload()
H A Dsja1105.h337 void *config_buf, int buf_len);
/openbmc/linux/drivers/usb/serial/
H A Dcp210x.c1829 u8 *config_buf; in cp2102n_gpioconf_init() local
1842 config_buf = kmalloc(config_size, GFP_KERNEL); in cp2102n_gpioconf_init()
1843 if (!config_buf) in cp2102n_gpioconf_init()
1849 config_buf, in cp2102n_gpioconf_init()
1852 kfree(config_buf); in cp2102n_gpioconf_init()
1856 config_version = config_buf[CP210X_2NCONFIG_CONFIG_VERSION_IDX]; in cp2102n_gpioconf_init()
1857 gpio_pushpull = config_buf[CP210X_2NCONFIG_GPIO_MODE_IDX]; in cp2102n_gpioconf_init()
1858 gpio_ctrl = config_buf[CP210X_2NCONFIG_GPIO_CONTROL_IDX]; in cp2102n_gpioconf_init()
1859 gpio_rst_latch = config_buf[CP210X_2NCONFIG_GPIO_RSTLATCH_IDX]; in cp2102n_gpioconf_init()
1861 kfree(config_buf); in cp2102n_gpioconf_init()
/openbmc/linux/tools/hv/
H A Dhv_kvp_daemon.c638 char *config_buf, unsigned int len, in kvp_process_ipconfig_file() argument
654 memset(config_buf, 0, len); in kvp_process_ipconfig_file()
656 if (len < strlen(config_buf) + element_size + 1) in kvp_process_ipconfig_file()
663 strcat(config_buf, p); in kvp_process_ipconfig_file()
664 strcat(config_buf, ";"); in kvp_process_ipconfig_file()
/openbmc/u-boot/drivers/usb/gadget/
H A Dcomposite.c161 static int config_buf(struct usb_configuration *config, in config_buf() function
240 return config_buf(c, speed, cdev->req->buf, type); in config_desc()
H A Dether.c878 config_buf(struct usb_gadget *g, u8 *buf, u8 type, unsigned index, int is_otg) in config_buf() function
1284 value = config_buf(gadget, req->buf, in eth_setup()
/openbmc/linux/drivers/usb/gadget/legacy/
H A Dinode.c1303 config_buf (struct dev_data *dev, u8 type, unsigned index) in config_buf() function
1399 value = config_buf (dev, in gadgetfs_setup()
/openbmc/linux/drivers/vdpa/vdpa_user/
H A Dvduse_dev.c1782 void *config_buf, u64 api_version) in vduse_create_dev() argument
1805 dev->config = config_buf; in vduse_create_dev()
/openbmc/linux/drivers/usb/gadget/
H A Dcomposite.c563 static int config_buf(struct usb_configuration *config, in config_buf() function
671 return config_buf(c, speed, cdev->req->buf, type); in config_desc()