Searched refs:usbip_net_send_op_common (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/tools/usb/usbip/src/ |
H A D | usbip_network.h | 170 int usbip_net_send_op_common(int sockfd, uint32_t code, uint32_t status);
|
H A D | usbip_attach.c | 132 rc = usbip_net_send_op_common(sockfd, OP_REQ_IMPORT, 0); in query_import_device()
|
H A D | usbipd.c | 132 rc = usbip_net_send_op_common(sockfd, OP_REP_IMPORT, status); in recv_request_import() 134 dbg("usbip_net_send_op_common failed: %#0x", OP_REP_IMPORT); in recv_request_import() 184 rc = usbip_net_send_op_common(connfd, OP_REP_DEVLIST, ST_OK); in send_reply_devlist() 186 dbg("usbip_net_send_op_common failed: %#0x", OP_REP_DEVLIST); in send_reply_devlist()
|
H A D | usbip_network.c | 140 int usbip_net_send_op_common(int sockfd, uint32_t code, uint32_t status) in usbip_net_send_op_common() function
|
H A D | usbip_list.c | 55 rc = usbip_net_send_op_common(sockfd, OP_REQ_DEVLIST, 0); in get_exported_devices() 57 dbg("usbip_net_send_op_common failed"); in get_exported_devices()
|
/kernel/linux/linux-6.6/tools/usb/usbip/src/ |
H A D | usbip_network.h | 170 int usbip_net_send_op_common(int sockfd, uint32_t code, uint32_t status);
|
H A D | usbip_attach.c | 132 rc = usbip_net_send_op_common(sockfd, OP_REQ_IMPORT, 0); in query_import_device()
|
H A D | usbipd.c | 132 rc = usbip_net_send_op_common(sockfd, OP_REP_IMPORT, status); in recv_request_import() 134 dbg("usbip_net_send_op_common failed: %#0x", OP_REP_IMPORT); in recv_request_import() 184 rc = usbip_net_send_op_common(connfd, OP_REP_DEVLIST, ST_OK); in send_reply_devlist() 186 dbg("usbip_net_send_op_common failed: %#0x", OP_REP_DEVLIST); in send_reply_devlist()
|
H A D | usbip_network.c | 140 int usbip_net_send_op_common(int sockfd, uint32_t code, uint32_t status) in usbip_net_send_op_common() function
|
H A D | usbip_list.c | 56 rc = usbip_net_send_op_common(sockfd, OP_REQ_DEVLIST, 0); in get_exported_devices() 58 dbg("usbip_net_send_op_common failed"); in get_exported_devices()
|
Completed in 6 milliseconds