Searched refs:shim_cmd (Results 1 – 2 of 2) sorted by relevance
652 cam_shim_packet_t *shim_cmd; in mm_camera_query_capability() local658 shim_cmd = mm_camera_create_shim_cmd_packet(CAM_SHIM_GET_PARM, in mm_camera_query_capability()660 rc = mm_camera_module_send_cmd(shim_cmd); in mm_camera_query_capability()661 mm_camera_destroy_shim_cmd_packet(shim_cmd); in mm_camera_query_capability()1938 cam_shim_packet_t *shim_cmd; in mm_camera_map_buf() local1939 shim_cmd = mm_camera_create_shim_cmd_packet(CAM_SHIM_REG_BUF, in mm_camera_map_buf()1941 rc = mm_camera_module_send_cmd(shim_cmd); in mm_camera_map_buf()1942 mm_camera_destroy_shim_cmd_packet(shim_cmd); in mm_camera_map_buf()1990 cam_shim_packet_t *shim_cmd; in mm_camera_map_bufs() local1991 shim_cmd = mm_camera_create_shim_cmd_packet(CAM_SHIM_REG_BUF, in mm_camera_map_bufs()[all …]
1119 cam_shim_packet_t *shim_cmd; in mm_stream_release() local1127 shim_cmd = mm_camera_create_shim_cmd_packet(CAM_SHIM_SET_PARM, in mm_stream_release()1129 rc = mm_camera_module_send_cmd(shim_cmd); in mm_stream_release()1133 mm_camera_destroy_shim_cmd_packet(shim_cmd); in mm_stream_release()1214 cam_shim_packet_t *shim_cmd; in mm_stream_streamon() local1221 shim_cmd = mm_camera_create_shim_cmd_packet(CAM_SHIM_SET_PARM, in mm_stream_streamon()1223 rc = mm_camera_module_send_cmd(shim_cmd); in mm_stream_streamon()1224 mm_camera_destroy_shim_cmd_packet(shim_cmd); in mm_stream_streamon()1275 cam_shim_packet_t *shim_cmd; in mm_stream_streamoff() local1283 shim_cmd = mm_camera_create_shim_cmd_packet(CAM_SHIM_SET_PARM, in mm_stream_streamoff()[all …]