/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_params.c | 30 #define i915_param_named(name, T, perm, desc) \ argument 33 #define i915_param_named_unsafe(name, T, perm, desc) \ argument 38 #define MEMBER(T, member, value) .member = (value), argument 203 #define PRINT(T, x, ...) _print_param(p, #x, #T, ¶ms->x); in i915_params_dump() argument
|
D | i915_params.h | 73 #define MEMBER(T, member, ...) T member; argument
|
D | i915_utils.h | 70 #define overflows_type(x, T) \ argument 110 #define u64_to_ptr(T, x) ({ \ argument
|
D | i915_selftest.h | 72 #define i915_subtests(T, data) \ argument
|
/Linux-v4.19/include/uapi/linux/ |
D | const.h | 18 #define _AT(T,X) X argument 22 #define _AT(T,X) ((T)(X)) argument
|
/Linux-v4.19/drivers/ide/ |
D | ide-timings.c | 110 int T, int UT) in ide_timing_quantize() 145 struct ide_timing *t, int T, int UT) in ide_timing_compute()
|
D | alim15x3.c | 106 unsigned long T = 1000000 / bus_speed; /* PCI clock based */ in ali_set_pio_mode() local 170 unsigned long T = 1000000 / bus_speed; /* PCI clock based */ in ali_set_dma_mode() local
|
D | cy82c693.c | 87 const unsigned long T = 1000000 / bus_speed; in cy82c693_set_pio_mode() local
|
/Linux-v4.19/arch/x86/include/asm/ |
D | kvm_para.h | 105 #define kvm_async_pf_task_wait(T, I) do {} while(0) argument 106 #define kvm_async_pf_task_wake(T) do {} while(0) argument
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | power.c | 73 #define ASLP_TOUT(T) cpu_to_le32(T) argument 75 #define SLP_TOUT(T) cpu_to_le32((T) * TU_TO_USEC) argument
|
/Linux-v4.19/drivers/gpu/drm/selftests/ |
D | drm_selftest.h | 36 #define drm_subtests(T, data) \ argument
|
/Linux-v4.19/tools/include/linux/ |
D | overflow.h | 36 #define type_max(T) ((T)((__type_half_max(T) - 1) + __type_half_max(T))) argument 37 #define type_min(T) ((T)((T)-type_max(T)-(T)1)) argument
|
/Linux-v4.19/include/linux/ |
D | overflow.h | 36 #define type_max(T) ((T)((__type_half_max(T) - 1) + __type_half_max(T))) argument 37 #define type_min(T) ((T)((T)-type_max(T)-(T)1)) argument
|
/Linux-v4.19/drivers/block/drbd/ |
D | drbd_state.h | 37 #define NS(T, S) \ argument 51 #define _NS(D, T, S) \ argument
|
/Linux-v4.19/tools/perf/tests/ |
D | mem2node.c | 16 #define T TEST_ASSERT_VAL macro
|
D | kmod-path.c | 42 #define T(path, an, k, c, n) \ macro
|
/Linux-v4.19/drivers/misc/genwqe/ |
D | card_base.c | 304 static const int T[] = { 4000, 5000, 6000, 5714 }; in genwqe_T_psec() local 324 u32 T = genwqe_T_psec(cd); in genwqe_setup_pf_jtimer() local 346 u32 T = genwqe_T_psec(cd); in genwqe_setup_vf_jtimer() local
|
/Linux-v4.19/drivers/ata/ |
D | pata_ali.c | 211 unsigned long T = 1000000000 / 33333; /* PCI clock based */ in ali_set_piomode() local 246 unsigned long T = 1000000000 / 33333; /* PCI clock based */ in ali_set_dmamode() local
|
D | pata_cypress.c | 55 const unsigned long T = 1000000 / 33; in cy82c693_set_piomode() local
|
/Linux-v4.19/drivers/gpu/drm/i915/selftests/ |
D | i915_request.c | 57 const long T = HZ / 4; in igt_wait_request() local 127 const long T = HZ / 4; in igt_fence_wait() local
|
/Linux-v4.19/security/apparmor/include/ |
D | label.h | 28 #define DEFINE_VEC(T, V) \ argument 32 #define vec_setup(T, V, N, GFP) \ argument 44 #define vec_cleanup(T, V, N) \ argument
|
D | net.h | 60 #define DEFINE_AUDIT_NET(NAME, OP, SK, F, T, P) \ argument
|
/Linux-v4.19/net/netfilter/ipvs/ |
D | ip_vs_nfct.c | 71 #define ARG_TUPLE(T) IP_VS_DBG_ADDR((T)->src.l3num, &(T)->src.u3), \ argument
|
/Linux-v4.19/crypto/ |
D | des_generic.c | 524 #define IP(L, R, T) \ argument 557 #define FP(L, R, T) \ argument
|
/Linux-v4.19/tools/testing/selftests/cgroup/ |
D | test_core.c | 357 #define T(x) { x, #x } macro
|