Home
last modified time | relevance | path

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

/linux/drivers/misc/
A Dhpilo.c594 data->ilo_hw = hw; in ilo_open()
748 if (!ilo_hw) in ilo_remove()
751 clear_device(ilo_hw); in ilo_remove()
757 cdev_del(&ilo_hw->cdev); in ilo_remove()
770 kfree(ilo_hw); in ilo_remove()
778 struct ilo_hwinfo *ilo_hw; in ilo_probe() local
805 ilo_hw = kzalloc(sizeof(*ilo_hw), GFP_KERNEL); in ilo_probe()
806 if (!ilo_hw) in ilo_probe()
809 ilo_hw->ilo_dev = pdev; in ilo_probe()
829 clear_device(ilo_hw); in ilo_probe()
[all …]
A Dhpilo.h148 struct ilo_hwinfo *ilo_hw; member

Completed in 6 milliseconds