/drivers/soc/qcom/ |
D | rpmpd.c | 43 #define DEFINE_RPMPD_PAIR(_platform, _name, _active, r_type, r_key, \ argument 45 static struct rpmpd _platform##_##_active; \ 46 static struct rpmpd _platform##_##_name = { \ 48 .peer = &_platform##_##_active, \ 53 static struct rpmpd _platform##_##_active = { \ 55 .peer = &_platform##_##_name, \ 62 #define DEFINE_RPMPD_CORNER(_platform, _name, r_type, r_id) \ argument 63 static struct rpmpd _platform##_##_name = { \ 70 #define DEFINE_RPMPD_LEVEL(_platform, _name, r_type, r_id) \ argument 71 static struct rpmpd _platform##_##_name = { \ [all …]
|
/drivers/clk/qcom/ |
D | clk-smd-rpm.c | 28 #define __DEFINE_CLK_SMD_RPM(_platform, _name, _active, type, r_id, stat_id, \ argument 30 static struct clk_smd_rpm _platform##_##_active; \ 31 static struct clk_smd_rpm _platform##_##_name = { \ 36 .peer = &_platform##_##_active, \ 48 static struct clk_smd_rpm _platform##_##_active = { \ 54 .peer = &_platform##_##_name, \ 67 #define __DEFINE_CLK_SMD_RPM_BRANCH(_platform, _name, _active, type, r_id, \ argument 69 static struct clk_smd_rpm _platform##_##_active; \ 70 static struct clk_smd_rpm _platform##_##_name = { \ 76 .peer = &_platform##_##_active, \ [all …]
|
D | clk-rpmh.c | 73 #define __DEFINE_CLK_RPMH(_platform, _name, _name_active, _res_name, \ argument 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, \ argument 116 __DEFINE_CLK_RPMH(_platform, _name, _name_active, _res_name, \ 119 #define DEFINE_CLK_RPMH_VRM(_platform, _name, _name_active, _res_name, \ argument 121 __DEFINE_CLK_RPMH(_platform, _name, _name_active, _res_name, \ [all …]
|
D | clk-rpm.c | 34 #define DEFINE_CLK_RPM(_platform, _name, _active, r_id) \ argument 35 static struct clk_rpm _platform##_##_active; \ 36 static struct clk_rpm _platform##_##_name = { \ 38 .peer = &_platform##_##_active, \ 47 static struct clk_rpm _platform##_##_active = { \ 49 .peer = &_platform##_##_name, \ 60 #define DEFINE_CLK_RPM_XO_BUFFER(_platform, _name, _active, offset) \ argument 61 static struct clk_rpm _platform##_##_name = { \ 72 #define DEFINE_CLK_RPM_FIXED(_platform, _name, _active, r_id, r) \ argument 73 static struct clk_rpm _platform##_##_name = { \
|
/drivers/staging/r8188eu/hal/ |
D | HalHWImg8188E_MAC.c | 10 u32 _platform = (hex & 0x00FF0000) >> 16; in Checkcondition() local 27 if ((_platform & cond) == 0 && cond != 0x0F) in Checkcondition()
|
D | HalHWImg8188E_RF.c | 9 u32 _platform = (Hex & 0x00FF0000) >> 16; in CheckCondition() local 22 if ((_platform & cond) == 0 && cond != 0x0F) in CheckCondition()
|
D | HalHWImg8188E_BB.c | 16 u32 _platform = (hex & 0x00FF0000) >> 16; in CheckCondition() local 29 if ((_platform & cond) == 0 && cond != 0x0F) in CheckCondition()
|
/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
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/ |
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/ |
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()
|