Home
last modified time | relevance | path

Searched refs:__free (Results 1 – 25 of 206) sorted by relevance

123456789

/linux/drivers/firmware/microchip/
A Dmpfs-auto-update.c162 u32 *response_msg __free(kfree) = in mpfs_auto_update_verify_image()
164 struct mpfs_mss_response *response __free(kfree) = in mpfs_auto_update_verify_image()
166 struct mpfs_mss_msg *message __free(kfree) = in mpfs_auto_update_verify_image()
208 char *buffer __free(kfree) = kzalloc(erase_size, GFP_KERNEL); in mpfs_auto_update_set_image_address()
364 u32 *response_msg __free(kfree) = in mpfs_auto_update_available()
366 struct mpfs_mss_response *response __free(kfree) = in mpfs_auto_update_available()
368 struct mpfs_mss_msg *message __free(kfree) = in mpfs_auto_update_available()
/linux/drivers/thermal/testing/
A Dzone.c187 struct tt_thermal_zone *tt_zone __free(kfree); in tt_add_tz()
188 struct tt_work *tt_work __free(kfree); in tt_add_tz()
240 struct tt_work *tt_work __free(kfree); in tt_del_tz()
335 struct tt_work *tt_work __free(kfree); in tt_zone_add_trip()
336 struct tt_trip *tt_trip __free(kfree); in tt_zone_add_trip()
394 struct thermal_trip *trips __free(kfree); in tt_zone_register_tz()
/linux/sound/soc/codecs/
A Daudio-iio-aux.c138 char *input_name __free(kfree) = kasprintf(GFP_KERNEL, "%s IN", chan->name); in audio_iio_aux_add_dapms()
142 char *output_name __free(kfree) = kasprintf(GFP_KERNEL, "%s OUT", chan->name); in audio_iio_aux_add_dapms()
146 char *pga_name __free(kfree) = kasprintf(GFP_KERNEL, "%s PGA", chan->name); in audio_iio_aux_add_dapms()
249 const char **names __free(kfree) = kcalloc(iio_aux->num_chans, in audio_iio_aux_probe()
255 u32 *invert_ranges __free(kfree) = kcalloc(iio_aux->num_chans, in audio_iio_aux_probe()
/linux/drivers/cpufreq/
A Dsun50i-cpufreq-nvmem.c143 struct device_node *np __free(device_node) = in dt_has_supported_hw()
177 struct device_node *np __free(device_node) = in sun50i_cpufreq_get_efuse()
303 struct device_node *np __free(device_node) = of_find_node_by_path("/"); in sun50i_cpufreq_match_node()
A Dcpufreq-dt-platdev.c202 struct device_node *np __free(device_node) = of_cpu_device_node_get(0); in cpu0_node_has_opp_v2_prop()
213 struct device_node *np __free(device_node) = of_find_node_by_path("/"); in cpufreq_dt_platdev_init()
/linux/drivers/cxl/core/
A Dcdat.c211 struct cxl_root *cxl_root __free(put_cxl_root) = find_cxl_root(port); in cxl_port_perf_data_calculate()
353 struct cxl_root *cxl_root __free(put_cxl_root) = in cxl_qos_class_verify()
396 struct xarray *dsmas_xa __free(dsmas) = &__dsmas_xa; in DEFINE_FREE()
668 struct cxl_perf_ctx *c __free(kfree) = in cxl_endpoint_gather_bandwidth()
755 struct xarray *res_xa __free(free_perf_xa) = in DEFINE_FREE()
794 struct cxl_perf_ctx *n __free(kfree) = in DEFINE_FREE()
861 struct xarray *hb_xa __free(free_perf_xa) = in cxl_rp_gather_bandwidth()
878 struct cxl_perf_ctx *n __free(kfree) = in cxl_rp_gather_bandwidth()
905 struct xarray *mw_xa __free(free_perf_xa) = in cxl_hb_gather_bandwidth()
927 struct cxl_perf_ctx *n __free(kfree) = in cxl_hb_gather_bandwidth()
[all …]
/linux/drivers/base/
A Darch_topology.c522 struct device_node *cpu_node __free(device_node) = in get_cpu_for_node()
548 struct device_node *t __free(device_node) = in parse_core()
604 struct device_node *c __free(device_node) = in parse_cluster()
623 struct device_node *c __free(device_node) = in parse_cluster()
663 struct device_node *c __free(device_node) = in parse_socket()
687 struct device_node *cn __free(device_node) = in parse_dt_topology()
699 struct device_node *map __free(device_node) = in parse_dt_topology()
A Dauxiliary_sysfs.c58 struct auxiliary_irq_info *info __free(kfree) = NULL; in auxiliary_device_sysfs_irq_add()
102 struct auxiliary_irq_info *info __free(kfree) = xa_load(&auxdev->sysfs.irqs, irq); in auxiliary_device_sysfs_irq_remove()
A Dcacheinfo.c208 struct device_node *np __free(device_node) = of_cpu_device_node_get(cpu); in cache_setup_of_node()
221 struct device_node *prev __free(device_node) = np; in cache_setup_of_node()
245 struct device_node *next __free(device_node) = of_find_next_cache_node(np); in of_check_cache_nodes()
280 struct device_node *np __free(device_node) = of_cpu_device_node_get(cpu); in init_of_cache_level()
292 struct device_node *prev __free(device_node) = np; in init_of_cache_level()
/linux/drivers/firmware/qcom/
A Dqcom_tzmem.c122 u64 *handle __free(kfree) = kzalloc(sizeof(*handle), GFP_KERNEL); in qcom_tzmem_init_area()
155 struct qcom_tzmem_area *area __free(kfree) = kzalloc(sizeof(*area), in qcom_tzmem_pool_add_memory()
221 struct qcom_tzmem_pool *pool __free(kfree) = kzalloc(sizeof(*pool), in qcom_tzmem_pool_new()
374 struct qcom_tzmem_chunk *chunk __free(kfree) = kzalloc(sizeof(*chunk), in qcom_tzmem_alloc()
A Dqcom_qseecom_uefisecapp.c300 void *cmd_buf __free(qcom_tzmem) = NULL; in qsee_uefi_get_variable()
431 void *cmd_buf __free(qcom_tzmem) = NULL; in qsee_uefi_set_variable()
522 void *cmd_buf __free(qcom_tzmem) = NULL; in qsee_uefi_get_next_variable()
643 void *cmd_buf __free(qcom_tzmem) = NULL; in qsee_uefi_query_variable_info()
/linux/drivers/of/
A Dproperty.c43 struct device_node *ports __free(device_node) = of_get_child_by_name(node, "ports"); in of_graph_is_present()
48 struct device_node *port __free(device_node) = of_get_child_by_name(node, "port"); in of_graph_is_present()
584 struct device_node *port_node __free(device_node) = in of_graph_parse_endpoint()
614 struct device_node *node __free(device_node) = of_get_child_by_name(parent, "ports"); in of_graph_get_port_by_id()
656 struct device_node *node __free(device_node) = in of_graph_get_next_endpoint()
782 struct device_node *np __free(device_node) = in of_graph_get_remote_port_parent()
1046 struct device_node *port_node __free(device_node) = of_get_parent(node); in of_fwnode_graph_parse_endpoint()
1067 struct device_node *tmp_np __free(device_node) = of_node_get(sup_np); in of_link_to_phandle()
1439 struct device_node *con_dev_np __free(device_node) = in of_link_property()
A Daddress.c506 struct device_node *dev __free(device_node) = of_node_get(node); in __of_translate_address()
507 struct device_node *parent __free(device_node) = get_parent(dev); in __of_translate_address()
661 struct device_node *parent __free(device_node) = __of_get_dma_parent(dev); in of_translate_dma_region()
692 struct device_node *parent __free(device_node) = of_get_parent(dev); in __of_get_address()
890 struct device_node *node __free(device_node) = of_node_get(np); in of_dma_get_range()
1008 struct device_node *node __free(device_node) = of_node_get(np); in of_dma_is_coherent()
1038 struct device_node *parent __free(device_node) = of_get_parent(np); in of_mmio_is_nonposted()
/linux/sound/core/oss/
A Dmixer_oss.c520 struct snd_ctl_elem_info *uinfo __free(kfree) = NULL; in snd_mixer_oss_get_volume1_vol()
521 struct snd_ctl_elem_value *uctl __free(kfree) = NULL; in snd_mixer_oss_get_volume1_vol()
553 struct snd_ctl_elem_info *uinfo __free(kfree) = NULL; in snd_mixer_oss_get_volume1_sw()
554 struct snd_ctl_elem_value *uctl __free(kfree) = NULL; in snd_mixer_oss_get_volume1_sw()
612 struct snd_ctl_elem_info *uinfo __free(kfree) = NULL; in snd_mixer_oss_put_volume1_vol()
613 struct snd_ctl_elem_value *uctl __free(kfree) = NULL; in snd_mixer_oss_put_volume1_vol()
649 struct snd_ctl_elem_info *uinfo __free(kfree) = NULL; in snd_mixer_oss_put_volume1_sw()
650 struct snd_ctl_elem_value *uctl __free(kfree) = NULL; in snd_mixer_oss_put_volume1_sw()
786 struct snd_ctl_elem_info *uinfo __free(kfree) = NULL; in snd_mixer_oss_get_recsrc2()
787 struct snd_ctl_elem_value *uctl __free(kfree) = NULL; in snd_mixer_oss_get_recsrc2()
[all …]
/linux/crypto/asymmetric_keys/
A Dx509_public_key.c151 struct x509_certificate *cert __free(x509_free_certificate); in x509_key_preparse()
152 struct asymmetric_key_ids *kids __free(kfree) = NULL; in x509_key_preparse()
153 char *p, *desc __free(kfree) = NULL; in x509_key_preparse()
/linux/sound/core/
A Dcontrol_compat.c83 struct snd_ctl_elem_info *data __free(kfree) = NULL; in snd_ctl_elem_info_compat()
172 struct snd_ctl_elem_info *info __free(kfree) = NULL; in get_ctl_type()
283 struct snd_ctl_elem_value *data __free(kfree) = NULL; in __ctl_elem_read_user()
317 struct snd_ctl_elem_value *data __free(kfree) = NULL; in __ctl_elem_write_user()
381 struct snd_ctl_elem_info *data __free(kfree) = NULL; in snd_ctl_elem_add_compat()
/linux/drivers/clk/
A Dclk-conf.c87 u64 *rates_64 __free(kfree) = NULL; in __set_clk_rates()
88 u32 *rates __free(kfree) = NULL; in __set_clk_rates()
/linux/drivers/input/touchscreen/
A Dgoodix_berlin_spi.c44 u8 *buf __free(kfree) = in goodix_berlin_spi_read()
85 u8 *buf __free(kfree) = in goodix_berlin_spi_write()
/linux/sound/core/seq/
A Dseq_ump_client.c217 struct snd_seq_port_info *port __free(kfree) = NULL; in seq_ump_group_init()
246 struct snd_seq_port_info *old __free(kfree) = NULL; in update_port_infos()
247 struct snd_seq_port_info *new __free(kfree) = NULL; in update_port_infos()
283 struct snd_seq_port_info *port __free(kfree) = NULL; in create_ump_endpoint_port()
/linux/fs/
A Dnsfs.c97 struct path path __free(path_put) = {}; in open_namespace()
267 struct path path __free(path_put) = {}; in ns_ioctl()
268 struct file *f __free(fput) = NULL; in ns_ioctl()
/linux/drivers/gpio/
A Dgpio-virtuser.c161 unsigned long *values __free(bitmap) = bitmap_zalloc(descs->ndescs, in gpio_virtuser_value_array_do_read()
172 char *buf __free(kfree) = kzalloc(bufsize, GFP_KERNEL); in gpio_virtuser_value_array_do_read()
243 char *buf __free(kfree) = kzalloc(count, GFP_KERNEL); in gpio_virtuser_value_array_do_write()
251 unsigned long *values __free(bitmap) = bitmap_zalloc(descs->ndescs, in gpio_virtuser_value_array_do_write()
1094 char *key __free(kfree) = kstrndup(skip_spaces(page), count, in gpio_virtuser_lookup_entry_config_key_store()
1417 struct gpiod_lookup_table *table __free(kfree) = in gpio_virtuser_make_lookup_table()
1453 char **ids __free(kfree) = kcalloc(num_ids + 1, sizeof(*ids), in gpio_virtuser_make_device_swnode()
1608 struct gpio_virtuser_lookup_entry *entry __free(kfree) = in gpio_virtuser_make_lookup_entry_group()
1664 struct gpio_virtuser_lookup *lookup __free(kfree) = in gpio_virtuser_make_lookup_group()
1715 struct gpio_virtuser_device *dev __free(kfree) = kzalloc(sizeof(*dev), in gpio_virtuser_config_make_device_group()
/linux/drivers/net/ethernet/intel/idpf/
A Didpf_virtchnl.c1437 struct virtchnl2_txq_info *qi __free(kfree) = NULL; in idpf_send_config_tx_queues_msg()
1556 struct virtchnl2_rxq_info *qi __free(kfree) = NULL; in idpf_send_config_rx_queues_msg()
1710 struct virtchnl2_queue_chunk *qc __free(kfree) = NULL; in idpf_send_ena_dis_queues_msg()
1856 struct virtchnl2_queue_vector *vqv __free(kfree) = NULL; in idpf_send_map_unmap_queue_vector_msg()
2114 struct virtchnl2_add_queues *vc_msg __free(kfree) = NULL; in idpf_send_add_queues_msg()
2347 struct virtchnl2_rss_lut *recv_rl __free(kfree) = NULL; in idpf_send_get_set_rss_lut_msg()
2348 struct virtchnl2_rss_lut *rl __free(kfree) = NULL; in idpf_send_get_set_rss_lut_msg()
2422 struct virtchnl2_rss_key *recv_rk __free(kfree) = NULL; in idpf_send_get_set_rss_key_msg()
2423 struct virtchnl2_rss_key *rk __free(kfree) = NULL; in idpf_send_get_set_rss_key_msg()
2552 struct libeth_rx_pt *ptype_lkup __free(kfree) = NULL; in idpf_send_get_rx_ptype_msg()
[all …]
/linux/fs/pstore/
A Dinode.c71 struct pstore_ftrace_seq_data *data __free(kfree) = NULL; in pstore_ftrace_seq_start()
339 struct inode *inode __free(pstore_iput) = NULL; in pstore_mkfile()
341 struct pstore_private *private __free(pstore_private) = NULL, *pos; in pstore_mkfile()
/linux/kernel/irq/
A Dirq_sim.c204 struct irq_sim_work_ctx *work_ctx __free(kfree) = in irq_domain_create_sim_full()
210 unsigned long *pending __free(bitmap) = bitmap_zalloc(num_irqs, GFP_KERNEL); in irq_domain_create_sim_full()
/linux/drivers/soc/ti/
A Dpruss.c384 struct device_node *clks_np __free(device_node) = in pruss_clk_init()
413 struct device_node *child __free(device_node) = in pruss_of_setup_memories()
469 struct device_node *child __free(device_node) = in pruss_cfg_of_init()

Completed in 836 milliseconds

123456789