Lines Matching refs:size

20 	int size = sizeof(struct sentinel_msg);  in ahab_release_rdc()  local
31 msg.size = 2; in ahab_release_rdc()
51 ret = misc_call(dev, false, &msg, size, &msg, size); in ahab_release_rdc()
65 int size = sizeof(struct sentinel_msg); in ahab_auth_oem_ctnr() local
76 msg.size = 3; in ahab_auth_oem_ctnr()
81 ret = misc_call(dev, false, &msg, size, &msg, size); in ahab_auth_oem_ctnr()
95 int size = sizeof(struct sentinel_msg); in ahab_release_container() local
106 msg.size = 1; in ahab_release_container()
109 ret = misc_call(dev, false, &msg, size, &msg, size); in ahab_release_container()
123 int size = sizeof(struct sentinel_msg); in ahab_verify_image() local
134 msg.size = 2; in ahab_verify_image()
138 ret = misc_call(dev, false, &msg, size, &msg, size); in ahab_verify_image()
152 int size = sizeof(struct sentinel_msg); in ahab_forward_lifecycle() local
163 msg.size = 2; in ahab_forward_lifecycle()
167 ret = misc_call(dev, false, &msg, size, &msg, size); in ahab_forward_lifecycle()
181 int size = sizeof(struct sentinel_msg); in ahab_read_common_fuse() local
203 msg.size = 2; in ahab_read_common_fuse()
207 ret = misc_call(dev, false, &msg, size, &msg, size); in ahab_read_common_fuse()
229 int size = sizeof(struct sentinel_msg); in ahab_write_fuse() local
240 msg.size = 3; in ahab_write_fuse()
248 ret = misc_call(dev, false, &msg, size, &msg, size); in ahab_write_fuse()
262 int size = sizeof(struct sentinel_msg); in ahab_release_caam() local
273 msg.size = 2; in ahab_release_caam()
277 ret = misc_call(dev, false, &msg, size, &msg, size); in ahab_release_caam()
291 int size = sizeof(struct sentinel_msg); in ahab_get_fw_version() local
312 msg.size = 1; in ahab_get_fw_version()
315 ret = misc_call(dev, false, &msg, size, &msg, size); in ahab_get_fw_version()
332 int size = sizeof(struct sentinel_msg); in ahab_dump_buffer() local
343 msg.size = 1; in ahab_dump_buffer()
346 ret = misc_call(dev, false, &msg, size, &msg, size); in ahab_dump_buffer()
356 for (; i < buffer_length && i < msg.size; i++) in ahab_dump_buffer()
366 int size = sizeof(struct sentinel_msg); in ahab_get_info() local
377 msg.size = 4; in ahab_get_info()
383 ret = misc_call(dev, false, &msg, size, &msg, size); in ahab_get_info()
397 int size = sizeof(struct sentinel_msg); in ahab_get_fw_status() local
408 msg.size = 1; in ahab_get_fw_status()
411 ret = misc_call(dev, false, &msg, size, &msg, size); in ahab_get_fw_status()
427 int size = sizeof(struct sentinel_msg); in ahab_release_m33_trout() local
438 msg.size = 1; in ahab_release_m33_trout()
441 ret = misc_call(dev, false, &msg, size, &msg, size); in ahab_release_m33_trout()
452 int size = sizeof(struct sentinel_msg); in ahab_get_events() local
469 msg.size = 1; in ahab_get_events()
472 ret = misc_call(dev, false, &msg, size, &msg, size); in ahab_get_events()