Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/typec/ucsi/
Ducsi_ccg.c389 u8 cam, new_cam; in ucsi_ccg_update_get_current_cam_cmd() local
392 new_cam = uc->orig[cam].linked_idx; in ucsi_ccg_update_get_current_cam_cmd()
393 uc->updated[new_cam].active_idx = cam; in ucsi_ccg_update_get_current_cam_cmd()
394 data[0] = new_cam; in ucsi_ccg_update_get_current_cam_cmd()
479 u8 new_cam, cam, pin; in ucsi_ccg_update_set_new_cam_cmd() local
484 new_cam = UCSI_SET_NEW_CAM_GET_AM(*cmd); in ucsi_ccg_update_set_new_cam_cmd()
485 if (new_cam >= ARRAY_SIZE(uc->updated)) in ucsi_ccg_update_set_new_cam_cmd()
487 new_port = &uc->updated[new_cam]; in ucsi_ccg_update_set_new_cam_cmd()