Searched refs:rtc_id (Results 1 – 6 of 6) sorted by relevance
| /drivers/firmware/arm_scmi/vendors/imx/ |
| A D | imx-sm-bbm.c | 80 __le32 rtc_id; member 131 rtc_notify->rtc_id = cpu_to_le32(0); in scmi_imx_bbm_notify() 236 u32 rtc_id, u64 sec) in scmi_imx_bbm_rtc_time_set() argument 243 if (rtc_id >= pi->nr_rtc) in scmi_imx_bbm_rtc_time_set() 251 cfg->id = cpu_to_le32(rtc_id); in scmi_imx_bbm_rtc_time_set() 264 u32 rtc_id, u64 *value) in scmi_imx_bbm_rtc_time_get() argument 271 if (rtc_id >= pi->nr_rtc) in scmi_imx_bbm_rtc_time_get() 280 cfg->id = cpu_to_le32(rtc_id); in scmi_imx_bbm_rtc_time_get() 293 u32 rtc_id, bool enable, u64 sec) in scmi_imx_bbm_rtc_alarm_set() argument 300 if (rtc_id >= pi->nr_rtc) in scmi_imx_bbm_rtc_alarm_set() [all …]
|
| /drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| A D | action_ste_pool.c | 49 u32 *rtc_id; in hws_action_ste_table_create_single_rtc() local 68 rtc_id = &action_tbl->rtc_1_id; in hws_action_ste_table_create_single_rtc() 75 rtc_id = &action_tbl->rtc_0_id; in hws_action_ste_table_create_single_rtc() 78 return mlx5hws_cmd_rtc_create(ctx->mdev, &rtc_attr, rtc_id); in hws_action_ste_table_create_single_rtc()
|
| A D | cmd.h | 262 u32 *rtc_id); 264 void mlx5hws_cmd_rtc_destroy(struct mlx5_core_dev *mdev, u32 rtc_id);
|
| A D | cmd.c | 373 u32 *rtc_id) in mlx5hws_cmd_rtc_create() argument 418 *rtc_id = MLX5_GET(general_obj_out_cmd_hdr, out, obj_id); in mlx5hws_cmd_rtc_create() 423 void mlx5hws_cmd_rtc_destroy(struct mlx5_core_dev *mdev, u32 rtc_id) in mlx5hws_cmd_rtc_destroy() argument 425 hws_cmd_general_obj_destroy(mdev, MLX5_OBJ_TYPE_RTC, rtc_id); in mlx5hws_cmd_rtc_destroy()
|
| /drivers/rtc/ |
| A D | rtc-max8997.c | 514 static const struct platform_device_id rtc_id[] = { variable 518 MODULE_DEVICE_TABLE(platform, rtc_id); 526 .id_table = rtc_id,
|
| A D | rtc-max77686.c | 858 static const struct platform_device_id rtc_id[] = { variable 865 MODULE_DEVICE_TABLE(platform, rtc_id); 874 .id_table = rtc_id,
|
Completed in 13 milliseconds