Lines Matching defs:phy_id
38 static void s3fwrn5_i2c_set_wake(void *phy_id, bool wake)
40 struct s3fwrn5_i2c_phy *phy = phy_id;
48 static void s3fwrn5_i2c_set_mode(void *phy_id, enum s3fwrn5_mode mode)
50 struct s3fwrn5_i2c_phy *phy = phy_id;
76 static enum s3fwrn5_mode s3fwrn5_i2c_get_mode(void *phy_id)
78 struct s3fwrn5_i2c_phy *phy = phy_id;
90 static int s3fwrn5_i2c_write(void *phy_id, struct sk_buff *skb)
92 struct s3fwrn5_i2c_phy *phy = phy_id;
164 static irqreturn_t s3fwrn5_i2c_irq_thread_fn(int irq, void *phy_id)
166 struct s3fwrn5_i2c_phy *phy = phy_id;