phy_params        107 drivers/ata/ahci_imx.c 	u32 phy_params;
phy_params        681 drivers/ata/ahci_imx.c 				   imxpriv->phy_params);
phy_params       1108 drivers/ata/ahci_imx.c 		imxpriv->phy_params =
phy_params         71 drivers/mmc/host/sdhci-cadence.c 	struct sdhci_cdns_phy_param phy_params[0];
phy_params        132 drivers/mmc/host/sdhci-cadence.c 	struct sdhci_cdns_phy_param *p = priv->phy_params;
phy_params        153 drivers/mmc/host/sdhci-cadence.c 		ret = sdhci_cdns_write_phy_reg(priv, priv->phy_params[i].addr,
phy_params        154 drivers/mmc/host/sdhci-cadence.c 					       priv->phy_params[i].data);
phy_params        366 drivers/mmc/host/sdhci-cadence.c 				struct_size(priv, phy_params, nr_phy_params));
phy_params        210 drivers/mmc/host/sdhci-xenon-phy.c 	priv->phy_params = params;
phy_params        284 drivers/mmc/host/sdhci-xenon-phy.c 	struct xenon_emmc_phy_params *params = priv->phy_params;
phy_params        306 drivers/mmc/host/sdhci-xenon-phy.c 	struct xenon_emmc_phy_params *params = priv->phy_params;
phy_params        380 drivers/mmc/host/sdhci-xenon-phy.c 	struct xenon_emmc_phy_params *params = priv->phy_params;
phy_params        494 drivers/mmc/host/sdhci-xenon-phy.c 	struct xenon_emmc_phy_params *params = priv->phy_params;
phy_params        550 drivers/mmc/host/sdhci-xenon-phy.c 	struct xenon_emmc_phy_params *params = priv->phy_params;
phy_params        833 drivers/mmc/host/sdhci-xenon-phy.c 	return xenon_emmc_phy_parse_param_dt(host, np, priv->phy_params);
phy_params         90 drivers/mmc/host/sdhci-xenon.h 	void		*phy_params;
phy_params        797 net/bluetooth/hci_request.c 		struct hci_cp_le_scan_phy_params *phy_params;
phy_params        798 net/bluetooth/hci_request.c 		u8 data[sizeof(*ext_param_cp) + sizeof(*phy_params) * 2];
phy_params        802 net/bluetooth/hci_request.c 		phy_params = (void *)ext_param_cp->data;
phy_params        813 net/bluetooth/hci_request.c 			memset(phy_params, 0, sizeof(*phy_params));
phy_params        814 net/bluetooth/hci_request.c 			phy_params->type = type;
phy_params        815 net/bluetooth/hci_request.c 			phy_params->interval = cpu_to_le16(interval);
phy_params        816 net/bluetooth/hci_request.c 			phy_params->window = cpu_to_le16(window);
phy_params        818 net/bluetooth/hci_request.c 			plen += sizeof(*phy_params);
phy_params        819 net/bluetooth/hci_request.c 			phy_params++;
phy_params        825 net/bluetooth/hci_request.c 			memset(phy_params, 0, sizeof(*phy_params));
phy_params        826 net/bluetooth/hci_request.c 			phy_params->type = type;
phy_params        827 net/bluetooth/hci_request.c 			phy_params->interval = cpu_to_le16(interval);
phy_params        828 net/bluetooth/hci_request.c 			phy_params->window = cpu_to_le16(window);
phy_params        830 net/bluetooth/hci_request.c 			plen += sizeof(*phy_params);
phy_params        831 net/bluetooth/hci_request.c 			phy_params++;