Searched refs:_platform (Results 1 – 6 of 6) sorted by relevance
| /drivers/gpu/drm/xe/ |
| A D | xe_device_types.h | 59 #define IS_PLATFORM_STEP(_xe, _platform, min_step, max_step) \ argument 60 ((_xe)->info.platform == (_platform) && \ 63 #define IS_SUBPLATFORM_STEP(_xe, _platform, sub, min_step, max_step) \ argument 64 ((_xe)->info.platform == (_platform) && \
|
| /drivers/gpu/drm/i915/display/ |
| A D | intel_display_device.c | 45 #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
|
| /drivers/tty/serial/8250/ |
| A D | Makefile | 8 8250-y += 8250_platform.o
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
| A D | phy.c | 254 u32 _platform = 0x08;/*SupportPlatform */ in _rtl88e_check_condition() local 271 if ((_platform & cond) == 0 && cond != 0x0F) in _rtl88e_check_condition()
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
| A D | phy.c | 251 u32 _platform = 0x08;/*SupportPlatform */ in _check_condition() local 268 if ((_platform & cond) == 0 && cond != 0x0F) in _check_condition()
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
| A D | phy.c | 805 u32 _platform = 0x08;/* ODM_WIN */ in _rtl8821ae_check_condition() local 822 if ((_platform & cond) == 0 && cond != 0x0F) in _rtl8821ae_check_condition()
|
Completed in 31 milliseconds