Home
last modified time | relevance | path

Searched refs:_platform (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_device_types.h84 #define IS_PLATFORM_STEP(_xe, _platform, min_step, max_step) \ argument
85 ((_xe)->info.platform == (_platform) && \
88 #define IS_SUBPLATFORM_STEP(_xe, _platform, sub, min_step, max_step) \ argument
89 ((_xe)->info.platform == (_platform) && \
/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_device.c45 #define SUBPLATFORM(_platform, _subplatform) \ argument
46 .platforms._platform##_##_subplatform = 1, \
53 #define SUBPLATFORM_GROUP(_platform, _subplatform) \ argument
54 .platforms._platform##_##_subplatform = 1
64 #define PLATFORM(_platform) \ argument
65 .platforms._platform = 1, \
66 .name = #_platform
72 #define PLATFORM_GROUP(_platform) \ argument
73 .platforms._platform = 1
/linux/drivers/tty/serial/8250/
H A DMakefile8 8250-y += 8250_platform.o
/linux/Documentation/admin-guide/laptops/
H A Dalienware-wmi.rst63 .. _platform-profile:
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dphy.c254 u32 _platform = 0x08;/*SupportPlatform */ in _rtl88e_check_condition() local
271 if ((_platform & cond) == 0 && cond != 0x0F) in _rtl88e_check_condition()