Searched refs:ilo_hw (Results 1 – 2 of 2) sorted by relevance
440 struct ilo_hwinfo *hw = data->ilo_hw; in ilo_read()490 struct ilo_hwinfo *hw = data->ilo_hw; in ilo_write()525 else if (ilo_pkt_recv(data->ilo_hw, driver_ccb)) in ilo_poll()590 data->ilo_hw = hw; in ilo_open()742 struct ilo_hwinfo *ilo_hw = pci_get_drvdata(pdev); in ilo_remove() local744 if (!ilo_hw) in ilo_remove()747 clear_device(ilo_hw); in ilo_remove()749 minor = MINOR(ilo_hw->cdev.dev); in ilo_remove()753 cdev_del(&ilo_hw->cdev); in ilo_remove()754 ilo_disable_interrupts(ilo_hw); in ilo_remove()[all …]
148 struct ilo_hwinfo *ilo_hw; member