Home
last modified time | relevance | path

Searched defs:dhd_info (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux_priv.h65 typedef struct dhd_info { struct
67 wl_iw_t iw; /* wireless extensions state (must be first) */
69 dhd_pub_t pub;
73 dhd_if_t *iflist[DHD_MAX_IFS + DHD_MAX_STATIC_IFS];
74 wifi_adapter_info_t *adapter; /* adapter information, interrupt, fw path etc. */
75 char fw_path[PATH_MAX]; /* path to firmware image */
76 char nv_path[PATH_MAX]; /* path to nvram vars file */
77 char clm_path[PATH_MAX]; /* path to clm vars file */
78 char conf_path[PATH_MAX]; /* path to config vars file */
80 char uc_path[PATH_MAX]; /* path to ucode image */
[all …]
H A Ddhd_linux_wq.c83 void *dhd_info; /* review: does it require */ member
116 dhd_deferred_work_init(void *dhd_info) in dhd_deferred_work_init()
H A Ddhd_linux.c2806 struct dhd_info *dhd_info; in dhd_idx2net() local
4211 dhd_info_t *dhd_info = DHD_DEV_INFO(net); in BCMFASTPATH() local
5269 dhd_schedule_logtrace(void *dhd_info) in dhd_schedule_logtrace()
5497 struct dhd_info *dhd_info; in dhd_edl_process_work() local
8142 dhd_info_t *dhd_info = handle; in dhd_deferred_work_rte_log_time_sync() local
16766 dhd_inet6_work_handler(void *dhd_info, void *event_data, u8 event) in dhd_inet6_work_handler()
20585 dhd_info_t *dhd_info = NULL; in dhd_os_send_hang_message() local
22710 dhd_info_t *dhd_info = NULL; in dhd_schedule_memdump() local
23233 dhd_info_t *dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)dev); in dhd_sssr_dump_dig_buf_before() local
23250 dhd_info_t *dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)dev); in dhd_sssr_dump_d11_buf_before() local
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux_priv.h64 typedef struct dhd_info { struct
66 wl_iw_t iw; /* wireless extensions state (must be first) */
68 dhd_pub_t pub;
72 dhd_if_t *iflist[DHD_MAX_IFS + DHD_MAX_STATIC_IFS];
73 wifi_adapter_info_t *adapter; /* adapter information, interrupt, fw path etc. */
74 char fw_path[PATH_MAX]; /* path to firmware image */
75 char nv_path[PATH_MAX]; /* path to nvram vars file */
76 char clm_path[PATH_MAX]; /* path to clm vars file */
77 char conf_path[PATH_MAX]; /* path to config vars file */
79 char uc_path[PATH_MAX]; /* path to ucode image */
[all …]
H A Ddhd_linux_wq.c83 void *dhd_info; /* review: does it require */ member
116 dhd_deferred_work_init(void *dhd_info) in dhd_deferred_work_init()
H A Ddhd_linux.c2815 struct dhd_info *dhd_info; in dhd_idx2net() local
4220 dhd_info_t *dhd_info = DHD_DEV_INFO(net); in BCMFASTPATH() local
5283 dhd_schedule_logtrace(void *dhd_info) in dhd_schedule_logtrace()
5511 struct dhd_info *dhd_info; in dhd_edl_process_work() local
8156 dhd_info_t *dhd_info = handle; in dhd_deferred_work_rte_log_time_sync() local
16656 dhd_inet6_work_handler(void *dhd_info, void *event_data, u8 event) in dhd_inet6_work_handler()
20479 dhd_info_t *dhd_info = NULL; in dhd_os_send_hang_message() local
22599 dhd_info_t *dhd_info = NULL; in dhd_schedule_memdump() local
23122 dhd_info_t *dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)dev); in dhd_sssr_dump_dig_buf_before() local
23139 dhd_info_t *dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)dev); in dhd_sssr_dump_d11_buf_before() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_linux_priv.h59 typedef struct dhd_info { struct
61 wl_iw_t iw; /* wireless extensions state (must be first) */
63 dhd_pub_t pub;
67 dhd_if_t *iflist[DHD_MAX_IFS + DHD_MAX_STATIC_IFS];
69 void *adapter; /* adapter information, interrupt, fw path etc. */
70 char fw_path[PATH_MAX]; /* path to firmware image */
71 char nv_path[PATH_MAX]; /* path to nvram vars file */
73 char uc_path[PATH_MAX]; /* path to ucode image */
77 struct mutex dhd_iovar_mutex;
79 struct semaphore proto_sem;
[all …]
H A Ddhd_linux.c2476 struct dhd_info *dhd_info; local
6077 dhd_info_t *dhd_info = handle; local
15508 dhd_info_t *dhd_info = NULL; local
17511 dhd_info_t *dhd_info = NULL; local
17762 dhd_info_t *dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)dev); local
17784 dhd_info_t *dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)dev); local
17806 dhd_info_t *dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)dev); local
17822 dhd_info_t *dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)dev); local
18260 dhd_info_t *dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)ndev); local
18286 dhd_info_t *dhd_info; local
[all …]
H A Ddhd_linux_wq.c80 void *dhd_info; /* review: does it require */ member
109 dhd_deferred_work_init(void *dhd_info) in dhd_deferred_work_init()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux_priv.h59 typedef struct dhd_info { struct
61 wl_iw_t iw; /* wireless extensions state (must be first) */
63 dhd_pub_t pub;
67 dhd_if_t *iflist[DHD_MAX_IFS + DHD_MAX_STATIC_IFS];
69 void *adapter; /* adapter information, interrupt, fw path etc. */
70 char fw_path[PATH_MAX]; /* path to firmware image */
71 char nv_path[PATH_MAX]; /* path to nvram vars file */
73 char uc_path[PATH_MAX]; /* path to ucode image */
77 struct mutex dhd_iovar_mutex;
79 struct semaphore proto_sem;
[all …]
H A Ddhd_linux.c2476 struct dhd_info *dhd_info; local
6077 dhd_info_t *dhd_info = handle; local
15443 dhd_info_t *dhd_info = NULL; local
17446 dhd_info_t *dhd_info = NULL; local
17697 dhd_info_t *dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)dev); local
17719 dhd_info_t *dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)dev); local
17741 dhd_info_t *dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)dev); local
17757 dhd_info_t *dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)dev); local
18195 dhd_info_t *dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)ndev); local
18221 dhd_info_t *dhd_info; local
[all …]
H A Ddhd_linux_wq.c80 void *dhd_info; /* review: does it require */ member
109 dhd_deferred_work_init(void *dhd_info) in dhd_deferred_work_init()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_linux_priv.h59 typedef struct dhd_info { struct
61 wl_iw_t iw; /* wireless extensions state (must be first) */
63 dhd_pub_t pub;
67 dhd_if_t *iflist[DHD_MAX_IFS + DHD_MAX_STATIC_IFS];
69 void *adapter; /* adapter information, interrupt, fw path etc. */
70 char fw_path[PATH_MAX]; /* path to firmware image */
71 char nv_path[PATH_MAX]; /* path to nvram vars file */
73 char uc_path[PATH_MAX]; /* path to ucode image */
77 struct mutex dhd_iovar_mutex;
79 struct semaphore proto_sem;
[all …]
H A Ddhd_linux.c2490 struct dhd_info *dhd_info; local
6312 dhd_info_t *dhd_info = handle; local
15635 dhd_info_t *dhd_info = NULL; local
17614 dhd_info_t *dhd_info = NULL; local
17865 dhd_info_t *dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)dev); local
17887 dhd_info_t *dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)dev); local
17909 dhd_info_t *dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)dev); local
17925 dhd_info_t *dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)dev); local
18366 dhd_info_t *dhd_info = *(dhd_info_t **)netdev_priv((struct net_device *)ndev); local
18392 dhd_info_t *dhd_info; local
[all …]
H A Ddhd_linux_wq.c80 void *dhd_info; /* review: does it require */ member
109 dhd_deferred_work_init(void *dhd_info) in dhd_deferred_work_init()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_linux.c610 typedef struct dhd_info { struct
612 wl_iw_t iw; /* wireless extensions state (must be first) */
614 dhd_pub_t pub;
615 dhd_if_t *iflist[DHD_MAX_IFS]; /* for supporting multiple interfaces */
617 wifi_adapter_info_t *adapter; /* adapter information, interrupt, fw path etc. */
618 char fw_path[PATH_MAX]; /* path to firmware image */
619 char nv_path[PATH_MAX]; /* path to nvram vars file */
620 char clm_path[PATH_MAX]; /* path to clm vars file */
621 char conf_path[PATH_MAX]; /* path to config vars file */
623 char uc_path[PATH_MAX]; /* path to ucode image */
[all …]
H A Ddhd_linux_wq.c79 void *dhd_info; /* review: does it require */ member
114 dhd_deferred_work_init(void *dhd_info) in dhd_deferred_work_init()