Searched refs:ilo_hw (Results 1 – 2 of 2) sorted by relevance
444 struct ilo_hwinfo *hw = data->ilo_hw; in ilo_read()494 struct ilo_hwinfo *hw = data->ilo_hw; in ilo_write()529 else if (ilo_pkt_recv(data->ilo_hw, driver_ccb)) in ilo_poll()594 data->ilo_hw = hw; in ilo_open()738 struct ilo_hwinfo *ilo_hw = pci_get_drvdata(pdev); in ilo_remove() local740 if (!ilo_hw) in ilo_remove()743 clear_device(ilo_hw); in ilo_remove()745 minor = MINOR(ilo_hw->cdev.dev); in ilo_remove()749 cdev_del(&ilo_hw->cdev); in ilo_remove()750 ilo_disable_interrupts(ilo_hw); in ilo_remove()[all …]
145 struct ilo_hwinfo *ilo_hw; member