Home
last modified time | relevance | path

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

/include/net/
Dwpan-phy.h45 struct net_device *(*add_iface)(struct wpan_phy *phy,
47 void (*del_iface)(struct wpan_phy *phy, struct net_device *dev);
55 static inline void wpan_phy_set_dev(struct wpan_phy *phy, struct device *dev) in wpan_phy_set_dev() argument
57 phy->dev.parent = dev; in wpan_phy_set_dev()
59 int wpan_phy_register(struct wpan_phy *phy);
60 void wpan_phy_unregister(struct wpan_phy *phy);
61 void wpan_phy_free(struct wpan_phy *phy);
63 int wpan_phy_for_each(int (*fn)(struct wpan_phy *phy, void *data), void *data);
65 static inline void *wpan_phy_priv(struct wpan_phy *phy) in wpan_phy_priv() argument
67 BUG_ON(!phy); in wpan_phy_priv()
[all …]
/include/linux/
Dsungem_phy.h9 int (*init)(struct mii_phy *phy);
10 int (*suspend)(struct mii_phy *phy);
11 int (*setup_aneg)(struct mii_phy *phy, u32 advertise);
12 int (*setup_forced)(struct mii_phy *phy, int speed, int fd);
13 int (*poll_link)(struct mii_phy *phy);
14 int (*read_link)(struct mii_phy *phy);
15 int (*enable_fiber)(struct mii_phy *phy, int autoneg);
64 extern int sungem_phy_probe(struct mii_phy *phy, int mii_id);
Dfec.h20 phy_interface_t phy; member
Dsh_eth.h14 int phy; member
Dphy.h482 int phy_device_register(struct phy_device *phy);
Datmdev.h354 const struct atmphy_ops *phy; /* PHY operations, may be undefined */ member
/include/scsi/
Dscsi_transport_sas.h86 #define phy_to_shost(phy) \ argument
87 dev_to_shost((phy)->dev.parent)
213 static inline void sas_port_put_phy(struct sas_phy *phy) in sas_port_put_phy() argument
215 if (phy) in sas_port_put_phy()
216 put_device(&phy->dev); in sas_port_put_phy()
235 #define scsi_is_sas_phy_local(phy) scsi_is_host_device((phy)->dev.parent) argument
Dsas_ata.h39 int sas_get_ata_info(struct domain_device *dev, struct ex_phy *phy);
84 static inline int sas_get_ata_info(struct domain_device *dev, struct ex_phy *phy) in sas_get_ata_info() argument
Dlibsas.h137 struct sas_phy *phy; member
197 struct sas_phy *phy; member
294 struct asd_sas_phy *phy; member
317 struct sas_phy *phy; member
455 static inline void sas_phy_disconnected(struct asd_sas_phy *phy) in sas_phy_disconnected() argument
457 phy->oob_mode = OOB_NOT_CONNECTED; in sas_phy_disconnected()
458 phy->linkrate = SAS_LINK_RATE_UNKNOWN; in sas_phy_disconnected()
466 static inline void sas_put_local_phy(struct sas_phy *phy) in sas_put_local_phy() argument
468 put_device(&phy->dev); in sas_put_local_phy()
676 int sas_set_phy_speed(struct sas_phy *phy,
[all …]
/include/media/
Dsh_mobile_csi2.h32 enum sh_csi2_phy phy; member
/include/linux/usb/
Dmsm_hsusb.h163 struct usb_phy phy; member
Dotg.h59 struct usb_phy *phy; member
/include/video/
Domapdss.h514 } phy; member