Searched defs:sfp_bus (Results 1 – 3 of 3) sorted by relevance
22 struct sfp_bus { struct24 struct kref kref;25 struct list_head node;26 struct fwnode_handle *fwnode;28 const struct sfp_socket_ops *socket_ops;29 struct device *sfp_dev;30 struct sfp *sfp;31 const struct sfp_quirk *sfp_quirk;33 const struct sfp_upstream_ops *upstream_ops;34 void *upstream;[all …]
76 struct sfp_bus *sfp_bus; member
225 struct sfp_bus *sfp_bus; member