Searched refs:_platform (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/gpu/drm/xe/ |
| H 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) && \
|
| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | intel_display_device.c | 42 #define SUBPLATFORM(_platform, _subplatform) \ argument 43 .platforms._platform##_##_subplatform = 1, \ 50 #define SUBPLATFORM_GROUP(_platform, _subplatform) \ argument 51 .platforms._platform##_##_subplatform = 1 61 #define PLATFORM(_platform) \ argument 62 .platforms._platform = 1, \ 63 .name = #_platform 69 #define PLATFORM_GROUP(_platform) \ argument 70 .platforms._platform = 1
|
| /linux-6.15/drivers/tty/serial/8250/ |
| H A D | Makefile | 8 8250-y += 8250_platform.o
|
| /linux-6.15/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
| H 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()
|
| /linux-6.15/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
| H A D | phy.c | 251 u32 _platform = 0x08;/*SupportPlatform */ in _check_condition() local 268 if ((_platform & cond) == 0 && cond != 0x0F) in _check_condition()
|
| /linux-6.15/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
| H 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()
|