| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_linux_sock_qos.h | 38 int dhd_init_sock_flows_buf(dhd_info_t *dhd, uint watchdog_ms); 39 int dhd_deinit_sock_flows_buf(dhd_info_t *dhd); 40 void dhd_update_sock_flows(dhd_info_t *dhd, struct sk_buff *skb); 41 void dhd_analyze_sock_flows(dhd_info_t *dhd, uint32 watchdog_ms); 44 unsigned long dhd_sock_qos_get_status(dhd_info_t *dhd); 45 void dhd_sock_qos_set_status(dhd_info_t *dhd, unsigned long on_off); 46 ssize_t dhd_sock_qos_show_stats(dhd_info_t *dhd, char *buf, ssize_t sz); 47 void dhd_sock_qos_clear_stats(dhd_info_t *dhd); 48 unsigned long dhd_sock_qos_get_force_upgrade(dhd_info_t *dhd); 49 void dhd_sock_qos_set_force_upgrade(dhd_info_t *dhd, unsigned long force_upgrade); [all …]
|
| H A D | dhd_linux_sock_qos.c | 157 dhd_init_sock_flows_buf(dhd_info_t *dhd, uint watchdog_ms) in dhd_init_sock_flows_buf() 222 dhd_deinit_sock_flows_buf(dhd_info_t *dhd) in dhd_deinit_sock_flows_buf() 364 __dhd_upgrade_sock_flow(dhd_info_t *dhd, in __dhd_upgrade_sock_flow() 445 __dhd_downgrade_sock_flow(dhd_info_t *dhd, in __dhd_downgrade_sock_flow() 493 dhd_update_sock_flows(dhd_info_t *dhd, struct sk_buff *skb) in dhd_update_sock_flows() 573 dhd_change_frameburst_state(frameburst_state_t newstate, dhd_info_t *dhd) in dhd_change_frameburst_state() 610 void dhd_analyze_sock_flows(dhd_info_t *dhd, uint32 watchdog_ms) in dhd_analyze_sock_flows() 671 void dhd_sock_qos_update_bus_flowid(dhd_info_t *dhd, void *pktbuf, in dhd_sock_qos_update_bus_flowid() 682 unsigned long dhd_sock_qos_get_status(dhd_info_t *dhd) in dhd_sock_qos_get_status() 690 void dhd_sock_qos_set_status(dhd_info_t *dhd, unsigned long on_off) in dhd_sock_qos_set_status() [all …]
|
| H A D | dhd_linux_exportfs.c | 191 dhd_info_t *dhd = (dhd_info_t *)dev; in show_wklock_trace() 205 dhd_info_t *dhd = (dhd_info_t *)dev; in wklock_trace_onoff() 298 dhd_info_t *dhd = (dhd_info_t *)dev; in ecounter_onoff() 337 dhd_info_t *dhd = (dhd_info_t *)dev; in show_sock_qos_onoff() 349 dhd_info_t *dhd = (dhd_info_t *)dev; in update_sock_qos_onoff() 368 dhd_info_t *dhd = (dhd_info_t *)dev; in show_sock_qos_upgrade() 380 dhd_info_t *dhd = (dhd_info_t *)dev; in update_sock_qos_upgrade() 399 dhd_info_t *dhd = (dhd_info_t *)dev; in show_sock_qos_numfl_upgrd_thresh() 411 dhd_info_t *dhd = (dhd_info_t *)dev; in update_sock_qos_numfl_upgrd_thresh() 428 dhd_info_t *dhd = (dhd_info_t *)dev; in show_sock_qos_avgpktsize_thresh() [all …]
|
| H A D | dhd_linux_lb.c | 45 dhd_lb_set_default_cpus(dhd_info_t *dhd) in dhd_lb_set_default_cpus() 55 dhd_cpumasks_deinit(dhd_info_t *dhd) in dhd_cpumasks_deinit() 65 dhd_cpumasks_init(dhd_info_t *dhd) in dhd_cpumasks_init() 128 void dhd_select_cpu_candidacy(dhd_info_t *dhd) in dhd_select_cpu_candidacy() 238 dhd_info_t *dhd = g_dhd_pub->info; in dhd_cpu_startup_callback() 250 dhd_info_t *dhd = g_dhd_pub->info; in dhd_cpu_teardown_callback() 264 dhd_info_t *dhd; in dhd_cpu_callback() 267 dhd = container_of(nfb, dhd_info_t, cpu_notifier); in dhd_cpu_callback() 300 int dhd_register_cpuhp_callback(dhd_info_t *dhd) in dhd_register_cpuhp_callback() 323 int dhd_unregister_cpuhp_callback(dhd_info_t *dhd) in dhd_unregister_cpuhp_callback() [all …]
|
| H A D | dhd_linux.c | 640 static void dhd_bridge_dev_set(dhd_info_t *dhd, int ifidx, struct net_device *sdev); 875 static void gdb_proxy_fs_try_create(dhd_info_t *dhd, const char *dev_name); 876 static void gdb_proxy_fs_remove(dhd_info_t *dhd); 930 static int dhd_get_pend_8021x_cnt(dhd_info_t *dhd); 936 static struct list_head * dhd_sta_list_snapshot(dhd_info_t *dhd, dhd_if_t *ifp, 938 static void dhd_sta_list_snapshot_free(dhd_info_t *dhd, struct list_head *snapshot_list); 1094 static void dhd_net_if_lock_local(dhd_info_t *dhd); 1095 static void dhd_net_if_unlock_local(dhd_info_t *dhd); 1134 static int dhd_toe_get(dhd_info_t *dhd, int idx, uint32 *toe_ol); 1135 static int dhd_toe_set(dhd_info_t *dhd, int idx, uint32 toe_ol); [all …]
|
| H A D | dhd_linux_priv.h | 448 } dhd_info_t; typedef 454 extern int dhd_sysfs_init(dhd_info_t *dhd); 455 extern void dhd_sysfs_exit(dhd_info_t *dhd); 464 int dhd_lb_sendpkt(dhd_info_t *dhd, struct net_device *net, int ifidx, void *skb); 479 void dhd_lb_set_default_cpus(dhd_info_t *dhd); 480 void dhd_cpumasks_deinit(dhd_info_t *dhd); 481 int dhd_cpumasks_init(dhd_info_t *dhd); 483 void dhd_select_cpu_candidacy(dhd_info_t *dhd); 492 int dhd_register_cpuhp_callback(dhd_info_t *dhd); 493 int dhd_unregister_cpuhp_callback(dhd_info_t *dhd);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_linux_sock_qos.h | 38 int dhd_init_sock_flows_buf(dhd_info_t *dhd, uint watchdog_ms); 39 int dhd_deinit_sock_flows_buf(dhd_info_t *dhd); 40 void dhd_update_sock_flows(dhd_info_t *dhd, struct sk_buff *skb); 41 void dhd_analyze_sock_flows(dhd_info_t *dhd, uint32 watchdog_ms); 44 unsigned long dhd_sock_qos_get_status(dhd_info_t *dhd); 45 void dhd_sock_qos_set_status(dhd_info_t *dhd, unsigned long on_off); 46 ssize_t dhd_sock_qos_show_stats(dhd_info_t *dhd, char *buf, ssize_t sz); 47 void dhd_sock_qos_clear_stats(dhd_info_t *dhd); 48 unsigned long dhd_sock_qos_get_force_upgrade(dhd_info_t *dhd); 49 void dhd_sock_qos_set_force_upgrade(dhd_info_t *dhd, unsigned long force_upgrade); [all …]
|
| H A D | dhd_linux_sock_qos.c | 157 dhd_init_sock_flows_buf(dhd_info_t *dhd, uint watchdog_ms) in dhd_init_sock_flows_buf() 222 dhd_deinit_sock_flows_buf(dhd_info_t *dhd) in dhd_deinit_sock_flows_buf() 364 __dhd_upgrade_sock_flow(dhd_info_t *dhd, in __dhd_upgrade_sock_flow() 445 __dhd_downgrade_sock_flow(dhd_info_t *dhd, in __dhd_downgrade_sock_flow() 493 dhd_update_sock_flows(dhd_info_t *dhd, struct sk_buff *skb) in dhd_update_sock_flows() 573 dhd_change_frameburst_state(frameburst_state_t newstate, dhd_info_t *dhd) in dhd_change_frameburst_state() 610 void dhd_analyze_sock_flows(dhd_info_t *dhd, uint32 watchdog_ms) in dhd_analyze_sock_flows() 671 void dhd_sock_qos_update_bus_flowid(dhd_info_t *dhd, void *pktbuf, in dhd_sock_qos_update_bus_flowid() 682 unsigned long dhd_sock_qos_get_status(dhd_info_t *dhd) in dhd_sock_qos_get_status() 690 void dhd_sock_qos_set_status(dhd_info_t *dhd, unsigned long on_off) in dhd_sock_qos_set_status() [all …]
|
| H A D | dhd_linux_exportfs.c | 189 dhd_info_t *dhd = (dhd_info_t *)dev; in show_wklock_trace() 203 dhd_info_t *dhd = (dhd_info_t *)dev; in wklock_trace_onoff() 296 dhd_info_t *dhd = (dhd_info_t *)dev; in ecounter_onoff() 335 dhd_info_t *dhd = (dhd_info_t *)dev; in show_sock_qos_onoff() 347 dhd_info_t *dhd = (dhd_info_t *)dev; in update_sock_qos_onoff() 366 dhd_info_t *dhd = (dhd_info_t *)dev; in show_sock_qos_upgrade() 378 dhd_info_t *dhd = (dhd_info_t *)dev; in update_sock_qos_upgrade() 397 dhd_info_t *dhd = (dhd_info_t *)dev; in show_sock_qos_numfl_upgrd_thresh() 409 dhd_info_t *dhd = (dhd_info_t *)dev; in update_sock_qos_numfl_upgrd_thresh() 426 dhd_info_t *dhd = (dhd_info_t *)dev; in show_sock_qos_avgpktsize_thresh() [all …]
|
| H A D | dhd_linux_lb.c | 45 dhd_lb_set_default_cpus(dhd_info_t *dhd) in dhd_lb_set_default_cpus() 55 dhd_cpumasks_deinit(dhd_info_t *dhd) in dhd_cpumasks_deinit() 65 dhd_cpumasks_init(dhd_info_t *dhd) in dhd_cpumasks_init() 128 void dhd_select_cpu_candidacy(dhd_info_t *dhd) in dhd_select_cpu_candidacy() 238 dhd_info_t *dhd = g_dhd_pub->info; in dhd_cpu_startup_callback() 250 dhd_info_t *dhd = g_dhd_pub->info; in dhd_cpu_teardown_callback() 264 dhd_info_t *dhd; in dhd_cpu_callback() 267 dhd = container_of(nfb, dhd_info_t, cpu_notifier); in dhd_cpu_callback() 300 int dhd_register_cpuhp_callback(dhd_info_t *dhd) in dhd_register_cpuhp_callback() 323 int dhd_unregister_cpuhp_callback(dhd_info_t *dhd) in dhd_unregister_cpuhp_callback() [all …]
|
| H A D | dhd_linux.c | 639 static void dhd_bridge_dev_set(dhd_info_t *dhd, int ifidx, struct net_device *sdev); 874 static void gdb_proxy_fs_try_create(dhd_info_t *dhd, const char *dev_name); 875 static void gdb_proxy_fs_remove(dhd_info_t *dhd); 929 static int dhd_get_pend_8021x_cnt(dhd_info_t *dhd); 935 static struct list_head * dhd_sta_list_snapshot(dhd_info_t *dhd, dhd_if_t *ifp, 937 static void dhd_sta_list_snapshot_free(dhd_info_t *dhd, struct list_head *snapshot_list); 1093 static void dhd_net_if_lock_local(dhd_info_t *dhd); 1094 static void dhd_net_if_unlock_local(dhd_info_t *dhd); 1133 static int dhd_toe_get(dhd_info_t *dhd, int idx, uint32 *toe_ol); 1134 static int dhd_toe_set(dhd_info_t *dhd, int idx, uint32 toe_ol); [all …]
|
| H A D | dhd_linux_priv.h | 450 } dhd_info_t; typedef 456 extern int dhd_sysfs_init(dhd_info_t *dhd); 457 extern void dhd_sysfs_exit(dhd_info_t *dhd); 466 int dhd_lb_sendpkt(dhd_info_t *dhd, struct net_device *net, int ifidx, void *skb); 481 void dhd_lb_set_default_cpus(dhd_info_t *dhd); 482 void dhd_cpumasks_deinit(dhd_info_t *dhd); 483 int dhd_cpumasks_init(dhd_info_t *dhd); 485 void dhd_select_cpu_candidacy(dhd_info_t *dhd); 494 int dhd_register_cpuhp_callback(dhd_info_t *dhd); 495 int dhd_unregister_cpuhp_callback(dhd_info_t *dhd);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_linux.c | 922 } dhd_info_t; typedef 1152 static int dhd_sysfs_init(dhd_info_t *dhd); 1153 static void dhd_sysfs_exit(dhd_info_t *dhd); 1194 dhd_lb_set_default_cpus(dhd_info_t *dhd) in dhd_lb_set_default_cpus() 1205 dhd_cpumasks_deinit(dhd_info_t *dhd) in dhd_cpumasks_deinit() 1215 dhd_cpumasks_init(dhd_info_t *dhd) in dhd_cpumasks_init() 1285 void dhd_select_cpu_candidacy(dhd_info_t *dhd) in dhd_select_cpu_candidacy() 1394 dhd_info_t *dhd = container_of(nfb, dhd_info_t, cpu_notifier); in dhd_cpu_callback() 1430 dhd_info_t *dhd; in dhd_lb_stats_init() 1558 dhd_info_t *dhd; in dhd_lb_stats_deinit() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_linux.c | 745 static int dhd_get_pend_8021x_cnt(dhd_info_t *dhd); 759 static struct list_head * dhd_sta_list_snapshot(dhd_info_t *dhd, dhd_if_t *ifp, 761 static void dhd_sta_list_snapshot_free(dhd_info_t *dhd, struct list_head *snapshot_list); 889 static void dhd_net_if_lock_local(dhd_info_t *dhd); 890 static void dhd_net_if_unlock_local(dhd_info_t *dhd); 919 static int dhd_toe_get(dhd_info_t *dhd, int idx, uint32 *toe_ol); 920 static int dhd_toe_set(dhd_info_t *dhd, int idx, uint32 toe_ol); 923 static int dhd_wl_host_event(dhd_info_t *dhd, int ifidx, void *pktdata, uint16 pktlen, 936 dhd_info_t *dhdinfo = (dhd_info_t*)container_of(nfb, struct dhd_info, pm_notifier); in dhd_pm_callback() 993 dhd_info_t * dhd; /* cached pointer to dhd_info in netdevice priv */ [all …]
|
| H A D | dhd_linux_priv.h | 371 } dhd_info_t; typedef 373 extern int dhd_sysfs_init(dhd_info_t *dhd); 374 extern void dhd_sysfs_exit(dhd_info_t *dhd); 382 int dhd_lb_sendpkt(dhd_info_t *dhd, struct net_device *net, int ifidx, void *skb); 396 void dhd_lb_set_default_cpus(dhd_info_t *dhd); 397 void dhd_cpumasks_deinit(dhd_info_t *dhd); 398 int dhd_cpumasks_init(dhd_info_t *dhd); 400 void dhd_select_cpu_candidacy(dhd_info_t *dhd); 409 int dhd_register_cpuhp_callback(dhd_info_t *dhd); 410 int dhd_unregister_cpuhp_callback(dhd_info_t *dhd);
|
| H A D | dhd_linux_lb.c | 40 dhd_lb_set_default_cpus(dhd_info_t *dhd) in dhd_lb_set_default_cpus() 51 dhd_cpumasks_deinit(dhd_info_t *dhd) in dhd_cpumasks_deinit() 61 dhd_cpumasks_init(dhd_info_t *dhd) in dhd_cpumasks_init() 131 void dhd_select_cpu_candidacy(dhd_info_t *dhd) in dhd_select_cpu_candidacy() 236 dhd_info_t *dhd = g_dhd_pub->info; in dhd_cpu_startup_callback() 248 dhd_info_t *dhd = g_dhd_pub->info; in dhd_cpu_teardown_callback() 267 dhd_info_t *dhd = container_of(nfb, dhd_info_t, cpu_notifier); in dhd_cpu_callback() 301 int dhd_register_cpuhp_callback(dhd_info_t *dhd) in dhd_register_cpuhp_callback() 324 int dhd_unregister_cpuhp_callback(dhd_info_t *dhd) in dhd_unregister_cpuhp_callback() 341 dhd_info_t *dhd; in dhd_lb_stats_init() [all …]
|
| H A D | dhd_linux_exportfs.c | 198 dhd_info_t *dhd = (dhd_info_t *)dev; in show_wklock_trace() 212 dhd_info_t *dhd = (dhd_info_t *)dev; in wklock_trace_onoff() 237 dhd_info_t *dhd = (dhd_info_t *)dev; in show_lbtxp() 249 dhd_info_t *dhd = (dhd_info_t *)dev; in lbtxp_onoff() 277 dhd_info_t *dhd = (dhd_info_t *)dev; in show_lbrxp() 289 dhd_info_t *dhd = (dhd_info_t *)dev; in lbrxp_onoff() 386 dhd_info_t *dhd = (dhd_info_t *)dev; in ecounter_onoff() 491 dhd_info_t *dhd = to_dhd(kobj); in dhd_show() 517 dhd_info_t *dhd = to_dhd(kobj); in dhd_store() 1421 dhd_info_t *dhd = to_cntl_dhd(kobj); in dhd_cntl_show() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_linux.c | 729 static int dhd_get_pend_8021x_cnt(dhd_info_t *dhd); 743 static struct list_head * dhd_sta_list_snapshot(dhd_info_t *dhd, dhd_if_t *ifp, 745 static void dhd_sta_list_snapshot_free(dhd_info_t *dhd, struct list_head *snapshot_list); 873 static void dhd_net_if_lock_local(dhd_info_t *dhd); 874 static void dhd_net_if_unlock_local(dhd_info_t *dhd); 905 static int dhd_toe_get(dhd_info_t *dhd, int idx, uint32 *toe_ol); 906 static int dhd_toe_set(dhd_info_t *dhd, int idx, uint32 toe_ol); 909 static int dhd_wl_host_event(dhd_info_t *dhd, int ifidx, void *pktdata, uint16 pktlen, 922 dhd_info_t *dhdinfo = (dhd_info_t*)container_of(nfb, struct dhd_info, pm_notifier); in dhd_pm_callback() 979 dhd_info_t * dhd; /* cached pointer to dhd_info in netdevice priv */ [all …]
|
| H A D | dhd_linux_priv.h | 374 } dhd_info_t; typedef 376 extern int dhd_sysfs_init(dhd_info_t *dhd); 377 extern void dhd_sysfs_exit(dhd_info_t *dhd); 385 int dhd_lb_sendpkt(dhd_info_t *dhd, struct net_device *net, int ifidx, void *skb); 399 void dhd_lb_set_default_cpus(dhd_info_t *dhd); 400 void dhd_cpumasks_deinit(dhd_info_t *dhd); 401 int dhd_cpumasks_init(dhd_info_t *dhd); 403 void dhd_select_cpu_candidacy(dhd_info_t *dhd); 412 int dhd_register_cpuhp_callback(dhd_info_t *dhd); 413 int dhd_unregister_cpuhp_callback(dhd_info_t *dhd);
|
| H A D | dhd_linux_lb.c | 40 dhd_lb_set_default_cpus(dhd_info_t *dhd) in dhd_lb_set_default_cpus() 51 dhd_cpumasks_deinit(dhd_info_t *dhd) in dhd_cpumasks_deinit() 61 dhd_cpumasks_init(dhd_info_t *dhd) in dhd_cpumasks_init() 131 void dhd_select_cpu_candidacy(dhd_info_t *dhd) in dhd_select_cpu_candidacy() 236 dhd_info_t *dhd = g_dhd_pub->info; in dhd_cpu_startup_callback() 248 dhd_info_t *dhd = g_dhd_pub->info; in dhd_cpu_teardown_callback() 267 dhd_info_t *dhd = container_of(nfb, dhd_info_t, cpu_notifier); in dhd_cpu_callback() 301 int dhd_register_cpuhp_callback(dhd_info_t *dhd) in dhd_register_cpuhp_callback() 327 int dhd_unregister_cpuhp_callback(dhd_info_t *dhd) in dhd_unregister_cpuhp_callback() 349 dhd_info_t *dhd; in dhd_lb_stats_init() [all …]
|
| H A D | dhd_linux_exportfs.c | 206 dhd_info_t *dhd = (dhd_info_t *)dev; in show_wklock_trace() 220 dhd_info_t *dhd = (dhd_info_t *)dev; in wklock_trace_onoff() 245 dhd_info_t *dhd = (dhd_info_t *)dev; in show_lbtxp() 257 dhd_info_t *dhd = (dhd_info_t *)dev; in lbtxp_onoff() 285 dhd_info_t *dhd = (dhd_info_t *)dev; in show_lbrxp() 297 dhd_info_t *dhd = (dhd_info_t *)dev; in lbrxp_onoff() 394 dhd_info_t *dhd = (dhd_info_t *)dev; in ecounter_onoff() 499 dhd_info_t *dhd = to_dhd(kobj); in dhd_show() 525 dhd_info_t *dhd = to_dhd(kobj); in dhd_store() 1420 dhd_info_t *dhd = to_cntl_dhd(kobj); in dhd_cntl_show() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_linux.c | 729 static int dhd_get_pend_8021x_cnt(dhd_info_t *dhd); 743 static struct list_head * dhd_sta_list_snapshot(dhd_info_t *dhd, dhd_if_t *ifp, 745 static void dhd_sta_list_snapshot_free(dhd_info_t *dhd, struct list_head *snapshot_list); 873 static void dhd_net_if_lock_local(dhd_info_t *dhd); 874 static void dhd_net_if_unlock_local(dhd_info_t *dhd); 905 static int dhd_toe_get(dhd_info_t *dhd, int idx, uint32 *toe_ol); 906 static int dhd_toe_set(dhd_info_t *dhd, int idx, uint32 toe_ol); 909 static int dhd_wl_host_event(dhd_info_t *dhd, int ifidx, void *pktdata, uint16 pktlen, 922 dhd_info_t *dhdinfo = (dhd_info_t*)container_of(nfb, struct dhd_info, pm_notifier); in dhd_pm_callback() 979 dhd_info_t * dhd; /* cached pointer to dhd_info in netdevice priv */ [all …]
|
| H A D | dhd_linux_priv.h | 374 } dhd_info_t; typedef 376 extern int dhd_sysfs_init(dhd_info_t *dhd); 377 extern void dhd_sysfs_exit(dhd_info_t *dhd); 385 int dhd_lb_sendpkt(dhd_info_t *dhd, struct net_device *net, int ifidx, void *skb); 399 void dhd_lb_set_default_cpus(dhd_info_t *dhd); 400 void dhd_cpumasks_deinit(dhd_info_t *dhd); 401 int dhd_cpumasks_init(dhd_info_t *dhd); 403 void dhd_select_cpu_candidacy(dhd_info_t *dhd); 412 int dhd_register_cpuhp_callback(dhd_info_t *dhd); 413 int dhd_unregister_cpuhp_callback(dhd_info_t *dhd);
|
| H A D | dhd_linux_lb.c | 40 dhd_lb_set_default_cpus(dhd_info_t *dhd) in dhd_lb_set_default_cpus() 51 dhd_cpumasks_deinit(dhd_info_t *dhd) in dhd_cpumasks_deinit() 61 dhd_cpumasks_init(dhd_info_t *dhd) in dhd_cpumasks_init() 131 void dhd_select_cpu_candidacy(dhd_info_t *dhd) in dhd_select_cpu_candidacy() 236 dhd_info_t *dhd = g_dhd_pub->info; in dhd_cpu_startup_callback() 248 dhd_info_t *dhd = g_dhd_pub->info; in dhd_cpu_teardown_callback() 267 dhd_info_t *dhd = container_of(nfb, dhd_info_t, cpu_notifier); in dhd_cpu_callback() 301 int dhd_register_cpuhp_callback(dhd_info_t *dhd) in dhd_register_cpuhp_callback() 327 int dhd_unregister_cpuhp_callback(dhd_info_t *dhd) in dhd_unregister_cpuhp_callback() 349 dhd_info_t *dhd; in dhd_lb_stats_init() [all …]
|
| H A D | dhd_linux_exportfs.c | 206 dhd_info_t *dhd = (dhd_info_t *)dev; in show_wklock_trace() 220 dhd_info_t *dhd = (dhd_info_t *)dev; in wklock_trace_onoff() 245 dhd_info_t *dhd = (dhd_info_t *)dev; in show_lbtxp() 257 dhd_info_t *dhd = (dhd_info_t *)dev; in lbtxp_onoff() 285 dhd_info_t *dhd = (dhd_info_t *)dev; in show_lbrxp() 297 dhd_info_t *dhd = (dhd_info_t *)dev; in lbrxp_onoff() 394 dhd_info_t *dhd = (dhd_info_t *)dev; in ecounter_onoff() 499 dhd_info_t *dhd = to_dhd(kobj); in dhd_show() 525 dhd_info_t *dhd = to_dhd(kobj); in dhd_store() 1420 dhd_info_t *dhd = to_cntl_dhd(kobj); in dhd_cntl_show() [all …]
|