Searched refs:userspace_clients (Results 1 – 2 of 2) sorted by relevance
419 list_add_tail(&spi->userspace_node, &ctlr->userspace_clients); in new_device_store()451 list_for_each_entry_safe(spi, next, &ctlr->userspace_clients, in delete_device_store()3461 INIT_LIST_HEAD(&ctlr->userspace_clients); in __spi_alloc_controller()3869 while (!list_empty(&ctlr->userspace_clients)) { in spi_unregister_controller()3872 spi = list_first_entry(&ctlr->userspace_clients, in spi_unregister_controller()
824 struct list_head userspace_clients; member