Searched refs:name_len (Results 1 – 4 of 4) sorted by relevance
125 uint32_t name_len; in goldfish_switch_probe() local133 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()
132 uint32_t name_len; in goldfish_new_pdev() local141 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()
120 uint32_t name_len; in goldfish_switch_probe() local132 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()
52 u8 name_len; member