Home
last modified time | relevance | path

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

12345678910>>...13

/linux-6.15/sound/soc/generic/
H A Daudio-graph-card2.c343 struct device_node *ports __free(device_node) = port_to_ports(*port); in graph_get_next_multi_ep()
389 struct device_node *port __free(device_node) = ep_to_port(ep); in graph_parse_convert()
390 struct device_node *ports __free(device_node) = port_to_ports(port); in graph_parse_convert()
484 struct device_node *rport __free(device_node) = ep_to_port(ep); in __graph_parse_node()
485 struct device_node *rports __free(device_node) = port_to_ports(rport); in __graph_parse_node()
670 struct device_node *port __free(device_node) = ep_to_port(ep); in graph_parse_node()
725 struct device_node *port __free(device_node) = ep_to_port(ep); in graph_parse_bitframe()
726 struct device_node *ports __free(device_node) = port_to_ports(port); in graph_parse_bitframe()
971 struct device_node *ports __free(device_node) = port_to_ports(port0); in audio_graph2_link_c2c()
1200 struct device_node *ports __free(device_node) = port_to_ports(lnk); in graph_count_c2c()
[all …]
H A Daudio-graph-card.c91 struct device_node *port __free(device_node) = ep_to_port(ep); in graph_parse_convert()
92 struct device_node *ports __free(device_node) = port_to_ports(port); in graph_parse_convert()
93 struct device_node *node __free(device_node) = of_graph_get_port_parent(ep); in graph_parse_convert()
144 struct device_node *port_cpu __free(device_node) = ep_to_port(ep_cpu); in graph_link_init()
145 struct device_node *port_codec __free(device_node) = ep_to_port(ep_codec); in graph_link_init()
146 struct device_node *ports_cpu __free(device_node) = port_to_ports(port_cpu); in graph_link_init()
147 struct device_node *ports_codec __free(device_node) = port_to_ports(port_codec); in graph_link_init()
264 struct device_node *port __free(device_node) = ep_to_port(ep); in graph_dai_link_of_dpcm()
265 struct device_node *ports __free(device_node) = port_to_ports(port); in graph_dai_link_of_dpcm()
368 struct device_node *codec_port __free(device_node) = ep_to_port(codec_ep); in __graph_for_each_link()
[all …]
H A Dsimple-card.c135 struct device_node *node __free(device_node) = of_get_parent(np); in simple_parse_convert()
187 struct device_node *node __free(device_node) = of_get_parent(cpu); in simple_link_init()
241 struct device_node *node __free(device_node) = of_get_parent(np); in simple_dai_link_of_dpcm()
326 struct device_node *node __free(device_node) = of_get_parent(np); in simple_dai_link_of()
335 struct device_node *plat __free(device_node) = of_get_child_by_name(node, prop); in simple_dai_link_of()
388 …struct device_node *add_devs __free(device_node) = of_get_child_by_name(top, PREFIX "additional-de… in __simple_for_each_link()
402 struct device_node *codec __free(device_node) = in __simple_for_each_link()
409 struct device_node *plat __free(device_node) = in __simple_for_each_link()
507 …struct device_node *node __free(device_node) = of_get_child_by_name(dev->of_node, PREFIX "addition… in simple_populate_aux()
729 struct link_info *li __free(kfree) = kzalloc(sizeof(*li), GFP_KERNEL); in simple_probe()
/linux-6.15/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-6.15/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-6.15/drivers/virt/coco/sev-guest/
H A Dsev-guest.c69 struct snp_report_req *report_req __free(kfree) = NULL; in get_report()
118 struct snp_derived_key_req *derived_key_req __free(kfree) = NULL; in get_derived_key()
174 struct snp_ext_report_req *report_req __free(kfree) = NULL; in get_ext_report()
449 void *rbuf __free(kvfree) = kvzalloc(rep_len, GFP_KERNEL); in sev_svsm_report_new()
452 void *mbuf __free(kvfree) = kvzalloc(man_len, GFP_KERNEL); in sev_svsm_report_new()
455 void *cbuf __free(kvfree) = certs_len ? kvzalloc(certs_len, GFP_KERNEL) : NULL; in sev_svsm_report_new()
502 void *buf __free(kvfree) = kvzalloc(size, GFP_KERNEL); in sev_report_new()
539 void *rbuf __free(kvfree) = kvzalloc(hdr.report_size, GFP_KERNEL); in sev_report_new()
571 void *cbuf __free(kvfree) = kvzalloc(certs_size, GFP_KERNEL); in sev_report_new()
/linux-6.15/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-6.15/drivers/fwctl/
H A Dmain.c70 void *driver_info __free(kfree) = in fwctl_cmd_info()
117 void *inbuf __free(kvfree) = kvzalloc(cmd->in_len, GFP_KERNEL_ACCOUNT); in fwctl_cmd_rpc()
124 void *outbuf __free(kvfree) = fwctl->ops->fw_rpc( in fwctl_cmd_rpc()
217 struct fwctl_uctx *uctx __free(kfree) = in fwctl_fops_open()
295 struct fwctl_device *fwctl __free(kfree) = kzalloc(size, GFP_KERNEL); in _alloc_device()
322 struct fwctl_device *fwctl __free(fwctl) = in _fwctl_alloc_device()
/linux-6.15/drivers/cxl/core/
H A Dfeatures.c86 struct cxl_feat_entries *entries __free(kvfree) = in get_supported_features()
91 struct cxl_mbox_get_sup_feats_out *mbox_out __free(kvfree) = in get_supported_features()
196 struct cxl_features_state *cxlfs __free(kfree) = in devm_cxl_setup_features()
280 struct cxl_mbox_set_feat_in *pi __free(kfree) = in cxl_set_feature()
412 struct fwctl_rpc_cxl_out *rpc_out __free(kvfree) = in cxlctl_get_supported_features()
475 struct fwctl_rpc_cxl_out *rpc_out __free(kvfree) = in cxlctl_get_feature()
520 struct fwctl_rpc_cxl_out *rpc_out __free(kvfree) = in cxlctl_set_feature()
694 struct fwctl_device *fwctl_dev __free(free_fwctl_dev) = in devm_cxl_setup_fwctl()
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()
408 struct xarray *dsmas_xa __free(dsmas) = &__dsmas_xa; in DEFINE_FREE()
674 struct cxl_perf_ctx *c __free(kfree) = in cxl_endpoint_gather_bandwidth()
761 struct xarray *res_xa __free(free_perf_xa) = in DEFINE_FREE()
800 struct cxl_perf_ctx *n __free(kfree) = in DEFINE_FREE()
867 struct xarray *hb_xa __free(free_perf_xa) = in cxl_rp_gather_bandwidth()
884 struct cxl_perf_ctx *n __free(kfree) = in cxl_rp_gather_bandwidth()
911 struct xarray *mw_xa __free(free_perf_xa) = in cxl_hb_gather_bandwidth()
933 struct cxl_perf_ctx *n __free(kfree) = in cxl_hb_gather_bandwidth()
[all …]
/linux-6.15/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-6.15/security/landlock/
H A Ddomain.c45 struct file *file __free(fput) = NULL; in get_current_exe()
46 char *buffer __free(kfree) = NULL; in get_current_exe()
85 const void *buffer __free(kfree) = NULL; in get_current_details()
/linux-6.15/drivers/base/
H A Darch_topology.c529 struct device_node *cpu_node __free(device_node) = in get_cpu_for_node()
555 struct device_node *t __free(device_node) = in parse_core()
613 struct device_node *c __free(device_node) = in parse_cluster()
632 struct device_node *c __free(device_node) = in parse_cluster()
672 struct device_node *c __free(device_node) = in parse_socket()
707 struct device_node *cn __free(device_node) = in parse_dt_topology()
719 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-6.15/drivers/of/
H A Dresolver.c78 char *value __free(kfree) = kmemdup(prop_fixup->value, prop_fixup->length, GFP_KERNEL); in update_usages_of_a_phandle_reference()
252 struct device_node __free(device_node) *local_fixups = NULL; in of_resolve_phandles()
289 struct device_node __free(device_node) *tree_symbols = of_find_node_by_path("/__symbols__"); in of_resolve_phandles()
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()
643 struct device_node *port_node __free(device_node) = in of_graph_parse_endpoint()
673 struct device_node *node __free(device_node) = of_get_child_by_name(parent, "ports"); in of_graph_get_port_by_id()
710 struct device_node *node __free(device_node) = in of_graph_get_next_port()
897 struct device_node *np __free(device_node) = in of_graph_get_remote_port_parent()
1184 struct device_node *port_node __free(device_node) = of_get_parent(node); in of_fwnode_graph_parse_endpoint()
1205 struct device_node *tmp_np __free(device_node) = of_node_get(sup_np); in of_link_to_phandle()
1575 struct device_node *con_dev_np __free(device_node) = in of_link_property()
/linux-6.15/drivers/cpufreq/
H A Dsun50i-cpufreq-nvmem.c170 struct device_node *np __free(device_node) = in dt_has_supported_hw()
206 struct device_node *np __free(device_node) = in sun50i_cpufreq_get_efuse()
337 struct device_node *np __free(device_node) = of_find_node_by_path("/"); in sun50i_cpufreq_match_node()
H A Dcpufreq-dt-platdev.c206 struct device_node *np __free(device_node) = of_cpu_device_node_get(0); in cpu0_node_has_opp_v2_prop()
217 struct device_node *np __free(device_node) = of_find_node_by_path("/"); in cpufreq_dt_platdev_init()
/linux-6.15/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-6.15/sound/usb/
H A Dfcp.c185 struct fcp_usb_packet *req __free(kfree) = NULL; in fcp_usb()
186 struct fcp_usb_packet *resp __free(kfree) = NULL; in fcp_usb()
303 void *step0_resp __free(kfree) = NULL; in fcp_reinit()
304 void *step2_resp __free(kfree) = NULL; in fcp_reinit()
467 void *resp __free(kfree) = NULL; in fcp_ioctl_init()
556 void *data __free(kfree) = NULL; in fcp_ioctl_cmd()
622 s16 *tmp_map __free(kfree) = NULL; in fcp_ioctl_set_meter_map()
657 s16 *new_map __free(kfree) = NULL; in fcp_ioctl_set_meter_map()
658 __le32 *meter_levels __free(kfree) = NULL; in fcp_ioctl_set_meter_map()
/linux-6.15/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-6.15/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-6.15/drivers/soc/imx/
H A Dsoc-imx8m.c54 struct device_node *np __free(device_node) = in imx8mq_soc_revision()
107 struct device_node *np __free(device_node) = in imx8mm_soc_uid()
144 struct device_node *np __free(device_node) = in imx8mm_soc_revision()
/linux-6.15/include/linux/
H A Dof_graph.h50 for (struct device_node *child __free(device_node) = of_graph_get_next_port(parent, NULL);\
62 …for (struct device_node *child __free(device_node) = of_graph_get_next_port_endpoint(parent, NULL)…
/linux-6.15/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()

12345678910>>...13