write_work        137 drivers/bluetooth/hci_ldisc.c 	schedule_work(&hu->write_work);
write_work        148 drivers/bluetooth/hci_ldisc.c 	struct hci_uart *hu = container_of(work, struct hci_uart, write_work);
write_work        504 drivers/bluetooth/hci_ldisc.c 	INIT_WORK(&hu->write_work, hci_uart_write_work);
write_work        541 drivers/bluetooth/hci_ldisc.c 		cancel_work_sync(&hu->write_work);
write_work         61 drivers/bluetooth/hci_serdev.c 	struct hci_uart *hu = container_of(work, struct hci_uart, write_work);
write_work        303 drivers/bluetooth/hci_serdev.c 	INIT_WORK(&hu->write_work, hci_uart_write_work);
write_work        363 drivers/bluetooth/hci_serdev.c 	cancel_work_sync(&hu->write_work);
write_work         72 drivers/bluetooth/hci_uart.h 	struct work_struct	write_work;
write_work        449 include/net/nfc/nci_core.h 	struct work_struct	write_work;
write_work         78 net/nfc/nci/uart.c 	schedule_work(&nu->write_work);
write_work         85 net/nfc/nci/uart.c 	struct nci_uart *nu = container_of(work, struct nci_uart, write_work);
write_work        136 net/nfc/nci/uart.c 	INIT_WORK(&nu->write_work, nci_uart_write_work);
write_work        204 net/nfc/nci/uart.c 	cancel_work_sync(&nu->write_work);