Searched refs:phy_list (Results 1 – 9 of 9) sorted by relevance
/drivers/usb/phy/ |
D | phy.c | 21 static LIST_HEAD(phy_list); 62 list_for_each_entry(phy, &phy_list, head) { in __of_usb_find_phy() 133 phy = __usb_find_phy(&phy_list, type); in usb_get_phy() 344 list_for_each_entry(phy, &phy_list, head) { in usb_add_phy() 354 list_add_tail(&x->head, &phy_list); in usb_add_phy() 387 list_add_tail(&x->head, &phy_list); in usb_add_phy_dev()
|
/drivers/scsi/libsas/ |
D | sas_port.c | 156 list_add_tail(&phy->port_phy_el, &port->phy_list); in sas_form_port() 242 INIT_LIST_HEAD(&port->phy_list); in sas_deform_port() 327 INIT_LIST_HEAD(&port->phy_list); in sas_init_port()
|
D | sas_discover.c | 78 if (list_empty(&port->phy_list)) { in sas_get_port_device() 83 phy = container_of(port->phy_list.next, struct asd_sas_phy, port_phy_el); in sas_get_port_device() 168 list_for_each_entry(phy, &port->phy_list, port_phy_el) in sas_get_port_device() 266 list_for_each_entry(phy, &port->phy_list, port_phy_el) { in sas_suspend_devices()
|
/drivers/scsi/ |
D | scsi_transport_sas.c | 863 BUG_ON(!list_empty(&port->phy_list)); in sas_port_release() 922 INIT_LIST_HEAD(&port->phy_list); in sas_port_alloc() 981 BUG_ON(!list_empty(&port->phy_list)); in sas_port_add() 1030 list_for_each_entry_safe(phy, tmp_phy, &port->phy_list, in sas_port_delete() 1073 if (list_empty(&port->phy_list)) in sas_port_get_phy() 1076 struct list_head *ent = port->phy_list.next; in sas_port_get_phy() 1106 list_for_each_entry(tmp, &port->phy_list, port_siblings) in sas_port_add_phy() 1118 list_add_tail(&phy->port_siblings, &port->phy_list); in sas_port_add_phy()
|
/drivers/scsi/mpt2sas/ |
D | mpt2sas_transport.c | 539 list_add_tail(&mpt2sas_phy->port_siblings, &mpt2sas_port->phy_list); in _transport_add_phy() 569 list_for_each_entry(phy_srch, &mpt2sas_port->phy_list, in _transport_add_phy_to_an_existing_port() 600 list_for_each_entry(phy_srch, &mpt2sas_port->phy_list, in _transport_del_phy_from_an_existing_port() 669 INIT_LIST_HEAD(&mpt2sas_port->phy_list); in mpt2sas_transport_port_add() 702 &mpt2sas_port->phy_list); in mpt2sas_transport_port_add() 719 list_for_each_entry(mpt2sas_phy, &mpt2sas_port->phy_list, in mpt2sas_transport_port_add() 765 list_for_each_entry_safe(mpt2sas_phy, next, &mpt2sas_port->phy_list, in mpt2sas_transport_port_add() 824 &mpt2sas_port->phy_list, port_siblings) { in mpt2sas_transport_port_remove()
|
D | mpt2sas_base.h | 452 struct list_head phy_list; member
|
/drivers/scsi/mpt3sas/ |
D | mpt3sas_transport.c | 531 list_add_tail(&mpt3sas_phy->port_siblings, &mpt3sas_port->phy_list); in _transport_add_phy() 562 list_for_each_entry(phy_srch, &mpt3sas_port->phy_list, in _transport_add_phy_to_an_existing_port() 593 list_for_each_entry(phy_srch, &mpt3sas_port->phy_list, in _transport_del_phy_from_an_existing_port() 663 INIT_LIST_HEAD(&mpt3sas_port->phy_list); in mpt3sas_transport_port_add() 696 &mpt3sas_port->phy_list); in mpt3sas_transport_port_add() 713 list_for_each_entry(mpt3sas_phy, &mpt3sas_port->phy_list, in mpt3sas_transport_port_add() 758 list_for_each_entry_safe(mpt3sas_phy, next, &mpt3sas_port->phy_list, in mpt3sas_transport_port_add() 818 &mpt3sas_port->phy_list, port_siblings) { in mpt3sas_transport_port_remove()
|
D | mpt3sas_base.h | 376 struct list_head phy_list; member
|
/drivers/scsi/mvsas/ |
D | mv_sas.c | 86 phy = container_of(sha->sas_port[i]->phy_list.next, in mvs_find_dev_mvi() 116 &sha->sas_port[i]->phy_list, port_phy_el) { in mvs_find_dev_phyno()
|