Home
last modified time | relevance | path

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

123456789

/linux/sound/soc/generic/
H A Daudio-graph-card2.c336 struct device_node *ports __free(device_node) = port_to_ports(*port); in graph_get_next_multi_ep()
365 struct device_node *ep __free(device_node) = of_graph_get_next_port_endpoint(*port, NULL); in graph_get_next_multi_ep()
382 struct device_node *port __free(device_node) = ep_to_port(ep); in graph_parse_convert()
383 struct device_node *ports __free(device_node) = port_to_ports(port); in graph_parse_convert()
477 struct device_node *rport __free(device_node) = ep_to_port(ep); in __graph_parse_node()
478 struct device_node *rports __free(device_node) = port_to_ports(rport); in __graph_parse_node()
529 …struct device_node *mcpu_ep __free(device_node) = of_graph_get_next_port_endpoint(mcpu_port, NULL… in graph_parse_node_multi_nm()
530 struct device_node *mcpu_ports __free(device_node) = port_to_ports(mcpu_port); in graph_parse_node_multi_nm()
531 struct device_node *mcpu_port_top __free(device_node) = of_graph_get_next_port(mcpu_ports, NULL); in graph_parse_node_multi_nm()
532 …struct device_node *mcpu_ep_top __free(device_node) = of_graph_get_next_port_endpoint(mcpu_port_t… in graph_parse_node_multi_nm()
[all …]
H A Dsimple-card-utils.c154 u32 *array_values __free(kfree) = kcalloc(n, sizeof(*array_values), in simple_util_parse_tdm_width_map()
1007 struct device_node *parent __free(device_node) = of_get_parent(np); in graph_util_is_ports0()
1016 struct device_node *ports __free(device_node) = of_get_parent(port); in graph_util_is_ports0()
1017 struct device_node *top __free(device_node) = of_get_parent(ports); in graph_util_is_ports0()
1018 struct device_node *ports0 __free(device_node) = of_get_child_by_name(top, "ports"); in graph_util_is_ports0()
1026 struct device_node *node __free(device_node) = of_graph_get_port_parent(ep); in graph_get_dai_id()
1027 struct device_node *port __free(device_node) = of_get_parent(ep); in graph_get_dai_id()
1087 struct device_node *node __free(device_node) = of_graph_get_port_parent(ep); in graph_util_parse_dai()
/linux/drivers/thermal/testing/
H A Dzone.c187 struct tt_thermal_zone *tt_zone __free(kfree); in tt_add_tz()
188 struct tt_work *tt_work __free(kfree) = NULL; in tt_add_tz()
240 struct tt_work *tt_work __free(kfree) = NULL; in tt_del_tz()
333 struct tt_thermal_zone *tt_zone __free(put_tt_zone) = NULL; in tt_zone_add_trip()
334 struct tt_trip *tt_trip __free(kfree) = NULL; in tt_zone_add_trip()
335 struct tt_work *tt_work __free(kfree); in tt_zone_add_trip()
390 struct thermal_trip *trips __free(kfree) = NULL; in tt_zone_register_tz()
424 struct tt_thermal_zone *tt_zone __free(put_tt_zone); in tt_zone_reg()
435 struct tt_thermal_zone *tt_zone __free(put_tt_zone); in tt_zone_unreg()
/linux/drivers/firmware/microchip/
H 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/virt/coco/sev-guest/
H A Dsev-guest.c68 struct snp_report_req *report_req __free(kfree) = NULL; in get_report()
117 struct snp_derived_key_req *derived_key_req __free(kfree) = NULL; in get_derived_key()
173 struct snp_ext_report_req *report_req __free(kfree) = NULL; in get_ext_report()
448 void *rbuf __free(kvfree) = kvzalloc(rep_len, GFP_KERNEL); in sev_svsm_report_new()
451 void *mbuf __free(kvfree) = kvzalloc(man_len, GFP_KERNEL); in sev_svsm_report_new()
454 void *cbuf __free(kvfree) = certs_len ? kvzalloc(certs_len, GFP_KERNEL) : NULL; in sev_svsm_report_new()
501 void *buf __free(kvfree) = kvzalloc(size, GFP_KERNEL); in sev_report_new()
538 void *rbuf __free(kvfree) = kvzalloc(hdr.report_size, GFP_KERNEL); in sev_report_new()
570 void *cbuf __free(kvfree) = kvzalloc(certs_size, GFP_KERNEL); in sev_report_new()
/linux/sound/soc/codecs/
H 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/i2c/
H A Di2c-core-of-prober.c40 struct device_node *node __free(device_node) = of_find_node_by_name(NULL, type); in i2c_of_probe_get_i2c_node()
46 struct device_node *i2c_node __free(device_node) = of_get_parent(node); in i2c_of_probe_get_i2c_node()
66 struct of_changeset *ocs __free(kfree) = kzalloc(sizeof(*ocs), GFP_KERNEL); in i2c_of_probe_enable_node()
137 struct device_node *i2c_node __free(device_node) = i2c_of_probe_get_i2c_node(dev, type); in i2c_of_probe_component()
/linux/drivers/cxl/core/
H 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/
H 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()
H 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()
/linux/drivers/firmware/qcom/
H 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()
/linux/sound/core/oss/
H 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/
H 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/drivers/of/
H A Dproperty.c69 struct device_node *ports __free(device_node) = of_get_child_by_name(node, "ports"); in of_graph_is_present()
74 struct device_node *port __free(device_node) = of_get_child_by_name(node, "port"); in of_graph_is_present()
610 struct device_node *port_node __free(device_node) = in of_graph_parse_endpoint()
640 struct device_node *node __free(device_node) = of_get_child_by_name(parent, "ports"); in of_graph_get_port_by_id()
677 struct device_node *node __free(device_node) = in of_graph_get_next_port()
864 struct device_node *np __free(device_node) = in of_graph_get_remote_port_parent()
1151 struct device_node *port_node __free(device_node) = of_get_parent(node); in of_fwnode_graph_parse_endpoint()
1172 struct device_node *tmp_np __free(device_node) = of_node_get(sup_np); in of_link_to_phandle()
1542 struct device_node *con_dev_np __free(device_node) = in of_link_property()
H A Daddress.c505 struct device_node *dev __free(device_node) = of_node_get(node); in __of_translate_address()
506 struct device_node *parent __free(device_node) = get_parent(dev); in __of_translate_address()
664 struct device_node *parent __free(device_node) = __of_get_dma_parent(dev); in of_translate_dma_region()
695 struct device_node *parent __free(device_node) = of_get_parent(dev); in __of_get_address()
895 struct device_node *node __free(device_node) = of_node_get(np); in of_dma_get_range()
1013 struct device_node *node __free(device_node) = of_node_get(np); in of_dma_is_coherent()
1043 struct device_node *parent __free(device_node) = of_get_parent(np); in of_mmio_is_nonposted()
/linux/sound/core/
H 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/
H 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/
H 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/
H 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()
281 struct snd_seq_port_info *port __free(kfree) = NULL; in create_ump_endpoint_port()
/linux/drivers/gpio/
H 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()
1462 char **ids __free(kfree) = kcalloc(num_ids + 1, sizeof(*ids), in gpio_virtuser_make_device_swnode()
1655 struct gpio_virtuser_lookup_entry *entry __free(kfree) = in gpio_virtuser_make_lookup_entry_group()
1711 struct gpio_virtuser_lookup *lookup __free(kfree) = in gpio_virtuser_make_lookup_group()
1762 struct gpio_virtuser_device *dev __free(kfree) = kzalloc(sizeof(*dev), in gpio_virtuser_config_make_device_group()
/linux/fs/
H A Dnsfs.c96 struct path path __free(path_put) = {}; in open_namespace()
266 struct path path __free(path_put) = {}; in ns_ioctl()
267 struct file *f __free(fput) = NULL; in ns_ioctl()
/linux/drivers/thermal/
H A Dthermal_of.c102 struct device_node *trips __free(device_node) = of_get_child_by_name(np, "trips"); in thermal_of_trips_init()
110 struct thermal_trip *tt __free(kfree) = kzalloc(sizeof(*tt) * count, GFP_KERNEL); in thermal_of_trips_init()
130 struct device_node *np __free(device_node) = of_find_node_by_name(NULL, "thermal-zones"); in of_thermal_zone_find()
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_virtchnl.c1440 struct virtchnl2_config_tx_queues *ctq __free(kfree) = NULL; in idpf_send_config_tx_queues_msg()
1441 struct virtchnl2_txq_info *qi __free(kfree) = NULL; in idpf_send_config_tx_queues_msg()
1559 struct virtchnl2_config_rx_queues *crq __free(kfree) = NULL; in idpf_send_config_rx_queues_msg()
1560 struct virtchnl2_rxq_info *qi __free(kfree) = NULL; in idpf_send_config_rx_queues_msg()
1713 struct virtchnl2_del_ena_dis_queues *eq __free(kfree) = NULL; in idpf_send_ena_dis_queues_msg()
1714 struct virtchnl2_queue_chunk *qc __free(kfree) = NULL; in idpf_send_ena_dis_queues_msg()
1859 struct virtchnl2_queue_vector_maps *vqvm __free(kfree) = NULL; in idpf_send_map_unmap_queue_vector_msg()
1860 struct virtchnl2_queue_vector *vqv __free(kfree) = NULL; in idpf_send_map_unmap_queue_vector_msg()
2046 struct virtchnl2_del_ena_dis_queues *eq __free(kfree) = NULL; in idpf_send_delete_queues_msg()
2118 struct virtchnl2_add_queues *vc_msg __free(kfree) = NULL; in idpf_send_add_queues_msg()
[all …]
/linux/fs/pstore/
H 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/drivers/irqchip/
H A Dirqchip.c38 struct device_node *par_np __free(device_node) = of_irq_find_parent(np); in platform_irqchip_probe()

123456789