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,
79 void sas_device_set_phy(struct domain_device *dev, struct sas_port *port);
80 struct domain_device *sas_find_dev_by_rphy(struct sas_rphy *rphy);
81 struct domain_device *sas_ex_to_ata(struct domain_device *ex_dev, int phy_id);
82 int sas_ex_phy_discover(struct domain_device *dev, int single);
83 int sas_get_report_phy_sata(struct domain_device *dev, int phy_id,
85 int sas_get_phy_attached_dev(struct domain_device *dev, int phy_id,
97 int sas_execute_tmf(struct domain_device *device, void *parameter,
113 static inline bool sas_phy_match_dev_addr(struct domain_device *dev, in sas_phy_match_dev_addr()
130 static inline void sas_fail_probe(struct domain_device *dev, const char *func, int err) in sas_fail_probe()
144 struct domain_device *parent = dev->parent; in sas_fail_probe()
153 static inline void sas_fill_in_rphy(struct domain_device *dev, in sas_fill_in_rphy()
178 static inline void sas_phy_set_target(struct asd_sas_phy *p, struct domain_device *dev) in sas_phy_set_target()
194 static inline void sas_add_parent_port(struct domain_device *dev, int phy_id) in sas_add_parent_port()
209 static inline struct domain_device *sas_alloc_device(void) in sas_alloc_device()
211 struct domain_device *dev = kzalloc(sizeof(*dev), GFP_KERNEL); in sas_alloc_device()
223 static inline void sas_put_device(struct domain_device *dev) in sas_put_device()