Searched defs:wifi_platform_data (Results 1 – 4 of 4) sorted by relevance
| /device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/ |
| D | dhd_plat.h | 34 struct wifi_platform_data { struct 36 int (*set_power)(int val, wifi_adapter_info_t *adapter); 40 int (*set_reset)(int val); 41 int (*set_carddetect)(int val); 43 int (*set_coredump)(const char *buf, int buf_len, const char *info); 45 void *(*mem_prealloc)(int section, unsigned long size); 47 int (*get_mac_addr)(unsigned char *buf, char *name); 49 int (*get_mac_addr)(unsigned char *buf); 52 int (*get_wake_irq)(void); 55 void *(*get_country_code)(char *ccode, u32 flags); [all …]
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/ |
| D | dhd_linux.h | 100 struct wifi_platform_data { struct 102 int (*set_power)(int val, wifi_adapter_info_t *adapter); 106 int (*set_reset)(int val); 107 int (*set_carddetect)(int val); 108 void *(*mem_prealloc)(int section, unsigned long size); 109 int (*get_mac_addr)(unsigned char *buf); 111 void *(*get_country_code)(char *ccode, u32 flags); 113 void *(*get_country_code)(char *ccode);
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| D | dhd_linux.h | 277 struct wifi_platform_data { struct 279 int (*set_power)(int val, wifi_adapter_info_t *adapter); 283 int (*set_reset)(int val); 284 int (*set_carddetect)(int val); 285 void *(*mem_prealloc)(int section, unsigned long size); 287 int (*get_mac_addr)(unsigned char *buf, char *name); 289 int (*get_mac_addr)(unsigned char *buf); 292 int (*get_wake_irq)(void); 295 void *(*get_country_code)(char *ccode, u32 flags); 297 void *(*get_country_code)(char *ccode);
|
| /device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/ |
| D | dhd_linux.h | 294 struct wifi_platform_data { struct 295 int (*set_power)(int val, wifi_adapter_info_t *adapter); 296 int (*set_reset)(int val); 297 int (*set_carddetect)(int val); 299 void *(*mem_prealloc)(uint bus_type, int index, int section, 302 void *(*mem_prealloc)(int section, unsigned long size); 304 int (*get_mac_addr)(unsigned char *buf, int ifidx); 306 int (*get_wake_irq)(void); 309 void *(*get_country_code)(char *ccode, u32 flags); 311 void *(*get_country_code)(char *ccode);
|