Searched refs:ilo_hw (Results 1 – 2 of 2) sorted by relevance
441 struct ilo_hwinfo *hw = data->ilo_hw; in ilo_read()491 struct ilo_hwinfo *hw = data->ilo_hw; in ilo_write()526 else if (ilo_pkt_recv(data->ilo_hw, driver_ccb)) in ilo_poll()591 data->ilo_hw = hw; in ilo_open()726 struct ilo_hwinfo *ilo_hw = pci_get_drvdata(pdev); in ilo_remove() local728 if (!ilo_hw) in ilo_remove()731 clear_device(ilo_hw); in ilo_remove()733 minor = MINOR(ilo_hw->cdev.dev); in ilo_remove()737 cdev_del(&ilo_hw->cdev); in ilo_remove()738 ilo_disable_interrupts(ilo_hw); in ilo_remove()[all …]
148 struct ilo_hwinfo *ilo_hw; member