Lines Matching refs:domain_device
44 int sas_discover_root_expander(struct domain_device *dev);
46 int sas_ex_revalidate_domain(struct domain_device *dev);
51 void sas_init_dev(struct domain_device *dev);
52 void sas_unregister_dev(struct asd_sas_port *port, struct domain_device *dev);
82 int sas_notify_lldd_dev_found(struct domain_device *);
83 void sas_notify_lldd_dev_gone(struct domain_device *);
87 int sas_smp_phy_control(struct domain_device *dev, int phy_id,
91 void sas_device_set_phy(struct domain_device *dev, struct sas_port *port);
92 struct domain_device *sas_find_dev_by_rphy(struct sas_rphy *rphy);
93 struct domain_device *sas_ex_to_ata(struct domain_device *ex_dev, int phy_id);
94 int sas_ex_phy_discover(struct domain_device *dev, int single);
95 int sas_get_report_phy_sata(struct domain_device *dev, int phy_id,
97 int sas_get_phy_attached_dev(struct domain_device *dev, int phy_id,
109 int sas_execute_tmf(struct domain_device *device, void *parameter,
125 static inline bool sas_phy_match_dev_addr(struct domain_device *dev, in sas_phy_match_dev_addr()
142 static inline void sas_fail_probe(struct domain_device *dev, const char *func, int err) in sas_fail_probe()
156 struct domain_device *parent = dev->parent; in sas_fail_probe()
165 static inline void sas_fill_in_rphy(struct domain_device *dev, in sas_fill_in_rphy()
190 static inline void sas_phy_set_target(struct asd_sas_phy *p, struct domain_device *dev) in sas_phy_set_target()
206 static inline struct domain_device *sas_alloc_device(void) in sas_alloc_device()
208 struct domain_device *dev = kzalloc(sizeof(*dev), GFP_KERNEL); in sas_alloc_device()
220 static inline void sas_put_device(struct domain_device *dev) in sas_put_device()