Lines Matching defs:dev
39 static struct wpan_phy *fake_to_phy(const struct net_device *dev) in fake_to_phy()
54 static struct wpan_phy *fake_get_phy(const struct net_device *dev) in fake_get_phy()
66 static u16 fake_get_pan_id(const struct net_device *dev) in fake_get_pan_id()
81 static u16 fake_get_short_addr(const struct net_device *dev) in fake_get_short_addr()
101 static u8 fake_get_dsn(const struct net_device *dev) in fake_get_dsn()
121 static u8 fake_get_bsn(const struct net_device *dev) in fake_get_bsn()
141 static int fake_assoc_req(struct net_device *dev, in fake_assoc_req()
171 static int fake_assoc_resp(struct net_device *dev, in fake_assoc_resp()
189 static int fake_disassoc_req(struct net_device *dev, in fake_disassoc_req()
214 static int fake_start_req(struct net_device *dev, struct ieee802154_addr *addr, in fake_start_req()
246 static int fake_scan_req(struct net_device *dev, u8 type, u32 channels, in fake_scan_req()
270 static int ieee802154_fake_open(struct net_device *dev) in ieee802154_fake_open()
276 static int ieee802154_fake_close(struct net_device *dev) in ieee802154_fake_close()
283 struct net_device *dev) in ieee802154_fake_xmit()
295 static int ieee802154_fake_ioctl(struct net_device *dev, struct ifreq *ifr, in ieee802154_fake_ioctl()
320 static int ieee802154_fake_mac_addr(struct net_device *dev, void *p) in ieee802154_fake_mac_addr()
333 static void ieee802154_fake_destruct(struct net_device *dev) in ieee802154_fake_destruct()
342 static void ieee802154_fake_setup(struct net_device *dev) in ieee802154_fake_setup()
359 struct net_device *dev; in ieee802154fake_probe() local
417 struct net_device *dev = platform_get_drvdata(pdev); in ieee802154fake_remove() local