Home
last modified time | relevance | path

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

/linux/drivers/firewire/
H A Dcore-cdev.c286 if (fw_device_is_shutdown(device)) { in fw_device_op_open()
339 fw_device_is_shutdown(client->device)); in dequeue_event()
344 fw_device_is_shutdown(client->device)) in dequeue_event()
1762 if (fw_device_is_shutdown(client->device)) in dispatch_ioctl()
1799 if (fw_device_is_shutdown(client->device)) in fw_device_op_mmap()
1904 if (fw_device_is_shutdown(client->device)) in fw_device_op_poll()
H A Dsbp2.c558 if (function == SBP2_LOGOUT_REQUEST && fw_device_is_shutdown(device)) in sbp2_send_management_orb()
808 if (fw_device_is_shutdown(device)) in sbp2_login()
915 if (fw_device_is_shutdown(device)) in sbp2_reconnect()
/linux/include/linux/
H A Dfirewire.h215 static inline int fw_device_is_shutdown(struct fw_device *device) in fw_device_is_shutdown() function