HomeSort by relevance Sort by last modified time
    Searched refs:dhd_bus (Results 1 - 6 of 6) sorted by null

  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_bus.h 27 * $Id: dhd_bus.h,v 1.4.6.3.2.3.6.5 2009/06/02 21:56:30 Exp $
42 extern bool dhd_bus_download_firmware(struct dhd_bus *bus, osl_t *osh,
46 extern void dhd_bus_stop(struct dhd_bus *bus, bool enforce_mutex);
52 extern int dhd_bus_txdata(struct dhd_bus *bus, void *txp);
57 extern int dhd_bus_txctl(struct dhd_bus *bus, uchar *msg, uint msglen);
58 extern int dhd_bus_rxctl(struct dhd_bus *bus, uchar *msg, uint msglen);
65 extern bool dhd_bus_dpc(struct dhd_bus *bus);
80 extern uint dhd_bus_chip(struct dhd_bus *bus);
83 extern void dhd_bus_set_nvram_params(struct dhd_bus * bus, const char *nvram_params);
85 extern void *dhd_bus_pub(struct dhd_bus *bus)
    [all...]
dhd.h 64 struct dhd_bus;
102 struct dhd_bus *bus; /* Bus module handle */
220 extern dhd_pub_t *dhd_attach(osl_t *osh, struct dhd_bus *bus, uint bus_hdrlen);
dhd_sdio.c 57 #include <dhd_bus.h>
146 typedef struct dhd_bus { struct
393 #define DHD_BUS SDIO_BUS
421 static void dhd_dongle_setmemsize(struct dhd_bus *bus, int mem_size);
429 static bool dhdsdio_download_firmware(struct dhd_bus *bus, osl_t *osh, void *sdh);
430 static int _dhdsdio_download_firmware(struct dhd_bus *bus);
432 static int dhdsdio_download_code_file(struct dhd_bus *bus, char *image_path);
433 static int dhdsdio_download_nvram(struct dhd_bus *bus);
435 static int dhdsdio_download_code_array(struct dhd_bus *bus);
440 dhd_dongle_setmemsize(struct dhd_bus *bus, int mem_size
    [all...]
dhd_cdc.c 41 #include <dhd_bus.h>
246 extern int dhd_bus_interface(struct dhd_bus *bus, uint arg, void* arg2);
dhd_linux.c 57 #include <dhd_bus.h>
70 struct dhd_bus *g_bus;
191 extern void dhd_enable_oob_intr(struct dhd_bus *bus, bool enable);
    [all...]
dhd_common.c 35 #include <dhd_bus.h>

Completed in 25 milliseconds