Home
last modified time | relevance | path

Searched refs:cdev_locate (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/isci/
H A Disci.c230 if (controller->phys[phy].cdev_locate) in isci_detach()
231 led_destroy(controller->phys[phy].cdev_locate); in isci_detach()
H A Disci.h152 struct cdev *cdev_locate; member
H A Disci_controller.c401 controller->phys[i].cdev_locate = led_create(isci_led_locate_func, in isci_controller_initialize()