Home
last modified time | relevance | path

Searched refs:rk_vendor_req (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rktoolkit/
H A Dvendor_storage.c67 struct rk_vendor_req { struct
77 static void rknand_print_string_data(uint8 *s, struct rk_vendor_req *buf, uint32 len) in rknand_print_string_data() argument
86 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 …]
/OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/
H A Drtb_fwc.c764 struct rk_vendor_req { struct
781 static void rknand_print_hex_data(char *s, struct rk_vendor_req *buf, uint32 len) in rknand_print_hex_data() argument
806 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()