Home
last modified time | relevance | path

Searched refs:name_len (Results 1 – 4 of 4) sorted by relevance

/arch/arm/mach-goldfish/
Dswitch.c125 uint32_t name_len; in goldfish_switch_probe() local
133 name_len = readl(base + SW_NAME_LEN); in goldfish_switch_probe()
135 qs = kzalloc(sizeof(*qs) + name_len + 1, GFP_KERNEL); in goldfish_switch_probe()
150 qs->name[name_len] = '\0'; in goldfish_switch_probe()
Dpdev_bus.c132 uint32_t name_len; in goldfish_new_pdev() local
141 name_len = readl(pdev_bus_base + PDEV_BUS_NAME_LEN); in goldfish_new_pdev()
145 name = kzalloc(name_len + 1, GFP_ATOMIC); in goldfish_new_pdev()
150 name[name_len] = '\0'; in goldfish_new_pdev()
/arch/mips/goldfish/
Dswitch.c120 uint32_t name_len; in goldfish_switch_probe() local
132 name_len = readl(base + SW_NAME_LEN); in goldfish_switch_probe()
134 qs = kzalloc(sizeof(*qs) + name_len + 1, GFP_KERNEL); in goldfish_switch_probe()
149 qs->name[name_len] = '\0'; in goldfish_switch_probe()
/arch/sparc/kernel/
Dmdesc.c52 u8 name_len; member