Home
last modified time | relevance | path

Searched refs:ccb_alloc (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/misc/
A Dhpilo.c432 if (!hw->ccb_alloc[slot]) in ilo_set_reset()
434 set_channel_reset(&hw->ccb_alloc[slot]->driver_ccb); in ilo_set_reset()
547 if (hw->ccb_alloc[slot]->ccb_cnt == 1) { in ilo_close()
552 hw->ccb_alloc[slot] = NULL; in ilo_close()
559 hw->ccb_alloc[slot]->ccb_cnt--; in ilo_close()
584 if (hw->ccb_alloc[slot] == NULL) { in ilo_open()
600 hw->ccb_alloc[slot] = data; in ilo_open()
608 hw->ccb_alloc[slot] = NULL; in ilo_open()
627 hw->ccb_alloc[slot]->ccb_cnt++; in ilo_open()
635 fp->private_data = hw->ccb_alloc[slot]; in ilo_open()
[all …]
A Dhpilo.h45 struct ccb_data *ccb_alloc[MAX_CCB]; member

Completed in 6 milliseconds