Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/firewire/
Dcore-cdev.c245 if (fw_device_is_shutdown(device)) { in fw_device_op_open()
300 fw_device_is_shutdown(client->device)); in dequeue_event()
305 fw_device_is_shutdown(client->device)) in dequeue_event()
1618 if (fw_device_is_shutdown(client->device)) in dispatch_ioctl()
1663 if (fw_device_is_shutdown(client->device)) in fw_device_op_mmap()
1781 if (fw_device_is_shutdown(client->device)) in fw_device_op_poll()
Dsbp2.c556 if (function == SBP2_LOGOUT_REQUEST && fw_device_is_shutdown(device)) in sbp2_send_management_orb()
806 if (fw_device_is_shutdown(device)) in sbp2_login()
913 if (fw_device_is_shutdown(device)) in sbp2_reconnect()
/Linux-v5.4/include/linux/
Dfirewire.h214 static inline int fw_device_is_shutdown(struct fw_device *device) in fw_device_is_shutdown() function