Lines Matching defs:sccb
82 struct cpi_sccb *sccb;
88 sccb = (struct cpi_sccb *) get_zeroed_page(GFP_KERNEL | GFP_DMA);
89 if (!sccb) {
95 sccb->header.length = sizeof(struct cpi_sccb);
96 sccb->cpi_evbuf.header.length = sizeof(struct cpi_evbuf);
97 sccb->cpi_evbuf.header.type = EVTYP_CTLPROGIDENT;
98 evb = &sccb->cpi_evbuf;
114 req->sccb = sccb;
122 free_page((unsigned long) req->sccb);
163 response = ((struct cpi_sccb *) req->sccb)->header.response_code;