Searched refs:ccb_alloc (Results 1 – 2 of 2) sorted by relevance
433 if (!hw->ccb_alloc[slot]) in ilo_set_reset()435 set_channel_reset(&hw->ccb_alloc[slot]->driver_ccb); in ilo_set_reset()548 if (hw->ccb_alloc[slot]->ccb_cnt == 1) { in ilo_close()553 hw->ccb_alloc[slot] = NULL; in ilo_close()560 hw->ccb_alloc[slot]->ccb_cnt--; in ilo_close()585 if (hw->ccb_alloc[slot] == NULL) { in ilo_open()601 hw->ccb_alloc[slot] = data; in ilo_open()609 hw->ccb_alloc[slot] = NULL; in ilo_open()620 if (fp->f_flags & O_EXCL || hw->ccb_alloc[slot]->ccb_excl) { in ilo_open()628 hw->ccb_alloc[slot]->ccb_cnt++; in ilo_open()[all …]
42 struct ccb_data *ccb_alloc[MAX_CCB]; member