Searched refs:ilo_hw (Results 1 – 2 of 2) sorted by relevance
445 struct ilo_hwinfo *hw = data->ilo_hw; in ilo_read()495 struct ilo_hwinfo *hw = data->ilo_hw; in ilo_write()530 else if (ilo_pkt_recv(data->ilo_hw, driver_ccb)) in ilo_poll()595 data->ilo_hw = hw; in ilo_open()739 struct ilo_hwinfo *ilo_hw = pci_get_drvdata(pdev); in ilo_remove() local741 if (!ilo_hw) in ilo_remove()744 clear_device(ilo_hw); in ilo_remove()746 minor = MINOR(ilo_hw->cdev.dev); in ilo_remove()750 cdev_del(&ilo_hw->cdev); in ilo_remove()751 ilo_disable_interrupts(ilo_hw); in ilo_remove()[all …]
145 struct ilo_hwinfo *ilo_hw; member