ambient           429 drivers/gpu/drm/vmwgfx/device_include/svga3d_cmd.h    float                ambient[4];
ambient           945 drivers/gpu/drm/vmwgfx/device_include/svga3d_cmd.h    float                ambient[4];
ambient           405 drivers/iio/temperature/mlx90632.c static s32 mlx90632_calc_temp_object(s64 object, s64 ambient, s32 Ea, s32 Eb,
ambient           415 drivers/iio/temperature/mlx90632.c 	TAdut = div64_s64(((ambient - kTA0) * 1000000LL), kTA) + 25 * 1000000LL;
ambient           433 drivers/iio/temperature/mlx90632.c 	s64 object, ambient;
ambient           473 drivers/iio/temperature/mlx90632.c 	ambient = mlx90632_preprocess_temp_amb(ambient_new_raw,
ambient           480 drivers/iio/temperature/mlx90632.c 	*val = mlx90632_calc_temp_object(object, ambient, Ea, Eb, Fa, Fb, Ga,
ambient            58 kernel/audit.h 	kernel_cap_t		ambient;
ambient          1276 kernel/auditsc.c 		audit_log_cap(ab, "cap_pa", &context->capset.cap.ambient);
ambient          1495 kernel/auditsc.c 			audit_log_cap(ab, "old_pa", &axs->old_pcap.ambient);
ambient          1499 kernel/auditsc.c 			audit_log_cap(ab, "pa", &axs->new_pcap.ambient);
ambient          2467 kernel/auditsc.c 	ax->old_pcap.ambient     = old->cap_ambient;
ambient          2472 kernel/auditsc.c 	ax->new_pcap.ambient     = new->cap_ambient;
ambient          2491 kernel/auditsc.c 	context->capset.cap.ambient     = new->cap_ambient;
ambient           782 security/commoncap.c 	if ((__cap_grew(effective, ambient, new) &&
ambient           792 security/commoncap.c 	      __cap_gained(ambient, new, old))))
ambient           892 security/commoncap.c 	      __cap_grew(permitted, ambient, new))))
ambient           207 tools/testing/selftests/capabilities/test_execve.c 				    bool eff, bool perm, bool inh, bool ambient)
ambient           210 tools/testing/selftests/capabilities/test_execve.c 	      (perm ? "1" : "0"), (inh ? "1" : "0"), (ambient ? "1" : "0"),
ambient           215 tools/testing/selftests/capabilities/test_execve.c static void exec_validate_cap(bool eff, bool perm, bool inh, bool ambient)
ambient           217 tools/testing/selftests/capabilities/test_execve.c 	exec_other_validate_cap("./validate_cap", eff, perm, inh, ambient);