Lines Matching refs:net_device
42 struct net_device *dev, u32 cmd, void *arg, u32 len);
45 struct net_device *dev, u32 cmd, const void *arg, u32 len);
51 struct net_device *dev, s8 *iovar_name,
58 struct net_device *dev, s8 *iovar_name,
62 struct net_device *dev, s8 *iovar, s32 val);
65 struct net_device *dev, s8 *iovar, s32 *pval);
79 struct net_device *dev, s8 *iovar_name, void *param, s32 paramlen,
86 struct net_device *dev, const s8 *iovar_name, const void *param, s32 paramlen,
90 struct net_device *dev, s8 *iovar, s32 *pval, s32 bssidx);
93 struct net_device *dev, s8 *iovar, s32 val, s32 bssidx);
95 extern int dhd_net_set_fw_path(struct net_device *dev, char *fw);
96 extern int dhd_net_bus_suspend(struct net_device *dev);
97 extern int dhd_net_bus_resume(struct net_device *dev, uint8 stage);
98 extern int dhd_net_wifi_platform_set_power(struct net_device *dev, bool on,
100 extern void dhd_get_customized_country_code(struct net_device *dev, char *country_iso_code,
102 extern void dhd_bus_country_set(struct net_device *dev, wl_country_t *cspec, bool notify);
104 extern bool dhd_force_country_change(struct net_device *dev);
106 extern void dhd_bus_band_set(struct net_device *dev, uint band);
107 extern int wldev_set_country(struct net_device *dev, char *country_code, bool notify,
109 extern int net_os_wake_lock(struct net_device *dev);
110 extern int net_os_wake_unlock(struct net_device *dev);
111 extern int net_os_wake_lock_timeout(struct net_device *dev);
112 extern int net_os_wake_lock_timeout_enable(struct net_device *dev, int val);
113 extern int net_os_set_dtim_skip(struct net_device *dev, int val);
114 extern int net_os_set_suspend_disable(struct net_device *dev, int val);
115 extern int net_os_set_suspend(struct net_device *dev, int val, int force);
116 extern int net_os_set_suspend_bcn_li_dtim(struct net_device *dev, int val);
117 extern int net_os_set_max_dtim_enable(struct net_device *dev, int val);
119 extern int net_os_set_disable_dtim_in_suspend(struct net_device *dev, int val);
127 int wldev_get_link_speed(struct net_device *dev, int *plink_speed);
129 int wldev_get_rssi(struct net_device *dev, scb_val_t *prssi);
131 int wldev_get_ssid(struct net_device *dev, wlc_ssid_t *pssid);
133 int wldev_get_band(struct net_device *dev, uint *pband);
134 int wldev_get_mode(struct net_device *dev, uint8 *pband, uint8 caplen);
135 int wldev_get_datarate(struct net_device *dev, int *datarate);
136 int wldev_set_band(struct net_device *dev, uint band);