| /linux/drivers/soc/ux500/ |
| H A D | ux500-soc-id.c | 128 return kasprintf(GFP_KERNEL, "DB%4x", dbx500_id.partnumber); in ux500_get_machine() 133 return kasprintf(GFP_KERNEL, "ux500"); in ux500_get_family() 141 return kasprintf(GFP_KERNEL, "%s", "ED"); in ux500_get_revision() 143 return kasprintf(GFP_KERNEL, "%d.%d", in ux500_get_revision() 146 return kasprintf(GFP_KERNEL, "%s", "Unknown"); in ux500_get_revision() 180 retstr = kasprintf(GFP_KERNEL, "%08x%08x%08x%08x%08x", in db8500_read_soc_id()
|
| /linux/drivers/soc/fsl/ |
| H A D | guts.c | 230 soc_dev_attr->family = kasprintf(GFP_KERNEL, "QorIQ %s", in fsl_guts_init() 233 soc_dev_attr->family = kasprintf(GFP_KERNEL, "QorIQ"); in fsl_guts_init() 238 soc_dev_attr->soc_id = kasprintf(GFP_KERNEL, "svr:0x%08x", svr); in fsl_guts_init() 242 soc_dev_attr->revision = kasprintf(GFP_KERNEL, "%d.%d", in fsl_guts_init() 251 soc_dev_attr->serial_number = kasprintf(GFP_KERNEL, "%016llX", in fsl_guts_init()
|
| /linux/arch/arm/mach-omap2/ |
| H A D | id.c | 753 return kasprintf(GFP_KERNEL, "OMAP2"); in omap_get_family() 755 return kasprintf(GFP_KERNEL, "OMAP3"); in omap_get_family() 757 return kasprintf(GFP_KERNEL, "OMAP4"); in omap_get_family() 759 return kasprintf(GFP_KERNEL, "OMAP5"); in omap_get_family() 761 return kasprintf(GFP_KERNEL, "AM33xx"); in omap_get_family() 763 return kasprintf(GFP_KERNEL, "AM43xx"); in omap_get_family() 765 return kasprintf(GFP_KERNEL, "DRA7"); in omap_get_family() 767 return kasprintf(GFP_KERNEL, "Unknown"); in omap_get_family()
|
| /linux/drivers/soc/bcm/brcmstb/ |
| H A D | common.c | 91 soc_dev_attr->family = kasprintf(GFP_KERNEL, "%x", in brcmstb_soc_device_init() 94 soc_dev_attr->soc_id = kasprintf(GFP_KERNEL, "%x", in brcmstb_soc_device_init() 97 soc_dev_attr->revision = kasprintf(GFP_KERNEL, "%c%d", in brcmstb_soc_device_init()
|
| /linux/arch/arm/mach-mvebu/ |
| H A D | mvebu-soc-id.c | 161 soc_dev_attr->family = kasprintf(GFP_KERNEL, "Marvell"); in mvebu_soc_device() 162 soc_dev_attr->revision = kasprintf(GFP_KERNEL, "%X", soc_rev); in mvebu_soc_device() 163 soc_dev_attr->soc_id = kasprintf(GFP_KERNEL, "%X", soc_dev_id); in mvebu_soc_device()
|
| /linux/arch/arm/mach-zynq/ |
| H A D | common.c | 117 soc_dev_attr->family = kasprintf(GFP_KERNEL, "Xilinx Zynq"); in zynq_init_machine() 118 soc_dev_attr->revision = kasprintf(GFP_KERNEL, "0x%x", system_rev); in zynq_init_machine() 119 soc_dev_attr->soc_id = kasprintf(GFP_KERNEL, "0x%x", in zynq_init_machine()
|
| /linux/arch/x86/xen/ |
| H A D | smp.c | 66 resched_name = kasprintf(GFP_KERNEL, "resched%d", cpu); in xen_smp_intr_init() 80 callfunc_name = kasprintf(GFP_KERNEL, "callfunc%d", cpu); in xen_smp_intr_init() 95 debug_name = kasprintf(GFP_KERNEL, "debug%d", cpu); in xen_smp_intr_init() 109 callfunc_name = kasprintf(GFP_KERNEL, "callfuncsingle%d", cpu); in xen_smp_intr_init()
|
| /linux/drivers/soc/ti/ |
| H A D | k3-socinfo.c | 96 soc_dev_attr->revision = kasprintf(GFP_KERNEL, "SR%s", in k3_chipinfo_variant_to_sr() 102 soc_dev_attr->revision = kasprintf(GFP_KERNEL, "SR%s", in k3_chipinfo_variant_to_sr() 107 soc_dev_attr->revision = kasprintf(GFP_KERNEL, "SR%x.0", in k3_chipinfo_variant_to_sr()
|
| /linux/drivers/platform/x86/lenovo/ |
| H A D | think-lmi.c | 376 opcode_str = kasprintf(GFP_KERNEL, "%s:%s;", setting, value); in tlmi_opcode_setting() 527 auth_str = kasprintf(GFP_KERNEL, "%s,%s,%s,%s,%s;", in new_password_store() 695 return kasprintf(GFP_KERNEL, "%s,%s,%s", in cert_command() 699 return kasprintf(GFP_KERNEL, "%s,%s", arg1, arg2); in cert_command() 750 wmistr = kasprintf(GFP_KERNEL, "%s,%s", in certificate_thumbprint_show() 755 wmistr = kasprintf(GFP_KERNEL, "%s", thumbtypes[i]); in certificate_thumbprint_show() 896 auth_str = kasprintf(GFP_KERNEL, "%s,%s,%s,%s", new_cert, in certificate_store() 1120 set_str = kasprintf(GFP_KERNEL, "%s,%s,%s", setting->name, in current_value_store() 1151 set_str = kasprintf(GFP_KERNEL, "%s,%s;", setting->name, in current_value_store() 1168 auth_str = kasprintf(GFP_KERNEL, "%s,%s,%s;", in current_value_store() [all …]
|
| /linux/lib/ |
| H A D | kasprintf.c | 53 char *kasprintf(gfp_t gfp, const char *fmt, ...) in kasprintf() function 64 EXPORT_SYMBOL(kasprintf);
|
| /linux/drivers/clk/ti/ |
| H A D | clkctrl.c | 260 clock_name = kasprintf(GFP_KERNEL, "%s-clkctrl:%04x:%d", in clkctrl_get_clock_name() 272 return kasprintf(GFP_KERNEL, "%s_cm:clk:%04x:%d", in clkctrl_get_clock_name() 277 return kasprintf(GFP_KERNEL, "%pOFn:clk:%04x:%d", in clkctrl_get_clock_name() 281 return kasprintf(GFP_KERNEL, "%pOFn:%04x:%d", np, offset, index); in clkctrl_get_clock_name() 591 provider->clkdm_name = kasprintf(GFP_KERNEL, in _ti_omap4_clkctrl_setup() 605 provider->clkdm_name = kasprintf(GFP_KERNEL, "%pOFnxxx", node->parent); in _ti_omap4_clkctrl_setup() 617 provider->clkdm_name = kasprintf(GFP_KERNEL, "%pOFn", node); in _ti_omap4_clkctrl_setup()
|
| /linux/drivers/xen/xenfs/ |
| H A D | xenstored.c | 27 file->private_data = (void *)kasprintf(GFP_KERNEL, "0x%p", in xsd_kva_open() 58 file->private_data = (void *)kasprintf(GFP_KERNEL, "%d", in xsd_port_open()
|
| /linux/drivers/soc/aspeed/ |
| H A D | aspeed-socinfo.c | 136 attrs->soc_id = kasprintf(GFP_KERNEL, "%08x", siliconid); in aspeed_socinfo_init() 139 attrs->serial_number = kasprintf(GFP_KERNEL, "%08x%08x", in aspeed_socinfo_init()
|
| /linux/net/mac80211/ |
| H A D | led.c | 34 local->rx_led.name = kasprintf(GFP_KERNEL, "%srx", in ieee80211_alloc_led_names() 36 local->tx_led.name = kasprintf(GFP_KERNEL, "%stx", in ieee80211_alloc_led_names() 38 local->assoc_led.name = kasprintf(GFP_KERNEL, "%sassoc", in ieee80211_alloc_led_names() 40 local->radio_led.name = kasprintf(GFP_KERNEL, "%sradio", in ieee80211_alloc_led_names()
|
| /linux/drivers/soc/amlogic/ |
| H A D | meson-gx-socinfo.c | 196 soc_dev_attr->revision = kasprintf(GFP_KERNEL, "%x:%x - %x:%x", in meson_gx_socinfo_init() 201 soc_dev_attr->soc_id = kasprintf(GFP_KERNEL, "%s (%s)", in meson_gx_socinfo_init()
|
| /linux/drivers/iio/ |
| H A D | industrialio-core.c | 1065 full_postfix = kasprintf(GFP_KERNEL, "%s_%s_%s", in __iio_device_attr_init() 1070 full_postfix = kasprintf(GFP_KERNEL, "%s_%s", in __iio_device_attr_init() 1077 full_postfix = kasprintf(GFP_KERNEL, in __iio_device_attr_init() 1088 name = kasprintf(GFP_KERNEL, "%s", full_postfix); in __iio_device_attr_init() 1091 name = kasprintf(GFP_KERNEL, "%s_%s", in __iio_device_attr_init() 1096 name = kasprintf(GFP_KERNEL, "%s_%s-%s_%s", in __iio_device_attr_init() 1108 name = kasprintf(GFP_KERNEL, in __iio_device_attr_init() 1121 name = kasprintf(GFP_KERNEL, "%s", full_postfix); in __iio_device_attr_init() 1124 name = kasprintf(GFP_KERNEL, "%s_%s", in __iio_device_attr_init() 1129 name = kasprintf(GFP_KERNEL, "%s_%s_%s", in __iio_device_attr_init() [all …]
|
| /linux/drivers/soc/imx/ |
| H A D | soc-imx.c | 181 soc_dev_attr->revision = kasprintf(GFP_KERNEL, "%d.%d", in imx_soc_device_init() 189 soc_dev_attr->serial_number = kasprintf(GFP_KERNEL, "%016llX", soc_uid); in imx_soc_device_init()
|
| /linux/arch/arm/mach-mxs/ |
| H A D | mach-mxs.c | 346 return kasprintf(GFP_KERNEL, "%d.%d", (rev >> 4) & 0xf, in mxs_get_revision() 349 return kasprintf(GFP_KERNEL, "%s", "Unknown"); in mxs_get_revision() 415 soc_dev_attr->serial_number = kasprintf(GFP_KERNEL, "%016llX", soc_uid); in mxs_machine_init()
|
| /linux/drivers/soc/tegra/fuse/ |
| H A D | fuse-tegra.c | 448 attr->family = kasprintf(GFP_KERNEL, "Tegra"); in tegra_soc_device_register() 450 attr->revision = kasprintf(GFP_KERNEL, "%s %s", in tegra_soc_device_register() 454 attr->revision = kasprintf(GFP_KERNEL, "%s", in tegra_soc_device_register() 456 attr->soc_id = kasprintf(GFP_KERNEL, "%u", tegra_get_chip_id()); in tegra_soc_device_register()
|
| /linux/sound/soc/codecs/ |
| H A D | audio-iio-aux.c | 138 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()
|
| /linux/drivers/of/ |
| H A D | overlay.c | 246 target_path = kasprintf(GFP_KERNEL, "%pOF", fragment->target); in dup_and_fixup_symbol_prop() 544 fn_1 = kasprintf(GFP_KERNEL, "%pOF", ce_1->np); in find_dup_cset_node_entry() 545 fn_2 = kasprintf(GFP_KERNEL, "%pOF", ce_2->np); in find_dup_cset_node_entry() 579 fn_1 = kasprintf(GFP_KERNEL, "%pOF", ce_1->np); in find_dup_cset_prop() 580 fn_2 = kasprintf(GFP_KERNEL, "%pOF", ce_2->np); in find_dup_cset_prop() 704 target_path = kasprintf(GFP_KERNEL, "%pOF%s", target_base, path); in find_target()
|
| /linux/drivers/thermal/intel/int340x_thermal/ |
| H A D | int3400_thermal.c | 405 odvp->attr.attr.name = kasprintf(GFP_KERNEL, in evaluate_odvp() 466 thermal_prop[0] = kasprintf(GFP_KERNEL, "NAME=%s", thermal_zone_device_type(priv->thermal)); in int3400_notify() 467 thermal_prop[1] = kasprintf(GFP_KERNEL, "TEMP=%d", INT3400_FAKE_TEMP); in int3400_notify() 468 thermal_prop[2] = kasprintf(GFP_KERNEL, "TRIP="); in int3400_notify() 469 thermal_prop[3] = kasprintf(GFP_KERNEL, "EVENT=%d", therm_event); in int3400_notify()
|
| /linux/kernel/irq/ |
| H A D | irqdomain.c | 99 n = kasprintf(GFP_KERNEL, "%s", name); in __irq_domain_alloc_fwnode() 102 n = kasprintf(GFP_KERNEL, "%s-%d", name, id); in __irq_domain_alloc_fwnode() 105 n = kasprintf(GFP_KERNEL, "irqchip@%pa", pa); in __irq_domain_alloc_fwnode() 146 domain->name = kasprintf(GFP_KERNEL, "%s", base); in alloc_name() 148 domain->name = kasprintf(GFP_KERNEL, "%s-%d", base, bus_token); in alloc_name() 164 name = kasprintf(GFP_KERNEL, "%pfw%s%s", fwnode, sep, suf); in alloc_fwnode_name() 166 name = kasprintf(GFP_KERNEL, "%pfw%s%s-%d", fwnode, sep, suf, bus_token); in alloc_fwnode_name() 186 domain->name = kasprintf(GFP_KERNEL, "unknown-%d", id); in alloc_unknown_name() 188 domain->name = kasprintf(GFP_KERNEL, "unknown-%d-%d", id, bus_token); in alloc_unknown_name() 438 name = kasprintf(GFP_KERNEL, "%s-%d", domain->name, bus_token); in irq_domain_update_bus_token()
|
| /linux/drivers/clk/zynq/ |
| H A D | clkc.c | 124 mux_name = kasprintf(GFP_KERNEL, "%s_mux", clk_name); in zynq_clk_register_fclk() 127 div0_name = kasprintf(GFP_KERNEL, "%s_div0", clk_name); in zynq_clk_register_fclk() 130 div1_name = kasprintf(GFP_KERNEL, "%s_div1", clk_name); in zynq_clk_register_fclk() 188 mux_name = kasprintf(GFP_KERNEL, "%s_mux", clk_name0); in zynq_clk_register_periph_clk() 189 div_name = kasprintf(GFP_KERNEL, "%s_div", clk_name0); in zynq_clk_register_periph_clk()
|
| /linux/drivers/clk/ |
| H A D | clk-versaclock5.c | 919 child_name = kasprintf(GFP_KERNEL, "OUT%d", clk_out->num + 1); in vc5_get_output_config() 1041 init.name = kasprintf(GFP_KERNEL, "%pOFn.mux", client->dev.of_node); in vc5_probe() 1059 init.name = kasprintf(GFP_KERNEL, "%pOFn.dbl", in vc5_probe() 1079 init.name = kasprintf(GFP_KERNEL, "%pOFn.pfd", client->dev.of_node); in vc5_probe() 1100 init.name = kasprintf(GFP_KERNEL, "%pOFn.pll", client->dev.of_node); in vc5_probe() 1122 init.name = kasprintf(GFP_KERNEL, "%pOFn.fod%d", in vc5_probe() 1144 init.name = kasprintf(GFP_KERNEL, "%pOFn.out0_sel_i2cb", in vc5_probe() 1174 init.name = kasprintf(GFP_KERNEL, "%pOFn.out%d", in vc5_probe()
|