Lines Matching +full:no +full:- +full:reset +full:- +full:on +full:- +full:init

10  * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
34 * Note: the brcmfmac can be loaded as module or be statically built-in into
35 * the kernel. If built-in then do note that it uses module_init (and
38 * it built-in to the kernel then use a higher initcall then device_initcall
39 * (see init.h). If this is not done then brcmfmac will load without problems
43 * without reporting anything and just assume there is no data needed. Which is
48 * enum brcmf_bus_type - Bus type identifier. Currently SDIO, USB and PCIE are
59 * struct brcmfmac_sdio_pd - SDIO Device specific platform data.
66 * which will be used depends on the capabilities of the
69 * in-band interrupts are relatively slow and for having
70 * less overhead on interrupt processing an out of band
83 * @reset: This function can get called if the device communication
85 * case of SDIO type devices. It is possible to reset a
89 * complete reset has completed.
100 void (*reset)(void); member
104 * struct brcmfmac_pd_cc_entry - Struct for translating user space country code
119 * struct brcmfmac_pd_cc - Struct for translating country codes as set by user
132 * struct brcmfmac_pd_device - Device specific platform data. (id/rev/bus_type)
161 * struct brcmfmac_platform_data - BRCMFMAC specific platform data.
166 * power up the complete device. If there is no use-case for this
170 * otherwise be reset. So if an actual power_off is not supported
171 * but reset is supported by the devices then reset the devices
173 * for low power devices. If there is no use-case for this