/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/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/platform/x86/lenovo/ |
H A D | think-lmi.c | 338 opcode_str = kasprintf(GFP_KERNEL, "%s:%s;", setting, value); in tlmi_opcode_setting() 489 auth_str = kasprintf(GFP_KERNEL, "%s,%s,%s,%s,%s;", in new_password_store() 657 return kasprintf(GFP_KERNEL, "%s,%s,%s", in cert_command() 661 return kasprintf(GFP_KERNEL, "%s,%s", arg1, arg2); in cert_command() 705 wmistr = kasprintf(GFP_KERNEL, "%s,%s", in certificate_thumbprint_show() 710 wmistr = kasprintf(GFP_KERNEL, "%s", thumbtypes[i]); in certificate_thumbprint_show() 1067 set_str = kasprintf(GFP_KERNEL, "%s,%s,%s", setting->name, in current_value_store() 1098 set_str = kasprintf(GFP_KERNEL, "%s,%s;", setting->name, in current_value_store() 1115 auth_str = kasprintf(GFP_KERNEL, "%s,%s,%s;", in current_value_store() 1126 set_str = kasprintf(GFP_KERNEL, "%s,%s,%s", setting->name, in current_value_store() [all …]
|
/linux/fs/xfs/scrub/ |
H A D | common.h | 254 kasprintf(XCHK_GFP_FLAGS, "XFS (%s): " fmt, \ 257 kasprintf(XCHK_GFP_FLAGS, "XFS (%s): AG 0x%x " fmt, \ 263 kasprintf(XCHK_GFP_FLAGS, "XFS (%s): inode 0x%llx " fmt, \ 268 kasprintf(XCHK_GFP_FLAGS, "XFS (%s): rtgroup 0x%x " fmt, \
|
/linux/drivers/soc/aspeed/ |
H A D | aspeed-socinfo.c | 132 attrs->soc_id = kasprintf(GFP_KERNEL, "%08x", siliconid); in aspeed_socinfo_init() 135 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/infiniband/hw/hfi1/ |
H A D | device.c | 17 return kasprintf(GFP_KERNEL, "%s", dev_name(dev)); in hfi1_devnode() 29 return kasprintf(GFP_KERNEL, "%s", dev_name(dev)); in hfi1_user_devnode()
|
/linux/drivers/soc/amlogic/ |
H A D | meson-gx-socinfo.c | 189 soc_dev_attr->revision = kasprintf(GFP_KERNEL, "%x:%x - %x:%x", in meson_gx_socinfo_init() 194 soc_dev_attr->soc_id = kasprintf(GFP_KERNEL, "%s (%s)", in meson_gx_socinfo_init()
|
/linux/drivers/iio/ |
H A D | industrialio-core.c | 1058 full_postfix = kasprintf(GFP_KERNEL, "%s_%s_%s", in __iio_device_attr_init() 1063 full_postfix = kasprintf(GFP_KERNEL, "%s_%s", in __iio_device_attr_init() 1070 full_postfix = kasprintf(GFP_KERNEL, in __iio_device_attr_init() 1081 name = kasprintf(GFP_KERNEL, "%s", full_postfix); in __iio_device_attr_init() 1084 name = kasprintf(GFP_KERNEL, "%s_%s", in __iio_device_attr_init() 1089 name = kasprintf(GFP_KERNEL, "%s_%s-%s_%s", in __iio_device_attr_init() 1101 name = kasprintf(GFP_KERNEL, in __iio_device_attr_init() 1114 name = kasprintf(GFP_KERNEL, "%s", full_postfix); in __iio_device_attr_init() 1117 name = kasprintf(GFP_KERNEL, "%s_%s", in __iio_device_attr_init() 1122 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/ti/ |
H A D | k3-socinfo.c | 92 soc_dev_attr->revision = kasprintf(GFP_KERNEL, "SR%s", in k3_chipinfo_variant_to_sr() 97 soc_dev_attr->revision = kasprintf(GFP_KERNEL, "SR%x.0", in k3_chipinfo_variant_to_sr()
|
/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/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 | 88 n = kasprintf(GFP_KERNEL, "%s", name); in __irq_domain_alloc_fwnode() 91 n = kasprintf(GFP_KERNEL, "%s-%d", name, id); in __irq_domain_alloc_fwnode() 94 n = kasprintf(GFP_KERNEL, "irqchip@%pa", pa); in __irq_domain_alloc_fwnode() 134 domain->name = kasprintf(GFP_KERNEL, "%s", base); in alloc_name() 136 domain->name = kasprintf(GFP_KERNEL, "%s-%d", base, bus_token); in alloc_name() 152 name = kasprintf(GFP_KERNEL, "%pfw%s%s", fwnode, sep, suf); in alloc_fwnode_name() 154 name = kasprintf(GFP_KERNEL, "%pfw%s%s-%d", fwnode, sep, suf, bus_token); in alloc_fwnode_name() 174 domain->name = kasprintf(GFP_KERNEL, "unknown-%d", id); in alloc_unknown_name() 176 domain->name = kasprintf(GFP_KERNEL, "unknown-%d-%d", id, bus_token); in alloc_unknown_name() 426 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/xen/xenbus/ |
H A D | xenbus_probe_frontend.c | 65 nodename = kasprintf(GFP_KERNEL, "%s/%s/%s", bus->root, type, name); in xenbus_probe_frontend() 381 be_watch.node = kasprintf(GFP_NOIO | __GFP_HIGH, "%s/state", be); in xenbus_reset_frontend() 418 frontend = kasprintf(GFP_NOIO | __GFP_HIGH, "device/%s/%s", class, dev); in xenbus_check_frontend()
|