/hardware/broadcom/wlan/bcm4329/src/dhd/sys/ |
D | dhd_linux.c | 503 static void dhd_set_packet_filter(int value, dhd_pub_t *dhd) in dhd_set_packet_filter() 522 static int dhd_set_suspend(int value, dhd_pub_t *dhd) in dhd_set_suspend() 591 static void dhd_suspend_resume_helper(struct dhd_info *dhd, int val) in dhd_suspend_resume_helper() 607 struct dhd_info *dhd = container_of(h, struct dhd_info, early_suspend); in dhd_early_suspend() local 617 struct dhd_info *dhd = container_of(h, struct dhd_info, early_suspend); in dhd_late_resume() local 686 dhd_net2idx(dhd_info_t *dhd, struct net_device *net) in dhd_net2idx() 701 dhd_ifname2idx(dhd_info_t *dhd, char *name) in dhd_ifname2idx() 722 dhd_info_t *dhd = (dhd_info_t *)dhdp->info; in dhd_ifname() local 743 _dhd_set_multicast_list(dhd_info_t *dhd, int ifidx) in _dhd_set_multicast_list() 872 _dhd_set_mac_address(dhd_info_t *dhd, int ifidx, struct ether_addr *addr) in _dhd_set_mac_address() [all …]
|
D | dhd_cdc.c | 73 dhdcdc_msg(dhd_pub_t *dhd) in dhdcdc_msg() 97 dhdcdc_cmplt(dhd_pub_t *dhd, uint32 id, uint32 len) in dhdcdc_cmplt() 114 dhdcdc_query_ioctl(dhd_pub_t *dhd, int ifidx, uint cmd, void *buf, uint len) in dhdcdc_query_ioctl() 198 dhdcdc_set_ioctl(dhd_pub_t *dhd, int ifidx, uint cmd, void *buf, uint len) in dhdcdc_set_ioctl() 249 dhd_prot_ioctl(dhd_pub_t *dhd, int ifidx, wl_ioctl_t * ioc, void * buf, int len) in dhd_prot_ioctl() 328 dhd_prot_hdrpush(dhd_pub_t *dhd, int ifidx, void *pktbuf) in dhd_prot_hdrpush() 358 dhd_proto_fcinfo(dhd_pub_t *dhd, void *pktbuf, uint8 *fcbits) in dhd_proto_fcinfo() 380 dhd_prot_hdrpull(dhd_pub_t *dhd, int *ifidx, void *pktbuf) in dhd_prot_hdrpull() 426 dhd_prot_attach(dhd_pub_t *dhd) in dhd_prot_attach() 466 dhd_prot_detach(dhd_pub_t *dhd) in dhd_prot_detach() [all …]
|
D | dhd_common.c | 808 wl_host_event(struct dhd_info *dhd, int *ifidx, void *pktdata, in wl_host_event() 975 dhd_pktfilter_offload_enable(dhd_pub_t * dhd, char *arg, int enable, int master_mode) in dhd_pktfilter_offload_enable() 1046 dhd_pktfilter_offload_set(dhd_pub_t * dhd, char *arg) in dhd_pktfilter_offload_set() 1182 dhd_arp_offload_set(dhd_pub_t * dhd, int arp_mode) in dhd_arp_offload_set() 1199 dhd_arp_offload_enable(dhd_pub_t * dhd, int arp_enable) in dhd_arp_offload_enable() 1217 dhd_preinit_ioctls(dhd_pub_t *dhd) in dhd_preinit_ioctls() 1406 dhd_iscan_allocate_buf(dhd_pub_t *dhd, iscan_buf_t **iscanbuf) in dhd_iscan_allocate_buf() 1446 dhd_pub_t *dhd = dhd_bus_pub(dhdp); in dhd_iscan_free_buf() local 1702 dhd_pub_t *dhd = dhd_bus_pub(dhdp); in dhd_iscan_request() local 1736 dhd_pub_t *dhd = dhd_bus_pub(dhdp); in dhd_iscan_get_partial_result() local [all …]
|
D | dhd_sdio.c | 163 dhd_pub_t *dhd; member 306 #define DHD_NOPMU(dhd) (FALSE) argument 1149 dhd_pub_t *dhd = bus->dhd; in dhdsdio_sendfromq() local
|
/hardware/broadcom/wlan/bcm4329/src/dhd/exe/ |
D | dhdu.c | 365 dhd_list(void *dhd, cmd_t *garb, char **argv) in dhd_list() 457 dhd_check(void *dhd) in dhd_check() 530 dhd_pktgen(void *dhd, cmd_t *cmd, char **argv) in dhd_pktgen() 681 dhd_sd_msglevel(void *dhd, cmd_t *cmd, char **argv) in dhd_sd_msglevel() 687 dhd_sd_blocksize(void *dhd, cmd_t *cmd, char **argv) in dhd_sd_blocksize() 822 dhd_sdreg(void *dhd, cmd_t *cmd, char **argv) in dhd_sdreg() 882 dhd_membytes(void *dhd, cmd_t *cmd, char **argv) in dhd_membytes() 1046 dhd_idletime(void *dhd, cmd_t *cmd, char **argv) in dhd_idletime() 1095 dhd_idleclock(void *dhd, cmd_t *cmd, char **argv) in dhd_idleclock() 1142 dhd_sprom(void *dhd, cmd_t *cmd, char **argv) in dhd_sprom() [all …]
|
D | dhdu_linux.c | 64 dhd_ioctl(void *dhd, int cmd, void *buf, int len, bool set) in dhd_ioctl() 127 dhd_get(void *dhd, int cmd, void *buf, int len) in dhd_get() 133 dhd_set(void *dhd, int cmd, void *buf, int len) in dhd_set()
|