Searched refs:phy_ops (Results 1 – 22 of 22) sorted by relevance
| /openbmc/u-boot/drivers/tpm/ |
| H A D | tpm2_tis_core.c | 40 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 D | tpm2_tis_i2c.c | 96 static struct tpm_tis_phy_ops phy_ops = { variable 110 tpm_tis_ops_register(udev, &phy_ops); in tpm_tis_i2c_probe()
|
| H A D | tpm_tis.h | 113 struct tpm_tis_phy_ops *phy_ops; member
|
| /openbmc/u-boot/drivers/phy/ |
| H A D | phy-uclass.c | 11 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 D | nop-phy.c | 17 static struct phy_ops nop_phy_ops = {
|
| H A D | bcm6358-usbh-phy.c | 47 static struct phy_ops bcm6358_usbh_ops = {
|
| H A D | bcm6348-usbh-phy.c | 33 static struct phy_ops bcm6348_usbh_ops = {
|
| H A D | sandbox-phy.c | 85 static struct phy_ops sandbox_phy_ops = {
|
| H A D | keystone-usb-phy.c | 95 static struct phy_ops keystone_usb_phy_ops = {
|
| H A D | msm8916-usbh-phy.c | 91 static struct phy_ops msm_phy_ops = {
|
| H A D | bcm6318-usbh-phy.c | 67 static struct phy_ops bcm6318_usbh_ops = {
|
| H A D | phy-rcar-gen3.c | 104 static const struct phy_ops rcar_gen3_phy_phy_ops = {
|
| H A D | sti_usb_phy.c | 98 struct phy_ops sti_usb_phy_ops = {
|
| H A D | bcm6368-usbh-phy.c | 69 static struct phy_ops bcm6368_usbh_ops = {
|
| H A D | phy-rcar-gen2.c | 139 static const struct phy_ops rcar_gen2_phy_phy_ops = {
|
| H A D | omap-usb2-phy.c | 162 struct phy_ops omap_usb2_phy_ops = {
|
| H A D | meson-gxl-usb3.c | 155 struct phy_ops meson_gxl_usb3_phy_ops = {
|
| H A D | meson-gxl-usb2.c | 185 struct phy_ops meson_gxl_usb2_phy_ops = {
|
| H A D | ti-pipe3-phy.c | 374 static struct phy_ops pipe3_phy_ops = {
|
| H A D | phy-stm32-usbphyc.c | 318 static const struct phy_ops stm32_usbphyc_phy_ops = {
|
| /openbmc/u-boot/include/ |
| H A D | generic-phy.h | 37 struct phy_ops { struct
|
| /openbmc/u-boot/drivers/phy/allwinner/ |
| H A D | phy-sun4i-usb.c | 404 static struct phy_ops sun4i_usb_phy_ops = {
|