| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_plat.h | 34 struct wifi_platform_data { struct 35 int (*set_power)(int val, wifi_adapter_info_t *adapter); 36 int (*set_reset)(int val); 37 int (*set_carddetect)(int val); 39 int (*set_coredump)(const char *buf, int buf_len, const char *info); 42 void *(*mem_prealloc)(uint bus_type, int index, int section, unsigned long size); 44 void *(*mem_prealloc)(int section, unsigned long size); 46 int (*get_mac_addr)(unsigned char *buf, int ifidx); 48 int (*get_wake_irq)(void); 51 void *(*get_country_code)(char *ccode, u32 flags); [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_plat.h | 34 struct wifi_platform_data { struct 35 int (*set_power)(int val, wifi_adapter_info_t *adapter); 36 int (*set_reset)(int val); 37 int (*set_carddetect)(int val); 39 int (*set_coredump)(const char *buf, int buf_len, const char *info); 42 void *(*mem_prealloc)(uint bus_type, int index, int section, unsigned long size); 44 void *(*mem_prealloc)(int section, unsigned long size); 46 int (*get_mac_addr)(unsigned char *buf, int ifidx); 48 int (*get_wake_irq)(void); 51 void *(*get_country_code)(char *ccode, u32 flags); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/platforms/ |
| H A D | rk3126-generic-wlan.c | 40 struct wifi_platform_data { struct 52 static struct wifi_platform_data *wifi_control_data = NULL; argument
|
| H A D | atm7039-actions-generic-wlan.c | 39 struct wifi_platform_data struct 41 int (*set_power)(int val); 42 int (*set_reset)(int val); 43 int (*set_carddetect)(int val); 44 void *(*mem_prealloc)(int section, unsigned long size); 45 int (*get_mac_addr)(unsigned char *buf); 46 void *(*get_country_code)(char *ccode);
|
| H A D | h8-generic-wlan.c | 39 struct wifi_platform_data { struct 51 static struct wifi_platform_data *wifi_control_data = NULL; argument
|
| H A D | h3-generic-wlan.c | 39 struct wifi_platform_data { struct 51 static struct wifi_platform_data *wifi_control_data = NULL; argument
|
| H A D | t10-generic-wlan.c | 38 struct wifi_platform_data { struct 50 static struct wifi_platform_data *wifi_control_data = NULL; argument
|
| H A D | v66-generic-wlan.c | 39 struct wifi_platform_data struct 55 static struct wifi_platform_data *wifi_control_data = NULL; argument
|
| H A D | a33-generic-wlan.c | 39 struct wifi_platform_data { struct 51 static struct wifi_platform_data *wifi_control_data = NULL; argument
|
| H A D | x1000-generic-wlan.c | 38 struct wifi_platform_data { struct 50 static struct wifi_platform_data *wifi_control_data = NULL; argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_linux.h | 102 struct wifi_platform_data { struct 104 int (*set_power)(int val, wifi_adapter_info_t *adapter); 108 int (*set_reset)(int val); 109 int (*set_carddetect)(int val); 110 void *(*mem_prealloc)(int section, unsigned long size); 111 int (*get_mac_addr)(unsigned char *buf); 113 void *(*get_country_code)(char *ccode, u32 flags); 115 void *(*get_country_code)(char *ccode);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_linux.h | 263 struct wifi_platform_data { struct 264 int (*set_power)(int val, wifi_adapter_info_t *adapter); 265 int (*set_reset)(int val); 266 int (*set_carddetect)(int val); 267 void *(*mem_prealloc)(int section, unsigned long size); 268 int (*get_mac_addr)(unsigned char *buf); 270 int (*get_wake_irq)(void); 273 void *(*get_country_code)(char *ccode, u32 flags); 275 void *(*get_country_code)(char *ccode);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_linux.h | 245 struct wifi_platform_data { struct 246 int (*set_power)(int val); 247 int (*set_reset)(int val); 248 int (*set_carddetect)(int val); 249 void *(*mem_prealloc)(int section, unsigned long size); 250 int (*get_mac_addr)(unsigned char *buf); 252 int (*get_wake_irq)(void); 255 void *(*get_country_code)(char *ccode, u32 flags); 257 void *(*get_country_code)(char *ccode);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_linux.h | 249 struct wifi_platform_data { struct 250 int (*set_power)(int val); 251 int (*set_reset)(int val); 252 int (*set_carddetect)(int val); 253 void *(*mem_prealloc)(int section, unsigned long size); 254 int (*get_mac_addr)(unsigned char *buf); 256 int (*get_wake_irq)(void); 259 void *(*get_country_code)(char *ccode, u32 flags); 261 void *(*get_country_code)(char *ccode);
|