lldd_control_phy  967 drivers/scsi/aic94xx/aic94xx_init.c 	.lldd_control_phy	= asd_control_phy,
lldd_control_phy 2256 drivers/scsi/hisi_sas/hisi_sas_main.c 	.lldd_control_phy	= hisi_sas_control_phy,
lldd_control_phy  203 drivers/scsi/isci/init.c 	.lldd_control_phy	= isci_phy_control,
lldd_control_phy  219 drivers/scsi/libsas/sas_host_smp.c 	if (i->dft->lldd_control_phy(asd_phy, phy_op, &rates))
lldd_control_phy  195 drivers/scsi/libsas/sas_init.c 		return i->dft->lldd_control_phy(asd_phy, PHY_FUNC_GET_EVENTS, NULL);
lldd_control_phy  246 drivers/scsi/libsas/sas_init.c 		return i->dft->lldd_control_phy(asd_phy, reset_type, NULL);
lldd_control_phy  281 drivers/scsi/libsas/sas_init.c 			ret = i->dft->lldd_control_phy(asd_phy, cmd, NULL);
lldd_control_phy  314 drivers/scsi/libsas/sas_init.c 		ret = i->dft->lldd_control_phy(asd_phy, reset_type, NULL);
lldd_control_phy  349 drivers/scsi/libsas/sas_init.c 		ret = i->dft->lldd_control_phy(asd_phy, PHY_FUNC_SET_LINK_RATE,
lldd_control_phy  609 drivers/scsi/libsas/sas_init.c 		if (i->dft->lldd_control_phy) {
lldd_control_phy   45 drivers/scsi/libsas/sas_phy.c 	if (!port && phy->enabled && i->dft->lldd_control_phy) {
lldd_control_phy   50 drivers/scsi/libsas/sas_phy.c 			i->dft->lldd_control_phy(phy, PHY_FUNC_HARD_RESET,
lldd_control_phy   57 drivers/scsi/libsas/sas_phy.c 			i->dft->lldd_control_phy(phy, PHY_FUNC_DISABLE, NULL);
lldd_control_phy   72 drivers/scsi/libsas/sas_phy.c 	i->dft->lldd_control_phy(phy, PHY_FUNC_RELEASE_SPINUP_HOLD, NULL);
lldd_control_phy  105 drivers/scsi/libsas/sas_phy.c 		ret = i->dft->lldd_control_phy(phy, PHY_FUNC_DISABLE, NULL);
lldd_control_phy   58 drivers/scsi/mvsas/mv_init.c 	.lldd_control_phy	= mvs_phy_control,
lldd_control_phy  103 drivers/scsi/pm8001/pm8001_init.c 	.lldd_control_phy	= pm8001_phy_control,
lldd_control_phy  650 include/scsi/libsas.h 	int (*lldd_control_phy)(struct asd_sas_phy *, enum phy_func, void *);