Searched refs:__name (Results 1 – 5 of 5) sorted by relevance
| /optee_os/core/include/drivers/ |
| H A D | clk_dt.h | 21 #define CLK_DT_DECLARE(__name, __compat, __probe) \ argument 22 static const struct dt_device_match __name ## _match_table[] = { \ 26 DEFINE_DT_DRIVER(__name ## _dt_driver) = { \ 27 .name = # __name, \ 29 .match_table = __name ## _match_table, \
|
| H A D | rstctrl.h | 54 #define RSTCTRL_DT_DECLARE(__name, __compat, __probe) \ argument 55 static const struct dt_device_match __name ## _match_table[] = { \ 59 DEFINE_DT_DRIVER(__name ## _dt_driver) = { \ 60 .name = # __name, \ 62 .match_table = __name ## _match_table, \
|
| H A D | gpio.h | 23 #define GPIO_DT_DECLARE(__name, __compat, __probe) \ argument 24 static const struct dt_device_match __name ## _match_table[] = { \ 28 DEFINE_DT_DRIVER(__name ## _dt_driver) = { \ 29 .name = # __name, \ 31 .match_table = __name ## _match_table, \
|
| H A D | i2c.h | 22 #define DEFINE_I2C_DEV_DRIVER(__name, __match_table, __i2c_probe) \ argument 23 static TEE_Result __name ## _probe_i2c_dev(const void *fdt, int node, \ 34 DEFINE_DT_DRIVER(__name ## _dt_driver) = { \ 35 .name = # __name, \ 38 .probe = __name ## _probe_i2c_dev, \
|
| /optee_os/core/drivers/pm/sam/ |
| H A D | pm_suspend.S | 303 #define SUSPEND_FUNC(__name) \ argument 304 __name: 306 #define SUSPEND_END_FUNC(__name) \ argument 307 .size __name, .-__name
|