Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/pwc/
Dpwc-v4l.c634 if (pdev->auto_white_balance->is_new) { in pwc_set_awb()
656 if (pdev->red_balance->is_new) { in pwc_set_awb()
664 if (pdev->blue_balance->is_new) { in pwc_set_awb()
679 if (pdev->autogain->is_new) { in pwc_set_autogain()
693 if (pdev->gain->is_new) { in pwc_set_autogain()
709 if (pdev->exposure_auto->is_new) { in pwc_set_exposure_auto()
723 if (pdev->exposure->is_new) { in pwc_set_exposure_auto()
738 if (pdev->autogain->is_new) { in pwc_set_autogain_expo()
754 if (pdev->gain->is_new) { in pwc_set_autogain_expo()
762 if (pdev->exposure->is_new) { in pwc_set_autogain_expo()
[all …]
/linux-3.4.99/net/batman-adv/
Dvis.c387 int vis_info_len, int *is_new, in add_packet() argument
396 *is_new = 0; in add_packet()
454 *is_new = 1; in add_packet()
484 int is_new, make_broadcast; in receive_server_sync_packet() local
491 &is_new, make_broadcast); in receive_server_sync_packet()
497 if (vis_server == VIS_TYPE_SERVER_SYNC && is_new) in receive_server_sync_packet()
510 int is_new; in receive_client_update_packet() local
525 &is_new, are_target); in receive_client_update_packet()
534 if (are_target && is_new) { in receive_client_update_packet()
/linux-3.4.99/scripts/kconfig/
Dconf.c235 bool is_new; in conf_choice() local
238 is_new = !sym_has_value(sym); in conf_choice()
301 if (!is_new) { in conf_choice()
/linux-3.4.99/drivers/media/video/
Dv4l2-ctrls.c909 ctrl->is_new = 1; in user_to_new()
1003 if (!ctrl->is_new) in new_to_cur()
1736 master->cluster[i]->is_new = 1; in v4l2_ctrl_handler_setup()
2131 if (!ctrl->is_new) { in try_or_set_cluster()
2198 master->cluster[i]->is_new = 1; in update_from_auto_cluster()
2244 master->cluster[j]->is_new = 0; in try_set_ext_ctrls()
2339 master->cluster[i]->is_new = 0; in set_ctrl()
2348 ctrl->is_new = 1; in set_ctrl()
/linux-3.4.99/include/media/
Dv4l2-ctrls.h118 unsigned int is_new:1; member
/linux-3.4.99/Documentation/video4linux/
Dv4l2-controls.txt484 were set explicitly by the user. For this you can check the 'is_new' flag of
485 each control. For example, in the case of a volume/mute cluster the 'is_new'
488 controls, then the 'is_new' flag would be 1 for both controls.
490 The 'is_new' flag is always 1 when called from v4l2_ctrl_handler_setup().
/linux-3.4.99/net/netlink/
Daf_netlink.c1191 int is_new) in netlink_update_socket_mc() argument
1193 int old, new = !!is_new, subscriptions; in netlink_update_socket_mc()