Searched refs:shim_cmd (Results 1 – 2 of 2) sorted by relevance
662 cam_shim_packet_t *shim_cmd; in mm_camera_query_capability() local668 shim_cmd = mm_camera_create_shim_cmd_packet(CAM_SHIM_GET_PARM, in mm_camera_query_capability()670 rc = mm_camera_module_send_cmd(shim_cmd); in mm_camera_query_capability()671 mm_camera_destroy_shim_cmd_packet(shim_cmd); in mm_camera_query_capability()1967 cam_shim_packet_t *shim_cmd; in mm_camera_map_buf() local1968 shim_cmd = mm_camera_create_shim_cmd_packet(CAM_SHIM_REG_BUF, in mm_camera_map_buf()1970 rc = mm_camera_module_send_cmd(shim_cmd); in mm_camera_map_buf()1971 mm_camera_destroy_shim_cmd_packet(shim_cmd); in mm_camera_map_buf()2019 cam_shim_packet_t *shim_cmd; in mm_camera_map_bufs() local2020 shim_cmd = mm_camera_create_shim_cmd_packet(CAM_SHIM_REG_BUF, in mm_camera_map_bufs()[all …]
1266 cam_shim_packet_t *shim_cmd; in mm_stream_release() local1274 shim_cmd = mm_camera_create_shim_cmd_packet(CAM_SHIM_SET_PARM, in mm_stream_release()1276 rc = mm_camera_module_send_cmd(shim_cmd); in mm_stream_release()1280 mm_camera_destroy_shim_cmd_packet(shim_cmd); in mm_stream_release()1365 cam_shim_packet_t *shim_cmd; in mm_stream_streamon() local1374 shim_cmd = mm_camera_create_shim_cmd_packet(CAM_SHIM_SET_PARM, in mm_stream_streamon()1376 rc = mm_camera_module_send_cmd(shim_cmd); in mm_stream_streamon()1377 mm_camera_destroy_shim_cmd_packet(shim_cmd); in mm_stream_streamon()1407 cam_shim_packet_t *shim_cmd; in mm_stream_start_sensor_streaming() local1415 shim_cmd = mm_camera_create_shim_cmd_packet(CAM_SHIM_SET_PARM, in mm_stream_start_sensor_streaming()[all …]