Lines Matching refs:cont
312 static int sas_host_match(struct attribute_container *cont, in sas_host_match() argument
329 return &i->t.host_attrs.ac == cont; in sas_host_match()
673 static int sas_phy_match(struct attribute_container *cont, struct device *dev) in sas_phy_match() argument
689 return &i->phy_attr_cont.ac == cont; in sas_phy_match()
839 static int sas_port_match(struct attribute_container *cont, struct device *dev) in sas_port_match() argument
855 return &i->port_attr_cont.ac == cont; in sas_port_match()
1369 static int sas_rphy_match(struct attribute_container *cont, struct device *dev) in sas_rphy_match() argument
1385 return &i->rphy_attr_cont.ac == cont; in sas_rphy_match()
1388 static int sas_end_dev_match(struct attribute_container *cont, in sas_end_dev_match() argument
1407 return &i->end_dev_attr_cont.ac == cont && in sas_end_dev_match()
1411 static int sas_expander_match(struct attribute_container *cont, in sas_expander_match() argument
1430 return &i->expander_attr_cont.ac == cont && in sas_expander_match()