Searched refs:fw_device_is_shutdown (Results 1 – 3 of 3) sorted by relevance
258 if (fw_device_is_shutdown(device)) { in fw_device_op_open()313 fw_device_is_shutdown(client->device)); in dequeue_event()318 fw_device_is_shutdown(client->device)) in dequeue_event()1631 if (fw_device_is_shutdown(client->device)) in dispatch_ioctl()1676 if (fw_device_is_shutdown(client->device)) in fw_device_op_mmap()1794 if (fw_device_is_shutdown(client->device)) in fw_device_op_poll()
569 if (function == SBP2_LOGOUT_REQUEST && fw_device_is_shutdown(device)) in sbp2_send_management_orb()819 if (fw_device_is_shutdown(device)) in sbp2_login()926 if (fw_device_is_shutdown(device)) in sbp2_reconnect()
214 static inline int fw_device_is_shutdown(struct fw_device *device) in fw_device_is_shutdown() function