Searched refs:pending_cmd (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/spectra/
H A Dlld_cdma.h102 struct pending_cmd { struct
H A Dlld_nand.h75 struct pending_cmd *pcmds;
H A Dflash.c638 mem_size = sizeof(struct pending_cmd) * MAX_DESCS;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dn_gsm.c220 struct gsm_control *pending_cmd;/* Our current pending command */ member in struct:gsm_mux
1176 ctrl = gsm->pending_cmd;
1182 gsm->pending_cmd = NULL;
1219 * gsm->pending_cmd will be NULL and we just let the timer expire.
1228 ctrl = gsm->pending_cmd;
1232 gsm->pending_cmd = NULL;
1266 wait_event(gsm->event, gsm->pending_cmd == NULL);
1268 if (gsm->pending_cmd != NULL) {
1275 gsm->pending_cmd = ctrl;

Completed in 61 milliseconds