Home
last modified time | relevance | path

Searched refs:phy_list (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/drivers/usb/phy/
Dphy.c29 static LIST_HEAD(phy_list);
59 list_for_each_entry(phy, &phy_list, head) { in __of_usb_find_phy()
451 phy = __usb_find_phy(&phy_list, type); in usb_get_phy()
635 list_for_each_entry(phy, &phy_list, head) { in usb_add_phy()
645 list_add_tail(&x->head, &phy_list); in usb_add_phy()
679 list_add_tail(&x->head, &phy_list); in usb_add_phy_dev()
/Linux-v4.19/drivers/scsi/libsas/
Dsas_event.c124 if (list_empty(&port->phy_list)) in sas_enable_revalidation()
127 sas_phy = container_of(port->phy_list.next, struct asd_sas_phy, in sas_enable_revalidation()
Dsas_port.c157 list_add_tail(&phy->port_phy_el, &port->phy_list); in sas_form_port()
246 INIT_LIST_HEAD(&port->phy_list); in sas_deform_port()
325 INIT_LIST_HEAD(&port->phy_list); in sas_init_port()
Dsas_discover.c78 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()
262 list_for_each_entry(phy, &port->phy_list, port_phy_el) { in sas_suspend_devices()
/Linux-v4.19/drivers/scsi/
Dscsi_transport_sas.c832 BUG_ON(!list_empty(&port->phy_list)); in sas_port_release()
891 INIT_LIST_HEAD(&port->phy_list); in sas_port_alloc()
950 BUG_ON(!list_empty(&port->phy_list)); in sas_port_add()
999 list_for_each_entry_safe(phy, tmp_phy, &port->phy_list, in sas_port_delete()
1042 if (list_empty(&port->phy_list)) in sas_port_get_phy()
1045 struct list_head *ent = port->phy_list.next; in sas_port_get_phy()
1075 list_for_each_entry(tmp, &port->phy_list, port_siblings) in sas_port_add_phy()
1087 list_add_tail(&phy->port_siblings, &port->phy_list); in sas_port_add_phy()
/Linux-v4.19/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c523 list_add_tail(&mpt3sas_phy->port_siblings, &mpt3sas_port->phy_list); in _transport_add_phy()
552 list_for_each_entry(phy_srch, &mpt3sas_port->phy_list, in _transport_add_phy_to_an_existing_port()
581 list_for_each_entry(phy_srch, &mpt3sas_port->phy_list, in _transport_del_phy_from_an_existing_port()
652 INIT_LIST_HEAD(&mpt3sas_port->phy_list); in mpt3sas_transport_port_add()
685 &mpt3sas_port->phy_list); in mpt3sas_transport_port_add()
707 list_for_each_entry(mpt3sas_phy, &mpt3sas_port->phy_list, in mpt3sas_transport_port_add()
771 list_for_each_entry_safe(mpt3sas_phy, next, &mpt3sas_port->phy_list, in mpt3sas_transport_port_add()
829 &mpt3sas_port->phy_list, port_siblings) { in mpt3sas_transport_port_remove()
Dmpt3sas_base.h702 struct list_head phy_list; member
/Linux-v4.19/include/scsi/
Dscsi_transport_sas.h158 struct list_head phy_list; member
Dlibsas.h281 struct list_head phy_list; member
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_dpio_phy.c227 const struct bxt_ddi_phy_info *phy_list = in bxt_get_phy_info() local
230 return &phy_list[phy]; in bxt_get_phy_info()
/Linux-v4.19/drivers/scsi/mvsas/
Dmv_sas.c86 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()
/Linux-v4.19/drivers/scsi/hisi_sas/
Dhisi_sas_main.c1164 list_for_each_entry(sas_phy, &sas_port->phy_list, port_phy_el) in hisi_sas_refresh_port_id()
1249 list_for_each_entry(sas_phy, &sas_port->phy_list, port_phy_el) { in hisi_sas_send_ata_reset_each_phy()
Dhisi_sas_v2_hw.c2609 list_for_each_entry(sas_phy, &asd_sas_port->phy_list, port_phy_el) { in hisi_sas_internal_abort_quirk_timeout()