Searched refs:rk_vendor_req (Results 1 – 2 of 2) sorted by relevance
67 struct rk_vendor_req { struct77 static void rknand_print_string_data(uint8 *s, struct rk_vendor_req *buf, uint32 len) in rknand_print_string_data() argument86 static void rknand_print_hex_data(uint8 *s, struct rk_vendor_req *buf, uint32 len) in rknand_print_hex_data()106 static void rknand_print_data(uint8 *s, struct rk_vendor_req *buf, in rknand_print_data()125 uint8 p_buf[sizeof(struct rk_vendor_req)]; /* malloc req buffer or used extern buffer */ in vendor_storage_read()126 struct rk_vendor_req *req; in vendor_storage_read()131 req = (struct rk_vendor_req *)p_buf; in vendor_storage_read()170 uint8 p_buf[sizeof(struct rk_vendor_req)]; /* malloc req buffer or used extern buffer */ in vendor_storage_write()171 struct rk_vendor_req *req; in vendor_storage_write()174 req = (struct rk_vendor_req *)p_buf; in vendor_storage_write()[all …]
764 struct rk_vendor_req { struct781 static void rknand_print_hex_data(char *s, struct rk_vendor_req *buf, uint32 len) in rknand_print_hex_data() argument806 struct rk_vendor_req *req; in vendor_storage_read()808 req = (struct rk_vendor_req *)p_buf; in vendor_storage_read()836 struct rk_vendor_req *req; in vendor_storage_write()838 req = (struct rk_vendor_req *)p_buf; in vendor_storage_write()