Home
last modified time | relevance | path

Searched refs:type_name (Results 1 – 2 of 2) sorted by relevance

/net/rfkill/
A Drfkill-gpio.c100 const char *type_name; in rfkill_gpio_probe() local
118 device_property_read_string(&pdev->dev, type_property, &type_name); in rfkill_gpio_probe()
123 rfkill->type = rfkill_find_type(type_name); in rfkill_gpio_probe()
/net/ceph/
A Dosdmap.c2929 const char *type_name, *name, *colon; in DEFINE_RB_FUNCS2() local
2933 while ((type_name = strsep(&crush_location, "|"))) { in DEFINE_RB_FUNCS2()
2934 colon = strchr(type_name, ':'); in DEFINE_RB_FUNCS2()
2938 type_name_len = colon - type_name; in DEFINE_RB_FUNCS2()
2952 memcpy(loc->cl_loc.cl_type_name, type_name, type_name_len); in DEFINE_RB_FUNCS2()

Completed in 9 milliseconds