[go: nahoru, domu]

Searched defs:psAdapter (Results 1 - 5 of 5) sorted by relevance

/drivers/staging/bcm/
H A DInterfaceTx.c92 struct bcm_mini_adapter *psAdapter = psIntfAdapter->psAdapter; local
102 psIntfAdapter->psAdapter->bEndPointHalted = TRUE;
103 wake_up(&psIntfAdapter->psAdapter->tx_packet_wait_queue);
115 if (TRUE == psAdapter->bPreparingForLowPowerMode) {
116 prepare_low_power_mode(urb, psIntfAdapter, psAdapter, Adapter,
131 (psIntfAdapter->psAdapter->StopAllXaction == false)) {
136 BCM_DEBUG_PRINT(psIntfAdapter->psAdapter, DBG_TYPE_TX,
158 BCM_DEBUG_PRINT(psIntfAdapter->psAdapter, DBG_TYPE_PRINTK, 0, 0,
165 BCM_DEBUG_PRINT(psIntfAdapter->psAdapter, DBG_TYPE_T
[all...]
H A DInterfaceAdapter.h71 struct bcm_mini_adapter *psAdapter; member in struct:bcm_interface_adapter
H A DInterfaceInit.c31 struct bcm_mini_adapter *ps_ad = psIntfAdapter->psAdapter;
159 struct bcm_mini_adapter *psAdapter; local
173 psAdapter = netdev_priv(ndev);
174 psAdapter->dev = ndev;
175 psAdapter->msg_enable = netif_msg_init(debug, default_msg);
179 psAdapter->stDebugState.debug_level = DBG_LVL_CURR;
180 psAdapter->stDebugState.type = DBG_TYPE_INITEXIT;
195 psAdapter->stDebugState.subtype[DBG_TYPE_INITEXIT] = 0xff;
196 BCM_SHOW_DEBUG_BITMAP(psAdapter);
198 retval = InitAdapter(psAdapter);
281 struct bcm_mini_adapter *psAdapter; local
[all...]
H A DMisc.c4 static void doPowerAutoCorrection(struct bcm_mini_adapter *psAdapter);
26 int InitAdapter(struct bcm_mini_adapter *psAdapter) argument
31 BCM_DEBUG_PRINT(psAdapter, DBG_TYPE_INITEXIT, MP_INIT, DBG_LVL_ALL, "Initialising Adapter = %p", psAdapter);
33 if (psAdapter == NULL) {
34 BCM_DEBUG_PRINT(psAdapter, DBG_TYPE_INITEXIT, MP_INIT, DBG_LVL_ALL, "Adapter is NULL");
38 sema_init(&psAdapter->NVMRdmWrmLock, 1);
39 sema_init(&psAdapter->rdmwrmsync, 1);
40 spin_lock_init(&psAdapter->control_queue_lock);
41 spin_lock_init(&psAdapter
138 create_worker_threads(struct bcm_mini_adapter *psAdapter) argument
1150 doPowerAutoCorrection(struct bcm_mini_adapter *psAdapter) argument
[all...]
H A Dnvm.c2211 int BcmAllocFlashCSStructure(struct bcm_mini_adapter *psAdapter) argument
2213 if (!psAdapter) {
2214 BCM_DEBUG_PRINT(psAdapter, DBG_TYPE_PRINTK, 0, 0, "Adapter structure point is NULL");
2217 psAdapter->psFlashCSInfo = kzalloc(sizeof(struct bcm_flash_cs_info), GFP_KERNEL);
2218 if (psAdapter->psFlashCSInfo == NULL) {
2219 BCM_DEBUG_PRINT(psAdapter, DBG_TYPE_PRINTK, 0, 0, "Can't Allocate memory for Flash 1.x");
2223 psAdapter->psFlash2xCSInfo = kzalloc(sizeof(struct bcm_flash2x_cs_info), GFP_KERNEL);
2224 if (!psAdapter->psFlash2xCSInfo) {
2225 BCM_DEBUG_PRINT(psAdapter, DBG_TYPE_PRINTK, 0, 0, "Can't Allocate memory for Flash 2.x");
2226 kfree(psAdapter
2241 BcmDeAllocFlashCSStructure(struct bcm_mini_adapter *psAdapter) argument
[all...]

Completed in 65 milliseconds