Searched defs:visor_device (Results 1 – 1 of 1) sorted by relevance
121 struct visor_device { struct125 struct visorchannel *visorchannel;126 uuid_le channel_type_guid;127 u64 channel_bytes;134 struct device device;135 struct list_head list_all;136 struct periodic_work *periodic_work;137 bool being_removed;138 bool responded_to_device_create;139 struct kobject kobjdevmajorminor; /* visorbus<x>/dev<y>/devmajorminor/*/[all …]