Lines Matching refs:domain_device
70 int sas_notify_lldd_dev_found(struct domain_device *);
71 void sas_notify_lldd_dev_gone(struct domain_device *);
75 int sas_smp_phy_control(struct domain_device *dev, int phy_id,
81 void sas_device_set_phy(struct domain_device *dev, struct sas_port *port);
82 struct domain_device *sas_find_dev_by_rphy(struct sas_rphy *rphy);
83 struct domain_device *sas_ex_to_ata(struct domain_device *ex_dev, int phy_id);
84 int sas_ex_phy_discover(struct domain_device *dev, int single);
85 int sas_get_report_phy_sata(struct domain_device *dev, int phy_id,
108 static inline void sas_fail_probe(struct domain_device *dev, const char *func, int err) in sas_fail_probe()
117 static inline void sas_fill_in_rphy(struct domain_device *dev, in sas_fill_in_rphy()
142 static inline void sas_phy_set_target(struct asd_sas_phy *p, struct domain_device *dev) in sas_phy_set_target()
158 static inline void sas_add_parent_port(struct domain_device *dev, int phy_id) in sas_add_parent_port()
173 static inline struct domain_device *sas_alloc_device(void) in sas_alloc_device()
175 struct domain_device *dev = kzalloc(sizeof(*dev), GFP_KERNEL); in sas_alloc_device()
187 static inline void sas_put_device(struct domain_device *dev) in sas_put_device()