Home
last modified time | relevance | path

Searched defs:T (Results 1 – 25 of 73) sorted by relevance

123

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_params.c30 #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, &params->x); in i915_params_dump() argument
Di915_params.h73 #define MEMBER(T, member, ...) T member; argument
Di915_utils.h70 #define overflows_type(x, T) \ argument
110 #define u64_to_ptr(T, x) ({ \ argument
Di915_selftest.h72 #define i915_subtests(T, data) \ argument
/Linux-v4.19/include/uapi/linux/
Dconst.h18 #define _AT(T,X) X argument
22 #define _AT(T,X) ((T)(X)) argument
/Linux-v4.19/drivers/ide/
Dide-timings.c110 int T, int UT) in ide_timing_quantize()
145 struct ide_timing *t, int T, int UT) in ide_timing_compute()
Dalim15x3.c106 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
Dcy82c693.c87 const unsigned long T = 1000000 / bus_speed; in cy82c693_set_pio_mode() local
/Linux-v4.19/arch/x86/include/asm/
Dkvm_para.h105 #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/
Dpower.c73 #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/
Ddrm_selftest.h36 #define drm_subtests(T, data) \ argument
/Linux-v4.19/tools/include/linux/
Doverflow.h36 #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/
Doverflow.h36 #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/
Ddrbd_state.h37 #define NS(T, S) \ argument
51 #define _NS(D, T, S) \ argument
/Linux-v4.19/tools/perf/tests/
Dmem2node.c16 #define T TEST_ASSERT_VAL macro
Dkmod-path.c42 #define T(path, an, k, c, n) \ macro
/Linux-v4.19/drivers/misc/genwqe/
Dcard_base.c304 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/
Dpata_ali.c211 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
Dpata_cypress.c55 const unsigned long T = 1000000 / 33; in cy82c693_set_piomode() local
/Linux-v4.19/drivers/gpu/drm/i915/selftests/
Di915_request.c57 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/
Dlabel.h28 #define DEFINE_VEC(T, V) \ argument
32 #define vec_setup(T, V, N, GFP) \ argument
44 #define vec_cleanup(T, V, N) \ argument
Dnet.h60 #define DEFINE_AUDIT_NET(NAME, OP, SK, F, T, P) \ argument
/Linux-v4.19/net/netfilter/ipvs/
Dip_vs_nfct.c71 #define ARG_TUPLE(T) IP_VS_DBG_ADDR((T)->src.l3num, &(T)->src.u3), \ argument
/Linux-v4.19/crypto/
Ddes_generic.c524 #define IP(L, R, T) \ argument
557 #define FP(L, R, T) \ argument
/Linux-v4.19/tools/testing/selftests/cgroup/
Dtest_core.c357 #define T(x) { x, #x } macro

123