Searched refs:_platform (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/qcom/ |
H A D | clk-rpm.c | 26 #define DEFINE_CLK_RPM(_platform, _name, _active, r_id) \ 27 static struct clk_rpm _platform##_##_active; \ 28 static struct clk_rpm _platform##_##_name = { \ 30 .peer = &_platform##_##_active, \ 39 static struct clk_rpm _platform##_##_active = { \ 41 .peer = &_platform##_##_name, \ 52 #define DEFINE_CLK_RPM_XO_BUFFER(_platform, _name, _active, offset) \ 53 static struct clk_rpm _platform##_##_name = { \ 64 #define DEFINE_CLK_RPM_FIXED(_platform, _name, _active, r_id, r) \ 65 static struct clk_rpm _platform## [all...] |
H A D | clk-rpmh.c | 73 #define __DEFINE_CLK_RPMH(_platform, _name, _name_active, _res_name, \ 75 static struct clk_rpmh _platform##_##_name_active; \ 76 static struct clk_rpmh _platform##_##_name = { \ 81 .peer = &_platform##_##_name_active, \ 95 static struct clk_rpmh _platform##_##_name_active = { \ 100 .peer = &_platform##_##_name, \ 114 #define DEFINE_CLK_RPMH_ARC(_platform, _name, _name_active, _res_name, \ 116 __DEFINE_CLK_RPMH(_platform, _name, _name_active, _res_name, \ 119 #define DEFINE_CLK_RPMH_VRM(_platform, _name, _name_active, _res_name, \ 121 __DEFINE_CLK_RPMH(_platform, _nam [all...] |
H A D | clk-smd-rpm.c | 29 #define __DEFINE_CLK_SMD_RPM(_platform, _name, _active, type, r_id, stat_id, \ 31 static struct clk_smd_rpm _platform##_##_active; \ 32 static struct clk_smd_rpm _platform##_##_name = { \ 37 .peer = &_platform##_##_active, \ 46 static struct clk_smd_rpm _platform##_##_active = { \ 52 .peer = &_platform##_##_name, \ 62 #define __DEFINE_CLK_SMD_RPM_BRANCH(_platform, _name, _active, type, r_id, \ 64 static struct clk_smd_rpm _platform##_##_active; \ 65 static struct clk_smd_rpm _platform##_##_name = { \ 71 .peer = &_platform## [all...] |
/kernel/linux/linux-5.10/drivers/soc/qcom/ |
H A D | rpmpd.c | 40 #define DEFINE_RPMPD_PAIR(_platform, _name, _active, r_type, r_key, \ 42 static struct rpmpd _platform##_##_active; \ 43 static struct rpmpd _platform##_##_name = { \ 45 .peer = &_platform##_##_active, \ 50 static struct rpmpd _platform##_##_active = { \ 52 .peer = &_platform##_##_name, \ 59 #define DEFINE_RPMPD_CORNER(_platform, _name, r_type, r_id) \ 60 static struct rpmpd _platform##_##_name = { \ 67 #define DEFINE_RPMPD_LEVEL(_platform, _name, r_type, r_id) \ 68 static struct rpmpd _platform## [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/hal/ |
H A D | rf_cfg.c | 16 u32 _platform = odm->SupportPlatform; in check_condition() local 34 if ((_platform & cond) == 0 && cond != 0x0F) in check_condition()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | phy.c | 813 u32 _platform = 0x08;/* ODM_WIN */ in _rtl8821ae_check_condition() local 830 if ((_platform & cond) == 0 && cond != 0x0F) in _rtl8821ae_check_condition()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | phy.c | 812 u32 _platform = 0x08;/* ODM_WIN */ in _rtl8821ae_check_condition() local 829 if ((_platform & cond) == 0 && cond != 0x0F) in _rtl8821ae_check_condition()
|
Completed in 31 milliseconds