Home
last modified time | relevance | path

Searched refs:phy_ops (Results 1 – 22 of 22) sorted by relevance

/openbmc/u-boot/drivers/tpm/
H A Dtpm2_tis_core.c40 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_check_locality() local
43 phy_ops->read_bytes(dev, TPM_ACCESS(loc), 1, &locality); in tpm_tis_check_locality()
65 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_request_locality() local
72 phy_ops->write_bytes(dev, TPM_ACCESS(loc), 1, &buf); in tpm_tis_request_locality()
95 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_status() local
100 phy_ops->read_bytes(dev, TPM_STS(chip->locality), 1, status); in tpm_tis_status()
121 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_release_locality() local
128 ret = phy_ops->write_bytes(dev, TPM_ACCESS(loc), 1, &buf); in tpm_tis_release_locality()
175 struct tpm_tis_phy_ops *phy_ops = chip->phy_ops; in tpm_tis_get_burstcount() local
190 phy_ops->read32(dev, TPM_STS(chip->locality), &burst); in tpm_tis_get_burstcount()
[all …]
H A Dtpm2_tis_i2c.c96 static struct tpm_tis_phy_ops phy_ops = { variable
110 tpm_tis_ops_register(udev, &phy_ops); in tpm_tis_i2c_probe()
H A Dtpm_tis.h113 struct tpm_tis_phy_ops *phy_ops; member
/openbmc/u-boot/drivers/phy/
H A Dphy-uclass.c11 static inline struct phy_ops *phy_dev_ops(struct udevice *dev) in phy_dev_ops()
13 return (struct phy_ops *)dev->driver->ops; in phy_dev_ops()
38 struct phy_ops *ops; in generic_phy_get_by_index()
111 struct phy_ops const *ops = phy_dev_ops(phy->dev); in generic_phy_init()
118 struct phy_ops const *ops = phy_dev_ops(phy->dev); in generic_phy_reset()
125 struct phy_ops const *ops = phy_dev_ops(phy->dev); in generic_phy_exit()
132 struct phy_ops const *ops = phy_dev_ops(phy->dev); in generic_phy_power_on()
139 struct phy_ops const *ops = phy_dev_ops(phy->dev); in generic_phy_power_off()
H A Dnop-phy.c17 static struct phy_ops nop_phy_ops = {
H A Dbcm6358-usbh-phy.c47 static struct phy_ops bcm6358_usbh_ops = {
H A Dbcm6348-usbh-phy.c33 static struct phy_ops bcm6348_usbh_ops = {
H A Dsandbox-phy.c85 static struct phy_ops sandbox_phy_ops = {
H A Dkeystone-usb-phy.c95 static struct phy_ops keystone_usb_phy_ops = {
H A Dmsm8916-usbh-phy.c91 static struct phy_ops msm_phy_ops = {
H A Dbcm6318-usbh-phy.c67 static struct phy_ops bcm6318_usbh_ops = {
H A Dphy-rcar-gen3.c104 static const struct phy_ops rcar_gen3_phy_phy_ops = {
H A Dsti_usb_phy.c98 struct phy_ops sti_usb_phy_ops = {
H A Dbcm6368-usbh-phy.c69 static struct phy_ops bcm6368_usbh_ops = {
H A Dphy-rcar-gen2.c139 static const struct phy_ops rcar_gen2_phy_phy_ops = {
H A Domap-usb2-phy.c162 struct phy_ops omap_usb2_phy_ops = {
H A Dmeson-gxl-usb3.c155 struct phy_ops meson_gxl_usb3_phy_ops = {
H A Dmeson-gxl-usb2.c185 struct phy_ops meson_gxl_usb2_phy_ops = {
H A Dti-pipe3-phy.c374 static struct phy_ops pipe3_phy_ops = {
H A Dphy-stm32-usbphyc.c318 static const struct phy_ops stm32_usbphyc_phy_ops = {
/openbmc/u-boot/include/
H A Dgeneric-phy.h37 struct phy_ops { struct
/openbmc/u-boot/drivers/phy/allwinner/
H A Dphy-sun4i-usb.c404 static struct phy_ops sun4i_usb_phy_ops = {