Searched defs:cmd_send (Results 1 – 6 of 6) sorted by relevance
91 MPP_RET (*cmd_send)(void *ctx); member
603 struct cmd_send { struct604 u32 cmd_command : 8; /* [7:0] Command Index */605 u32 cmd_response_bits : 8;634 u32 cmd_send_data : 1; argument639 u32 use_int_window : 1;643 u32 reserved : 2; /* [23:22] */644 u32 repeat_package_times : 8;
612 struct cmd_send { struct613 u32 cmd_command:8; /*[7:0] Command Index*/614 u32 cmd_response_bits:8;643 u32 cmd_send_data:1; argument648 u32 use_int_window:1;652 u32 reserved:2;/*[23:22]*/653 u32 repeat_package_times:8;
123 MPP_RET (*cmd_send)(void *ctx); member