Lines Matching refs:ccb_alloc
429 if (!hw->ccb_alloc[slot]) in ilo_set_reset()
431 set_channel_reset(&hw->ccb_alloc[slot]->driver_ccb); in ilo_set_reset()
544 if (hw->ccb_alloc[slot]->ccb_cnt == 1) { in ilo_close()
549 hw->ccb_alloc[slot] = NULL; in ilo_close()
556 hw->ccb_alloc[slot]->ccb_cnt--; in ilo_close()
581 if (hw->ccb_alloc[slot] == NULL) { in ilo_open()
597 hw->ccb_alloc[slot] = data; in ilo_open()
605 hw->ccb_alloc[slot] = NULL; in ilo_open()
616 if (fp->f_flags & O_EXCL || hw->ccb_alloc[slot]->ccb_excl) { in ilo_open()
624 hw->ccb_alloc[slot]->ccb_cnt++; in ilo_open()
632 fp->private_data = hw->ccb_alloc[slot]; in ilo_open()
668 if (!hw->ccb_alloc[i]) in ilo_isr()
671 wake_up_interruptible(&hw->ccb_alloc[i]->ccb_waitq); in ilo_isr()