Lines Matching refs:uac
131 lcu->uac = kzalloc(sizeof(*(lcu->uac)), GFP_KERNEL | GFP_DMA);
132 if (!lcu->uac)
165 kfree(lcu->uac);
176 kfree(lcu->uac);
322 private->uid.type = lcu->uac->unit[private->uid.real_unit_addr].ua_type;
324 lcu->uac->unit[private->uid.real_unit_addr].base_ua;
449 memset(lcu->uac, 0, sizeof(*(lcu->uac)));
453 ccw->count = sizeof(*(lcu->uac));
454 ccw->cda = (__u32)(addr_t) lcu->uac;
524 switch (lcu->uac->unit[i].ua_type) {
630 * Check if device and lcu type differ. If so, the uac data may be
633 if (private->uid.type != lcu->uac->unit[uaddr].ua_type) {