Lines Matching refs:domain_device
72 int sas_notify_lldd_dev_found(struct domain_device *);
73 void sas_notify_lldd_dev_gone(struct domain_device *);
77 int sas_smp_phy_control(struct domain_device *dev, int phy_id,
84 void sas_device_set_phy(struct domain_device *dev, struct sas_port *port);
85 struct domain_device *sas_find_dev_by_rphy(struct sas_rphy *rphy);
86 struct domain_device *sas_ex_to_ata(struct domain_device *ex_dev, int phy_id);
87 int sas_ex_phy_discover(struct domain_device *dev, int single);
88 int sas_get_report_phy_sata(struct domain_device *dev, int phy_id,
111 static inline void sas_fail_probe(struct domain_device *dev, const char *func, int err) in sas_fail_probe()
120 static inline void sas_fill_in_rphy(struct domain_device *dev, in sas_fill_in_rphy()
145 static inline void sas_phy_set_target(struct asd_sas_phy *p, struct domain_device *dev) in sas_phy_set_target()
161 static inline void sas_add_parent_port(struct domain_device *dev, int phy_id) in sas_add_parent_port()
176 static inline struct domain_device *sas_alloc_device(void) in sas_alloc_device()
178 struct domain_device *dev = kzalloc(sizeof(*dev), GFP_KERNEL); in sas_alloc_device()
190 static inline void sas_put_device(struct domain_device *dev) in sas_put_device()