Home
last modified time | relevance | path

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

/drivers/greybus/
Dsvc.c143 *value = response.rail_count; in gb_svc_pwrmon_rail_count_get()
764 u8 rail_count; in gb_svc_pwrmon_debugfs_init() local
770 if (gb_svc_pwrmon_rail_count_get(svc, &rail_count)) in gb_svc_pwrmon_debugfs_init()
773 if (!rail_count || rail_count > GB_SVC_PWRMON_MAX_RAIL_COUNT) in gb_svc_pwrmon_debugfs_init()
777 GB_SVC_PWRMON_RAIL_NAME_BUFSIZE * rail_count; in gb_svc_pwrmon_debugfs_init()
783 svc->pwrmon_rails = kcalloc(rail_count, sizeof(*svc->pwrmon_rails), in gb_svc_pwrmon_debugfs_init()
791 for (i = 0; i < rail_count; i++) { in gb_svc_pwrmon_debugfs_init()