Searched refs:tb_register_property_dir (Results 1 – 3 of 3) sorted by relevance
170 int tb_register_property_dir(const char *key, struct tb_property_dir *dir);
1518 int tb_register_property_dir(const char *key, struct tb_property_dir *dir) in tb_register_property_dir() function1553 EXPORT_SYMBOL_GPL(tb_register_property_dir);
1341 ret = tb_register_property_dir("network", tbnet_dir); in tbnet_init()