Searched refs:tbstream_dir (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/thunderbolt/ |
| H A D | stream.c | 210 static struct tb_property_dir *tbstream_dir; variable 970 svc->local_properties = tb_property_copy_dir(tbstream_dir); in service_update_properties() 1652 tbstream_dir = tb_property_create_dir(&tbstream_dir_uuid); in tbstream_init() 1653 if (!tbstream_dir) in tbstream_init() 1656 tb_property_add_immediate(tbstream_dir, "prtcid", 1); in tbstream_init() 1657 tb_property_add_immediate(tbstream_dir, "prtcvers", 1); in tbstream_init() 1658 tb_property_add_immediate(tbstream_dir, "prtcrevs", 0); in tbstream_init() 1659 tb_property_add_immediate(tbstream_dir, "prtcstns", 0); in tbstream_init() 1661 ret = tb_register_property_dir("stream", tbstream_dir); in tbstream_init() 1678 tb_unregister_property_dir("stream", tbstream_dir); in tbstream_init() [all …]
|