Lines Matching refs:controls
846 ctrl = &entity->controls[i]; in __uvc_find_control()
1111 if (ctrls->controls[i].id == mapping->master_id) in uvc_ctrl_is_accessible()
1112 return ctrls->controls[i].value == in uvc_ctrl_is_accessible()
1661 ctrl = &entity->controls[i]; in uvc_ctrl_commit_entity()
2036 ctrl = &entity->controls[i]; in uvc_xu_ctrl_query()
2152 ctrl = &entity->controls[i]; in uvc_ctrl_restore_values()
2274 ctrl = &entity->controls[i]; in uvc_ctrl_add_mapping()
2359 u8 *controls; in uvc_ctrl_prune_entity() local
2365 controls = entity->processing.bmControls; in uvc_ctrl_prune_entity()
2372 controls = entity->camera.bmControls; in uvc_ctrl_prune_entity()
2385 !uvc_test_bit(controls, blacklist[i].index)) in uvc_ctrl_prune_entity()
2392 uvc_clear_bit(controls, blacklist[i].index); in uvc_ctrl_prune_entity()
2478 entity->controls = kcalloc(ncontrols, sizeof(*ctrl), in uvc_ctrl_init_chain()
2480 if (entity->controls == NULL) in uvc_ctrl_init_chain()
2485 ctrl = entity->controls; in uvc_ctrl_init_chain()
2545 struct uvc_control *ctrl = &entity->controls[i]; in uvc_ctrl_cleanup_device()
2554 kfree(entity->controls); in uvc_ctrl_cleanup_device()