[go: nahoru, domu]

Searched refs:phy_list (Results 1 - 9 of 9) sorted by relevance

/drivers/usb/phy/
H A Dphy.c21 static LIST_HEAD(phy_list);
62 list_for_each_entry(phy, &phy_list, head) {
131 phy = __usb_find_phy(&phy_list, type);
342 list_for_each_entry(phy, &phy_list, head) {
352 list_add_tail(&x->head, &phy_list);
385 list_add_tail(&x->head, &phy_list);
/drivers/scsi/libsas/
H A Dsas_port.c156 list_add_tail(&phy->port_phy_el, &port->phy_list);
242 INIT_LIST_HEAD(&port->phy_list);
327 INIT_LIST_HEAD(&port->phy_list);
H A Dsas_discover.c78 if (list_empty(&port->phy_list)) {
83 phy = container_of(port->phy_list.next, struct asd_sas_phy, port_phy_el);
168 list_for_each_entry(phy, &port->phy_list, port_phy_el)
264 * phy_list is not being mutated
266 list_for_each_entry(phy, &port->phy_list, port_phy_el) {
/drivers/scsi/mpt2sas/
H A Dmpt2sas_transport.c539 list_add_tail(&mpt2sas_phy->port_siblings, &mpt2sas_port->phy_list);
569 list_for_each_entry(phy_srch, &mpt2sas_port->phy_list,
600 list_for_each_entry(phy_srch, &mpt2sas_port->phy_list,
669 INIT_LIST_HEAD(&mpt2sas_port->phy_list);
702 &mpt2sas_port->phy_list);
719 list_for_each_entry(mpt2sas_phy, &mpt2sas_port->phy_list,
765 list_for_each_entry_safe(mpt2sas_phy, next, &mpt2sas_port->phy_list,
824 &mpt2sas_port->phy_list, port_siblings) {
H A Dmpt2sas_base.h444 * @phy_list: _sas_phy list objects belonging to this port
452 struct list_head phy_list; member in struct:_sas_port
/drivers/scsi/mpt3sas/
H A Dmpt3sas_transport.c531 list_add_tail(&mpt3sas_phy->port_siblings, &mpt3sas_port->phy_list);
562 list_for_each_entry(phy_srch, &mpt3sas_port->phy_list,
593 list_for_each_entry(phy_srch, &mpt3sas_port->phy_list,
663 INIT_LIST_HEAD(&mpt3sas_port->phy_list);
696 &mpt3sas_port->phy_list);
713 list_for_each_entry(mpt3sas_phy, &mpt3sas_port->phy_list,
758 list_for_each_entry_safe(mpt3sas_phy, next, &mpt3sas_port->phy_list,
818 &mpt3sas_port->phy_list, port_siblings) {
H A Dmpt3sas_base.h368 * @phy_list: _sas_phy list objects belonging to this port
376 struct list_head phy_list; member in struct:_sas_port
/drivers/scsi/
H A Dscsi_transport_sas.c863 BUG_ON(!list_empty(&port->phy_list));
922 INIT_LIST_HEAD(&port->phy_list);
981 BUG_ON(!list_empty(&port->phy_list));
1030 list_for_each_entry_safe(phy, tmp_phy, &port->phy_list,
1073 if (list_empty(&port->phy_list))
1076 struct list_head *ent = port->phy_list.next;
1106 list_for_each_entry(tmp, &port->phy_list, port_siblings)
1118 list_add_tail(&phy->port_siblings, &port->phy_list);
/drivers/scsi/mvsas/
H A Dmv_sas.c86 phy = container_of(sha->sas_port[i]->phy_list.next,
116 &sha->sas_port[i]->phy_list, port_phy_el) {

Completed in 211 milliseconds