Searched refs:config_buf (Results 1 – 8 of 8) sorted by relevance
| /drivers/base/regmap/ |
| A D | regmap-irq.c | 45 unsigned int **config_buf; member 767 sizeof(*d->config_buf), GFP_KERNEL); in regmap_add_irq_chip_fwnode() 768 if (!d->config_buf) in regmap_add_irq_chip_fwnode() 773 sizeof(**d->config_buf), in regmap_add_irq_chip_fwnode() 775 if (!d->config_buf[i]) in regmap_add_irq_chip_fwnode() 958 if (d->config_buf) { in regmap_add_irq_chip_fwnode() 960 kfree(d->config_buf[i]); in regmap_add_irq_chip_fwnode() 961 kfree(d->config_buf); in regmap_add_irq_chip_fwnode() 1035 if (d->config_buf) { in regmap_del_irq_chip() 1037 kfree(d->config_buf[i]); in regmap_del_irq_chip() [all …]
|
| /drivers/net/dsa/sja1105/ |
| A D | sja1105_spi.c | 280 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()
|
| A D | sja1105.h | 337 void *config_buf, int buf_len);
|
| /drivers/usb/serial/ |
| A D | cp210x.c | 1830 u8 *config_buf; in cp2102n_gpioconf_init() local 1843 config_buf = kmalloc(config_size, GFP_KERNEL); in cp2102n_gpioconf_init() 1844 if (!config_buf) in cp2102n_gpioconf_init() 1850 config_buf, in cp2102n_gpioconf_init() 1853 kfree(config_buf); in cp2102n_gpioconf_init() 1857 config_version = config_buf[CP210X_2NCONFIG_CONFIG_VERSION_IDX]; in cp2102n_gpioconf_init() 1858 gpio_pushpull = config_buf[CP210X_2NCONFIG_GPIO_MODE_IDX]; in cp2102n_gpioconf_init() 1859 gpio_ctrl = config_buf[CP210X_2NCONFIG_GPIO_CONTROL_IDX]; in cp2102n_gpioconf_init() 1860 gpio_rst_latch = config_buf[CP210X_2NCONFIG_GPIO_RSTLATCH_IDX]; in cp2102n_gpioconf_init() 1862 kfree(config_buf); in cp2102n_gpioconf_init()
|
| /drivers/media/platform/raspberrypi/rp1-cfe/ |
| A D | cfe.c | 559 struct cfe_config_buffer *config_buf; in cfe_schedule_next_pisp_job() local 578 config_buf = to_cfe_config_buffer(cfe->node[FE_CONFIG].next_frm); in cfe_schedule_next_pisp_job() 579 pisp_fe_submit_job(&cfe->fe, vb2_bufs, &config_buf->config); in cfe_schedule_next_pisp_job()
|
| /drivers/usb/gadget/legacy/ |
| A D | inode.c | 1309 config_buf (struct dev_data *dev, u8 type, unsigned index) in config_buf() function 1405 value = config_buf (dev, in gadgetfs_setup()
|
| /drivers/vdpa/vdpa_user/ |
| A D | vduse_dev.c | 1831 void *config_buf, u64 api_version) in vduse_create_dev() argument 1858 dev->config = config_buf; in vduse_create_dev()
|
| /drivers/usb/gadget/ |
| A D | composite.c | 563 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()
|
Completed in 39 milliseconds