Searched refs:phy (Results 1 – 13 of 13) sorted by relevance
/include/net/ |
D | wpan-phy.h | 45 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/ |
D | sungem_phy.h | 9 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);
|
D | fec.h | 20 phy_interface_t phy; member
|
D | sh_eth.h | 14 int phy; member
|
D | phy.h | 482 int phy_device_register(struct phy_device *phy);
|
D | atmdev.h | 354 const struct atmphy_ops *phy; /* PHY operations, may be undefined */ member
|
/include/scsi/ |
D | scsi_transport_sas.h | 86 #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
|
D | sas_ata.h | 39 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
|
D | libsas.h | 137 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/ |
D | sh_mobile_csi2.h | 32 enum sh_csi2_phy phy; member
|
/include/linux/usb/ |
D | msm_hsusb.h | 163 struct usb_phy phy; member
|
D | otg.h | 59 struct usb_phy *phy; member
|
/include/video/ |
D | omapdss.h | 514 } phy; member
|