Home
last modified time | relevance | path

Searched refs:rtc_id (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/rtc/
H A Drtc-atcrtc100.c273 unsigned int rtc_id; in atcrtc_probe() local
293 regmap_read(atcrtc_dev->regmap, RTC_ID, &rtc_id); in atcrtc_probe()
294 if (FIELD_GET(ID_MSK, rtc_id) != ID_ATCRTC100) in atcrtc_probe()
297 rtc_id); in atcrtc_probe()
H A Drtc-max8997.c514 static const struct platform_device_id rtc_id[] = { variable
518 MODULE_DEVICE_TABLE(platform, rtc_id);
526 .id_table = rtc_id,
H A Drtc-max77686.c858 static const struct platform_device_id rtc_id[] = { variable
865 MODULE_DEVICE_TABLE(platform, rtc_id);
874 .id_table = rtc_id,
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Daction_ste_pool.c49 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()
H A Dcmd.h263 u32 *rtc_id);
265 void mlx5hws_cmd_rtc_destroy(struct mlx5_core_dev *mdev, u32 rtc_id);
H A Dcmd.c374 u32 *rtc_id) in mlx5hws_cmd_rtc_create() argument
419 *rtc_id = MLX5_GET(general_obj_out_cmd_hdr, out, obj_id); in mlx5hws_cmd_rtc_create()
424 void mlx5hws_cmd_rtc_destroy(struct mlx5_core_dev *mdev, u32 rtc_id) in mlx5hws_cmd_rtc_destroy() argument
426 hws_cmd_general_obj_destroy(mdev, MLX5_OBJ_TYPE_RTC, rtc_id); in mlx5hws_cmd_rtc_destroy()